| !CMNT | [optional comment records] |
| NLEV | |
| *PRF(i) | [start repeat for each profile i] |
| DAT(1,i) DAT(2,i) ... | |
| ... DAT(NLEV,i) | [end repeat for each profile] |
| *END | |
| [eof] |
| Field | Type | Description | Range |
|---|---|---|---|
| !CMNT | C*80 | Comment record(s) (optional) | Record starts with '!' |
| NLEV | I | Number of profile levels | 1:MAXATM (in rfmsiz.inc) |
| *PRF | C*20 | Profile Type | *HGT, *TEM, *PRE, *AEROSOL or *[gas] |
| DAT | R*4 | Profile Data | depends on PRF: |
| *HGT Altitudes [km] | Increase monotonically | ||
| *PRE Pressures [mb] | >0, Decrease monotonically | ||
| *TEM Temperature [K] | >0 | ||
| *AEROSOL Aerosol ext. [/km] | (no limits) | ||
| *[gas] Gas VMR [ppmv] | 0:1E6 | ||
| *END | C*20 | End-of-File marker | optional, case-insensitive |
! Modified CO2 profile using 360 ppmv to 80km, reduced to 250 ppmv at 120km 3 = Number of profile levels *HGT [km] 0.0 80.0 120.0 *CO2 [ppmv] 360.0 360.0 250.0 *CO2(2) different profile shape for Isotope#2 360.0 360.0 200.0 *END [eof]