*HIT Section

11DEC24

Type
Optional Section

Description
Spectroscopic Database file (eg HITRAN binary)

Format
Single Field
FieldTypeDescription
HITFIL C200 Name of binary spectroscopic database file

Notes
  1. A spectroscopic database file is required if any absorbing molecules have HITRAN ID less than 100 (which will usually be the case) AND corresponding Look Up Tables are not available.
  2. The binary file is the same format as used by the RFM, and can be created from a HITRAN ASCII file using program hitbin
  3. Unlike the RFM, MORSE can only use HITRAN files converted to binary form. I'll get around to allowing direct reading of the original 120 character .par files eventually ...

Example
*HIT
    ../morse_files/hitran_mipas.bin
Type
Optional Section

Description
Change default A Priori settings

Structure
Multiple, optional PARAMETER=VALUE fields, any order. Optionally followed by a series of subsections defining parameters for particular retrieved species.
Structure
PARAM1=VALUE Applicable to all retrievals
PARAM2=VALUE ... etc
RTV1 A retrieved species
    PARAM1=VALUE Applicable to RTV1
    PARAM2=VALUE ... etc
RTV2 Another retrieved species
    PARAM=VALUE Applicable to RTV2
    PARAM2=VALUE ... etc
... etc

Parameter Type Description Units Range Default
CORREL R Correlation length km ≥0 50km
ABS_SD R Absolute SD [various] ≥0 10 K
PCT_SD R Percentage SD % ≥0 10 K
TEMASD= TEMASD R Temperature SD [K] 0.001:1000 10K
SFCTEMASD= SFCTEMASD R Surface Temperature SD [K] 0.001:1000 10K
PREASD= PREASD R Pressure SD [%] 0.001:1000 50%
[gas]ASD= VMRASD R VMR SD [%] 0.001:1000 100%
EXTASD= EXTASD R Extinction SD [km-1] 0.001:1000 0.005
POIASD= POIASD R Pointing SD [km] 0.001:1000 0.15

Notes
  1. Default values are set in module asdcon_dat.f90
  2. [gas] has to be given as 'F' number for CFCs, formula for other species

Example
*ASD
    CORREL=0 ! Uncorrelated A Priori
    CH4=10   ! Change CH4 to 10% uncertainty

*ACV Section (Optional)

Description
Specify A Priori Covariance
Still need to think about this for new MORSE

Format
Optional PARAMETER=VALUE records, arbitrary order
Field Type Description Range
ACVFIL= ACVFIL C200 [optional] A Priori Covariance Matrix 0-1
RELAX= RELAX R [optional] Relaxation parameter 0

Notes
  1. This section can be used either to specify a more complicated climatological a priori covariance than can be set by the *ASD section, and/or incorporate the previously retrieved covariance as part of a Kalman filter along the orbit.
  2. The A Priori Covariance file only applies to the main target parameters, ie excluding continuum and offset, and is in the same format as morse.cov (or morse.acv) output by the COV Flag. The only check on the file is to make sure that the matrix dimensions agree with the current retrieval.
  3. The relaxation parameter RELAX[R] is defined as
    SAi = SXi-1*R + SC*(1-R)
    where SAi is the A Priori covariance used for pixel i, SXi-1 is the Retrieved covariance from the previous pixel, and SC is the climatological covariance constructed in the same way as the default a priori (including modifications in the *ASD section). A value RELAX=0.0 (which is the default) means that the specified A Priori covariance is used exactly as supplied, a value RELAX=0.1 implies relaxing to climatological covariance with a 1/e time constant equivalent to 10 scans, 0.01 is a hundred scans, etc.

Example
*ACV
    ACVFIL=morse.cov   ! Use previous output covariance
    relax=0.05  ! Climiatological relaxation length: 20 profiles, or ~1/4 orbit
-->