If you read coefficients based on the platform and instrument IDs you may need the most recent version of rttov_const.F90 which contains an up to date list of all supported IDs. Place this in src/main/ and recompile. This is not required if you read coefficients by passing the filename to rttov_read_coefs which is the recommended method.
A small number of instrument IDs and names have changed since v10. Instruments now only share an ID/name where they have the same channels. The following instruments are affected:
Instrument | Old ID/name | New ID/name | Notes |
---|---|---|---|
GMS imager | 24/imager | 18/imager | - |
Sentinel-3 SLSTR | 14/atsr | 65/slstr | - |
FY2-2 VISSR | 25/vissr | 64/vissr | The FY2-3/4 VISSR IDs have not changed |
EOS-2 AMSR-E | 17/amsr | 17/amsre | Mietable filename has changed to match |
GCOM-W-1 AMSR2 | 17/amsr | 63/amsr2 | Mietable filename has changed to match |
Note for RTTOV v10 users: The affected optical depth coefficient files are compatible with RTTOV v10 if they are read via the filename (the recommended method). Mietable filenames are constructed using the instrument ID and so RTTOV v10 users wishing to make use of the AMSR-E and AMSR2 Mietable files on this page should use this version of rttov_const.F90 which contains the modified instrument names and IDs. This copy of the file should also be used if coefficient files are read into RTTOV v10 via the instrument triplet.
For MW and non-hi-res IR instruments the ASCII coefficient files can usually be used without any problem. That said, the following notes apply equally well to coefficient files for all instruments. The ASCII hi-res IR sounder coefficient files are typically very large and so HDF5 is becoming the preferred format for distribution of these files. It may be necessary or convenient to convert a given file to a different format or to extract coefficients for a subset of channels to create a smaller file. For example, the test scripts currently expect the ASCII versions of the v7 and v9 predictor AIRS and IASI files. Also, some users may prefer to use a binary unformatted or HDF5 version of a coefficient file as these are read much faster than ASCII versions.
Converting between file formats and extracting subsets of channels can be achieved using the rttov_conv_coef.exe executable which is found in the bin/ directory of your RTTOV build and is described in Annex A of the user guide. Some examples of usage are given below. Reading HDF5 coefficient files requires RTTOV to have been compiled against the HDF5 library: see the user guide for details on how to do this.
The simplest usage is to convert the format of a file. Note that you do not generally need to specify the input file format: RTTOV automatically determines the file format. For example, to create an ASCII version of an AIRS HDF5 file use the following:
$ rttov_conv_coef.exe --format-out formatted --coef-in rtcoef_eos_2_airs.H5 --coef-out rtcoef_eos_2_airs.dat
If you are running simulations for a limited subset of channels you can extract just these channels to a separate file which will naturally be much smaller and will be read in more quickly. For example, to extract channels 10, 25 and 37 from an HDF5 AIRS coefficient file use the following:
$ rttov_conv_coef.exe --format-out hdf5 --coef-in rtcoef_eos_2_airs.H5 --coef-out rtcoef_eos_2_airs_subset.H5 --channels 10 25 37
If you have a text file (say, chanlist.txt) containing a white-space-separated list of channel numbers to extract you can do the following:
$ CHANLIST=$(cat chanlist.txt)
$ rttov_conv_coef.exe --format-out hdf5 --coef-in rtcoef_eos_2_airs.H5 --coef-out rtcoef_eos_2_airs_subset.H5 --channels $CHANLIST
When using cloud and aerosol coefficient files they must contain coefficients for the same channel set as the optical depth coefficient file. If you wish to extract subsets of channels or carry out file format conversions for aerosol and/or cloud coefficients then supply the corresponding aerosol and/or cloud files as input files when using rttov_conv_coef.exe as described above and supply appropriate output filenames. All input files must be of the same format. For example:
$ rttov_conv_coef.exe --format-out formatted --coef-in rtcoef_eos_2_airs.H5 --coef-out rtcoef_eos_2_airs.dat --scaer-in scaercoef_eos_2_airs.H5 --scaer-out scaercoef_eos_2_airs.dat
The same applies to PC coefficient files, but note that in this case any channel list supplied MUST correspond to the list of predictor channels you will use with PC-RTTOV: see the user guide for more details including how to obtain these predictor channel lists.
Important notes on channel numberingIf you read in a subset of channels from a coefficient file using the rttov_read_coefs subroutine with the channels argument, or you read in channels from a coefficient file which has been created by extracting a subset of channels from another coefficient file (as described above), then the N channels you read in will be denoted by the numbers 1, 2, ..., N in the chanprof array, and not by the original channel numbers. This also applies to the reconstructed channel list for PC-RTTOV if you supply the channels_rec argument to rttov_read_coefs: the list of reconstructed channels you pass into rttov_direct/tl/ad/k will contain indexes into this list, not the original channel numbers.
When extracting a subset of channels the channel list should be monotonically increasing in channel number. It is possible to supply channels out of order in some cases which usually results in a coefficient file with re-ordered channels, but this is not supported (and hence not recommended) usage and in particular it should not be applied to hires IR sounder files.
Sensor | LbL model | Levels | Predictors version |
Trace gases |
Solar? | NLTE? | PC? | Filename | Date of file creation |
Associated aerosol coef filename |
Associated cloud coef filename |
Associated PC coef filename |
---|---|---|---|---|---|---|---|---|---|---|---|---|
AIRS | LBLRTM v12.2 | 54 | 7 | O3 | N | Y | N |
rtcoef_eos_2_airs.dat rtcoef_eos_2_airs.H5 |
21/07/2015 |
scaercoef_eos_2_airs.dat scaercoef_eos_2_airs.H5 |
sccldcoef_eos_2_airs.dat sccldcoef_eos_2_airs.H5 |
- |
AIRS | LBLRTM v12.2 | 101 | 7 | O3 | N | Y | N | rtcoef_eos_2_airs.H5 | 21/07/2015 | As above | As above | - |
AIRS | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | Y | N | rtcoef_eos_2_airs.H5 | 23/07/2015 | As above | As above | - |
AIRS | LBLRTM v12.2 | 101 | 9 | O3, CO2, CO, N2O, CH4 | Y | Y | Y | rtcoef_eos_2_airs.H5 | 01/02/2014 | As above | As above |
pccoef_eos_2_airs.H5 (clear-sky) pccoef_eos_2_airs_landsea.H5 (clear-sky, all surfaces) See notes below. |
CrIS | LBLRTM v12.2 | 54 | 7 | O3 | N | Y | N |
rtcoef_jpss_0_cris.dat rtcoef_jpss_0_cris.H5 |
21/07/2015 |
scaercoef_jpss_0_cris.dat scaercoef_jpss_0_cris.H5 |
sccldcoef_jpss_0_cris.dat sccldcoef_jpss_0_cris.H5 |
- |
CrIS | LBLRTM v12.2 | 101 | 7 | O3 | N | Y | N | rtcoef_jpss_0_cris.H5 | 21/07/2015 | As above | As above | - |
CrIS | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | Y | N | rtcoef_jpss_0_cris.H5 | 23/07/2015 | As above | As above | - |
CrIS | LBLRTM v12.2 | 101 | 9 | O3, CO2, CO, N2O, CH4 | Y | Y | N | rtcoef_jpss_0_cris.H5 | 23/05/2014 | As above | As above | - |
CrIS FSR | LBLRTM v12.2 | 54 | 7 | O3 | N | Y | N | rtcoef_jpss_0_cris-fsr.H5 | 21/07/2015 | - | - | - |
CrIS FSR | LBLRTM v12.2 | 101 | 7 | O3 | N | Y | N | rtcoef_jpss_0_cris-fsr.H5 | 21/07/2015 | - | - | - |
CrIS FSR | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | Y | N | rtcoef_jpss_0_cris-fsr.H5 | 23/07/2015 | - | - | - |
CrIS FSR | LBLRTM v12.2 | 101 | 9 | O3, CO2, CO, N2O, CH4 | Y | Y | N | rtcoef_jpss_0_cris-fsr.H5 | 17/12/2014 | - | - | - |
IASI | LBLRTM v12.2 | 54 | 7 | O3 | N | Y | N |
rtcoef_metop_2_iasi.dat rtcoef_metop_2_iasi.H5 |
21/07/2015 |
scaercoef_metop_2_iasi.dat scaercoef_metop_2_iasi.H5 |
sccldcoef_metop_2_iasi.dat sccldcoef_metop_2_iasi.H5 |
- |
IASI | LBLRTM v12.2 | 101 | 7 | O3 | N | Y | N | rtcoef_metop_2_iasi.H5 | 21/07/2015 | As above | As above | - |
IASI | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | Y | N | rtcoef_metop_2_iasi.H5 | 23/07/2015 | As above | As above | - |
IASI | LBLRTM v12.2 | 101 | 9 | O3, CO2, CO, N2O, CH4 | Y | Y | Y | rtcoef_metop_2_iasi.H5 | 01/02/2014 | As above | As above |
pccoef_metop_2_iasi.H5 (clear-sky, sea-only) pccoef_metop_2_iasi_landsea.H5 (clear-sky, all surfaces) See notes below. |
IASI-NG | LBLRTM v12.2 | 101 | 7 | O3 | N | N | N | rtcoef_metopsg_1_iasing.H5 | 21/07/2015 | - | - | - |
IASI-NG | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | N | N | rtcoef_metopsg_1_iasing.H5 | 23/07/2015 | - | - | - |
IASI-NG | LBLRTM v12.2 | 101 | 9 | O3, CO2, CO, N2O, CH4 | Y | N | Y | rtcoef_metopsg_1_iasing.H5 | 01/02/2014 | - | - |
pccoef_metopsg_2_iasing.H5 (clear-sky, sea-only) See notes below. |
IRIS | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | N | N | rtcoef_nimbus_4_iris.H5 | 23/07/2015 | - | - | - |
The Metop-B (i.e. metop_1) IASI optical depth coefficient file is identical to the Metop-A (metop_2) coefficient file except that the satellite ID is 1 (for Metop-B) instead of 2 (for Metop-A). If you read the coefficients by filename you can use the same file for either instrument. However in the rare case that distinct files are required an ASCII Metop-A optical depth coefficient file can be used to generate a Metop-B file using the Perl script make_metopb_iasi.pl as follows:
$ ./make_metopb_iasi.pl < rtcoef_metop_2_iasi.dat
where rtcoef_metop_2_iasi.dat is any Metop-A ASCII IASI coefficient file. This creates a new file rtcoef_metop_1_iasi.dat in the current directory.
The IASI cloud/aerosol scattering and PC coefficient files are identical for Metop-A and Metop-B.
Experimental MTG-IRS coefficients have been generated using transmittances from simulated IASI spectra and a Hamming apodisation function.
Sensor | LbL model | Levels | Predictors version |
Trace gases |
Solar? | NLTE? | PC? | Filename | Date of file creation |
Associated aerosol coef filename |
Associated cloud coef filename |
Associated PC coef filename |
---|---|---|---|---|---|---|---|---|---|---|---|---|
MTG-IRS (experimental) | LBLRTM v12.2 | 101 | 7 | O3 | N | N | N | rtcoef_mtg_1_irs-hamming.H5 | 21/07/2015 | - | - | - |
MTG-IRS (experimental) | LBLRTM v12.2 | 101 | 8 | O3, CO2 | N | N | N | rtcoef_mtg_1_irs-hamming.H5 | 23/07/2015 | - | - | - |
Sensor | LbL model | Planck weighted |
Predictors version |
Trace gases |
Filename | Date of file creation |
Associated aerosol coef filename |
Associated cloud coef filename |
---|---|---|---|---|---|---|---|---|
(A)ATSR* | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_ers_x_atsr.dat rtcoef_envisat_1_atsr.dat |
21/07/2015 | scaercoef_ers_x_atsr.dat scaercoef_envisat_1_atsr.dat |
sccldcoef_ers_x_atsr.dat sccldcoef_envisat_1_atsr.dat |
AATSR-shifted Info on AATSR 12 um anomaly |
LBLRTM v12.2 | Y | 7 | O3 | rtcoef_envisat_1_atsr-shifted.dat | 21/07/2015 | - | - |
ABI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_goes_16_abi.dat | 21/07/2015 | scaercoef_goes_16_abi.dat | - |
AHI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_himawari_8_ahi.dat | 21/07/2015 | scaercoef_himawari_8_ahi.dat | sccldcoef_himawari_8_ahi.dat |
ASTER | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_eos_1_aster.dat | 21/07/2015 | scaercoef_eos_1_aster.dat | - |
AVHRR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_noaa_xx_avhrr.dat rtcoef_metop_x_avhrr.dat |
21/07/2015 | scaercoef_noaa_xx_avhrr.dat scaercoef_metop_x_avhrr.dat |
sccldcoef_noaa_xx_avhrr.dat sccldcoef_metop_x_avhrr.dat |
ECOSTRESS | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_iss_1_ecostres.dat | 17/11/2015 | - | - |
FCI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_mtg_1_fci.dat | 21/07/2015 | scaercoef_mtg_1_fci.dat | - |
GMS imager | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_gms_5_imager.dat | 21/07/2015 | scaercoef_gms_5_imager.dat | sccldcoef_gms_5_imager.dat |
GOES imager | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_goes_xx_imager.dat | 21/07/2015 | scaercoef_goes_xx_imager.dat | sccldcoef_goes_xx_imager.dat |
GOES sounder | LBLRTM v12.2 | GOES 4-7 only |
7 | O3 | rtcoef_goes_xx_sounder.dat | 21/07/2015 | scaercoef_goes_xx_sounder.dat | sccldcoef_goes_xx_sounder.dat |
HIRS | LBLRTM v12.2 | N | 7 | O3 | rtcoef_noaa_xx_hirs.dat rtcoef_metop_x_hirs.dat |
27/07/2015 | scaercoef_noaa_xx_hirs.dat scaercoef_metop_x_hirs.dat |
sccldcoef_noaa_xx_hirs.dat sccldcoef_metop_x_hirs.dat |
HIRS | LBLRTM v12.2 | N | 8 | O3, CO2 | rtcoef_noaa_xx_hirs.dat rtcoef_metop_x_hirs.dat rtcoef_nimbus_6_hirs.dat |
27/07/2015 | As above | As above |
HIRS shifted spectral response |
LBLRTM v12.2 | N | 7 | O3 | rtcoef_noaa_xx_hirs-shifted.dat rtcoef_metop_x_hirs-shifted.dat |
27/07/2015 | scaercoef_noaa_xx_hirs-shifted.dat scaercoef_metop_x_hirs-shifted.dat |
- |
HIRS shifted spectral response |
LBLRTM v12.2 | N | 8 | O3, CO2 | rtcoef_noaa_xx_hirs-shifted.dat rtcoef_metop_x_hirs-shifted.dat |
27/07/2015 | As above | - |
IIR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_calipso_1_iir.dat | 21/07/2015 | scaercoef_calipso_1_iir.dat | - |
INSAT3-D imager | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_insat3_4_imager.dat | 19/01/2016 | - | - |
INSAT3-D sounder | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_insat3_4_sounder.dat | 19/01/2016 | - | - |
IRAS | LBLRTM v12.2 | N | 7 | O3 | rtcoef_fy3_1_iras.dat | 22/07/2015 | scaercoef_fy3_1_iras.dat | - |
MetImage | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_metopsg_1_metimage.dat | 21/07/2015 | - | - |
MI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_coms_1_mi.dat | 21/07/2015 | scaercoef_coms_1_mi.dat | sccldcoef_coms_1_mi.dat |
MODIS | LBLRTM v12.2 | N | 7 | O3 | rtcoef_eos_x_modis.dat | 22/07/2015 | scaercoef_eos_x_modis.dat | sccldcoef_eos_x_modis.dat |
MODIS shifted spectral response |
LBLRTM v12.2 | N | 7 | O3 | rtcoef_eos_x_modis-shifted.dat | 22/07/2015 | scaercoef_eos_x_modis-shifted.dat | - |
MRIR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_nimbus_3_mrir.dat | 21/07/2015 | - | - |
MRIR | LBLRTM v12.2 | Y | 8 | O3, CO2 | rtcoef_nimbus_3_mrir.dat | 23/07/2015 | - | - |
MSUMR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_meteor-m_1_msumr.dat | 21/07/2015 | scaercoef_meteor-m_1_msumr.dat | - |
MTSAT imager | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_mtsat_x_imager.dat | 21/07/2015 | scaercoef_mtsat_x_imager.dat | sccldcoef_mtsat_x_imager.dat |
MVIRI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_meteosat_x_mviri.dat | 21/07/2015 | scaercoef_meteosat_x_mviri.dat | sccldcoef_meteosat_x_mviri.dat |
MVISR | LBLRTM v12.2 | N | 7 | O3 | rtcoef_fy1_x_mvisr.dat | 21/07/2015 | scaercoef_fy1_x_mvisr.dat | sccldcoef_fy1_x_mvisr.dat |
SEVIRI | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_msg_x_seviri.dat | 21/07/2015 | scaercoef_msg_x_seviri.dat | sccldcoef_msg_x_seviri.dat |
SLSTR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_sentinel3_1_slstr.dat | 08/10/2015 | scaercoef_sentinel3_1_slstr.dat | - |
SSU 51L | LBLRTM v12.0 | N | 8 | O3, CO2 | rtcoef_noaa_xx_ssu.dat | 02/08/2012 (noaa-5,6) 09/08/2012 (noaa-7-9,14) 29/08/2012 (noaa-11) |
- | - |
SSU 51L with variable cell pressure |
LBLRTM v12.0 | N | 8 | O3, CO2 | rtcoef_noaa_xx_ssu_pmcshift.dat | 10/01/2013 | - | - |
TIRS | LBLRTM v12.2 | N | 7 | O3 | rtcoef_landsat_8_tirs.dat | 21/07/2015 | scaercoef_landsat_8_tirs.dat | - |
TM | LBLRTM v12.2 | N | 7 | O3 | rtcoef_landsat_x_tm.dat | 21/07/2015 | scaercoef_landsat_x_tm.dat | - |
VIIRS | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_jpss_0_viirs.dat | 21/07/2015 | scaercoef_jpss_0_viirs.dat | sccldcoef_jpss_0_viirs.dat |
VISSR | LBLRTM v12.2 | Y | 7 | O3 | rtcoef_fy2_x_vissr.dat | 21/07/2015 | scaercoef_fy2_x_vissr.dat | sccldcoef_fy2_x_vissr.dat |
VTPR | LBLRTM v12.2 | N | 7 | O3 | rtcoef_noaa_x_vtpr.dat | 21/07/2015 | - | - |
* The ERS-1 ATSR coefficient file contains coefficients for 6 channels: 1-3 are the standard channels (12, 11, 3.7 microns respectively) and 4-6 are additional coefficients for the 12 micron channel using spectral responses valid at different sensor temperatures. The corresponding aerosol coefficients have been generated using this coefficient file and as such contain data for the 6 channels in the rtcoef file. However the cloud coefficient file only contains parameters for the 3 standard channels (1-3, with 1 being the 12 micron channel). Therefore if you wish to use the cloudy coefficients for ERS-1 ATSR you should first extract channels 1-3 from the rtcoef file to a separate file using the rttov_conv_coef.exe executable.
Sensor | LbL model | Planck weighted |
Trace gases |
Filename | Date of file creation |
---|---|---|---|---|---|
(A)ATSR | LBLRTM v12.2 | Y | O3 | rtcoef_ers_x_atsr.dat rtcoef_envisat_1_atsr.dat |
02/09/2014 |
AATSR-shifted Info on AATSR 12 um anomaly |
LBLRTM v12.2 | Y | O3 | rtcoef_envisat_1_atsr-shifted.dat | 18/08/2014 |
ABI | LBLRTM v12.2 | Y | O3 | rtcoef_goes_16_abi.dat | 11/06/2014 |
AHI | LBLRTM v12.2 | Y | O3 | rtcoef_himawari_8_ahi.dat | 11/06/2014 |
ASTER | LBLRTM v12.2 | Y | O3 | rtcoef_eos_1_aster.dat | 16/11/2015 |
AVHRR | LBLRTM v12.2 | Y | O3 | rtcoef_metop_x_avhrr.dat rtcoef_noaa_xx_avhrr.dat rtcoef_noaa_19_avhrr.dat |
06/09/2015 (Metop 1/2) 18/08/2014 (NOAA 5-14) 06/09/2015 (NOAA 15-18) 17/07/2014 (NOAA 19) |
FCI | LBLRTM v12.2 | Y | O3 | rtcoef_mtg_1_fci.dat | 11/06/2014 |
GOES imager | LBLRTM v12.2 | Y | O3 | rtcoef_goes_xx_imager.dat | 28/03/2013 |
IRAS | LBLRTM v12.2 | N | O3 | rtcoef_fy3_1_iras.dat | 04/09/2015 |
MetImage | LBLRTM v12.2 | Y | O3 | rtcoef_metopsg_1_metimage.dat | 07/07/2015 |
MI | LBLRTM v12.2 | Y | O3 | rtcoef_coms_1_mi.dat | 28/03/2013 |
MODIS | LBLRTM v12.2 | N | O3 | rtcoef_eos_x_modis.dat | 04/09/2015 |
MODIS shifted spectral response |
LBLRTM v12.2 | N | O3 | rtcoef_eos_x_modis-shifted.dat | 04/09/2015 |
MTSAT imager | LBLRTM v12.2 | Y | O3 | rtcoef_mtsat_x_imager.dat | 28/03/2013 |
OLI | LBLRTM v12.2 | N | O3 | rtcoef_landsat_8_oli.dat | 11/06/2014 |
SEVIRI | LBLRTM v12.2 | Y | O3 | rtcoef_msg_x_seviri.dat | 28/03/2013 (MSG 1-3) 05/12/2014 (MSG 4) |
SLSTR | LBLRTM v12.2 | Y | O3 | rtcoef_sentinel3_1_slstr.dat | 08/10/2015 |
VIIRS | LBLRTM v12.2 | Y | O3 | rtcoef_jpss_0_viirs.dat | 16/11/2015 |
VISSR | LBLRTM v12.2 | Y | O3 | rtcoef_fy2_x_vissr.dat | 06/09/2015 |
The original RTTOV-SCATT Mie coefficients produced unrealistically high amounts of scattering from snow hydrometeors at 30-50 GHz and insufficient scattering at 150-183 GHz. The new coefficients address this problem by representing snow hydrometeors as three-dimensional snowflakes rather than Mie spheres. While it is possible to improve Mie sphere results by tuning the snow particle density, it is difficult to improve results at all frequencies simultaneously. The new snow hydrometeor optical properties are based on the "sector snowflake" from the Liu (2008) database of discrete dipole computations for nonspherical ice particles. The new particle shape was chosen because it produces the best fit between observations and ECMWF simulations across frequencies from 10 to 183 GHz (Geer and Baordo, 2014).
References:Sensor | Zeeman compatible |
Filename | Date of file creation |
Associated Mietable filename |
---|---|---|---|---|
AltiKa | N | rtcoef_saral_1_altika.dat | 24/09/2015 | mietable_saral_altika.dat |
AMR | N | rtcoef_jason_2_amr.dat | 24/09/2015 | - |
AMSR-E | N | rtcoef_eos_2_amsre.dat | 24/09/2015 | mietable_eos_amsre.dat |
AMSR2 | N | rtcoef_gcom-w_1_amsr2.dat | 24/09/2015 | mietable_gcom-w_amsr2.dat |
AMSU-A | N | rtcoef_noaa_xx_amsua.dat rtcoef_metop_x_amsua.dat rtcoef_eos_2_amsua.dat |
24/09/2015 |
mietable_noaa_amsua.dat mietable_metop_amsua.dat mietable_eos_amsua.dat |
AMSU-A Zeeman (44L) | Y | rtcoef_noaa_xx_amsua_zeeman.dat rtcoef_metop_x_amsua_zeeman.dat rtcoef_eos_2_amsua_zeeman.dat |
04/07/2006 | As above |
AMSU-B | N | rtcoef_noaa_xx_amsub.dat | 24/09/2015 |
mietable_noaa_amsub.dat |
ATMS | N | rtcoef_jpss_0_atms.dat | 24/09/2015 | mietable_jpss_atms.dat |
GMI | N | rtcoef_gpm_1_gmi.dat | 24/09/2015 | mietable_gpm_gmi.dat |
HSB | N | rtcoef_eos_2_hsb.dat | 24/09/2015 | - |
ICI *, ** | N | rtcoef_metopsg_1_ici.dat | 24/09/2015 | - |
MADRAS | N | rtcoef_meghatr_1_madras.dat | 24/09/2015 | mietable_meghatr_madras.dat |
MHS | N | rtcoef_noaa_xx_mhs.dat rtcoef_metop_x_mhs.dat |
24/09/2015 |
mietable_noaa_mhs.dat mietable_metop_mhs.dat |
MSU | N | rtcoef_noaa_xx_msu.dat | 24/09/2015 | - |
MTVZA-GY | N | rtcoef_meteor-m_2_mtvzagy.dat | 24/09/2015 | mietable_meteor-m_mtvzagy.dat |
MWHS | N | rtcoef_fy3_1_mwhs.dat | 24/09/2015 | mietable_fy3_mwhs.dat |
MWHS2 | N | rtcoef_fy3_3_mwhs2.dat | 24/09/2015 | mietable_fy3_mwhs2.dat |
MWI | N | rtcoef_metopsg_1_mwi.dat | 24/09/2015 | mietable_metopsg_mwi.dat |
MWR | N | rtcoef_ers_X_mwr.dat rtcoef_envisat_1_mwr.dat |
19/11/2015 |
mietable_ers_mwr.dat mietable_envisat_mwr.dat |
MWRI | N | rtcoef_fy3_1_mwri.dat rtcoef_fy3_3_mwri.dat |
24/09/2015 | mietable_fy3_mwri.dat |
MWS ** | N | rtcoef_metopsg_1_mws.dat | 24/09/2015 | mietable_metopsg_mws.dat |
MWTS | N | rtcoef_fy3_1_mwts.dat | 24/09/2015 | mietable_fy3_mwts.dat |
MWTS2 | N | rtcoef_fy3_3_mwts2.dat | 24/09/2015 | mietable_fy3_mwts2.dat |
SAPHIR | N | rtcoef_meghatr_1_saphir.dat | 24/09/2015 | mietable_meghatr_saphir.dat |
SMMR | N | rtcoef_nimbus_7_smmr.dat | 24/09/2015 | - |
SSM/I | N | rtcoef_dmsp_xx_ssmi.dat | 24/09/2015 | mietable_dmsp_ssmi.dat |
SSMIS | N | rtcoef_dmsp_xx_ssmis.dat | 24/09/2015 | mietable_dmsp_ssmis.dat |
SSMIS Zeeman (83L) | Y | rtcoef_dmsp_xx_ssmis_zeeman.dat | 13/01/2011 | As above |
SSM/T2 | N | rtcoef_dmsp_xx_ssmt2.dat | 24/09/2015 | - |
TMI | N | rtcoef_trmm_1_tmi.dat | 24/09/2015 | mietable_trmm_tmi.dat |
Windsat | N | rtcoef_coriolis_1_windsat.dat | 24/09/2015 | mietable_coriolis_windsat.dat |
* ICI coefficients are preliminary: channel specifications may change. Work is planned to validate the spectroscopic data used at frequencies above 200GHz.
** FASTEM and TELSEM have not been trained for frequencies above 200GHz and so should be used with caution for such channels: this applies to most ICI channels and MWS channel 24.
RTTOV coefficients are trained using a set of diverse profiles which cover a wide range of values for each atmospheric variable. The fast optical depth calculations can be expected to be accurate for input profiles which lie within the profile "envelopes" defined by the minimum and maximum values for each profile variable.
By default RTTOV checks the input profile against a set of profile regression limits: it can either warn if the regression limits are exceeded or clip the values to the limits where the limits are exceeded (if the apply_reg_limits option is set to TRUE). For some time it has been the practice in RTTOV to set the regression limits to +/-10% of the profile envelope for temperature and +/-20% of the profile envelope for each gas. For highly variable gases (such as water vapour) this may be reasonable, but for less variable gases (such as CO2) the limits should probably be less permissive. The aim is to address this for the next version of RTTOV.
The tables below show the current regression limits defined in the RTTOV coefficient files. This information is contained within each coefficient file.
Pressure (hPa) | Temperature min (K) |
Temperature max (K) |
Water vapour min (ppmv) |
Water vapour max (ppmv) |
Ozone min (ppmv) |
Ozone max (ppmv) |
CO2 min (ppmv) |
CO2 max (ppmv) |
---|---|---|---|---|---|---|---|---|
0.0050 | 143.65 | 245.95 | 0.9133E+00 | 0.5241E+01 | 0.1402E-01 | 0.1404E+01 | 0.2933E+03 | 0.4610E+03 |
0.0131 | 154.19 | 252.13 | 0.1081E+01 | 0.6031E+01 | 0.6914E-01 | 0.1411E+01 | 0.2933E+03 | 0.4610E+03 |
0.0304 | 168.42 | 263.72 | 0.1349E+01 | 0.7423E+01 | 0.1075E+00 | 0.1496E+01 | 0.2933E+03 | 0.4610E+03 |
0.0644 | 180.18 | 280.11 | 0.1581E+01 | 0.8105E+01 | 0.1711E+00 | 0.1670E+01 | 0.2933E+03 | 0.4610E+03 |
0.1263 | 194.48 | 299.04 | 0.1804E+01 | 0.8436E+01 | 0.2275E+00 | 0.2064E+01 | 0.2933E+03 | 0.4610E+03 |
0.2324 | 206.21 | 318.64 | 0.1990E+01 | 0.8591E+01 | 0.3554E+00 | 0.2366E+01 | 0.2933E+03 | 0.4609E+03 |
0.4052 | 205.66 | 336.24 | 0.2491E+01 | 0.8577E+01 | 0.5529E+00 | 0.2718E+01 | 0.2933E+03 | 0.4610E+03 |
0.6749 | 197.17 | 342.08 | 0.3008E+01 | 0.8341E+01 | 0.7309E+00 | 0.3565E+01 | 0.2933E+03 | 0.4610E+03 |
1.0801 | 189.49 | 340.83 | 0.3295E+01 | 0.8065E+01 | 0.7164E+00 | 0.5333E+01 | 0.2934E+03 | 0.4612E+03 |
1.6691 | 179.27 | 334.67 | 0.3205E+01 | 0.7892E+01 | 0.6429E+00 | 0.7314E+01 | 0.2935E+03 | 0.4614E+03 |
2.5011 | 176.28 | 322.50 | 0.2922E+01 | 0.7754E+01 | 0.5043E+00 | 0.9190E+01 | 0.2935E+03 | 0.4613E+03 |
3.6462 | 175.04 | 312.51 | 0.2829E+01 | 0.7691E+01 | 0.7452E+00 | 0.1045E+02 | 0.2934E+03 | 0.4613E+03 |
5.1864 | 173.07 | 303.89 | 0.2702E+01 | 0.7584E+01 | 0.1586E+01 | 0.1234E+02 | 0.2933E+03 | 0.4613E+03 |
7.2150 | 168.38 | 295.48 | 0.2544E+01 | 0.7525E+01 | 0.1880E+01 | 0.1293E+02 | 0.2933E+03 | 0.4612E+03 |
9.8368 | 166.30 | 293.32 | 0.2457E+01 | 0.7364E+01 | 0.1322E+01 | 0.1274E+02 | 0.2933E+03 | 0.4611E+03 |
13.1672 | 163.46 | 287.05 | 0.2424E+01 | 0.7202E+01 | 0.7191E+00 | 0.1196E+02 | 0.2934E+03 | 0.4610E+03 |
17.3308 | 161.48 | 283.36 | 0.2200E+01 | 0.6961E+01 | 0.4276E+00 | 0.1110E+02 | 0.2935E+03 | 0.4612E+03 |
22.4601 | 161.47 | 280.93 | 0.1707E+01 | 0.6751E+01 | 0.2783E+00 | 0.9796E+01 | 0.2935E+03 | 0.4617E+03 |
28.6937 | 162.09 | 282.67 | 0.1523E+01 | 0.6457E+01 | 0.1635E+00 | 0.8736E+01 | 0.2936E+03 | 0.4623E+03 |
36.1735 | 162.49 | 279.93 | 0.1312E+01 | 0.6142E+01 | 0.1069E+00 | 0.7373E+01 | 0.2937E+03 | 0.4634E+03 |
45.0430 | 164.67 | 273.15 | 0.1356E+01 | 0.5898E+01 | 0.5454E-01 | 0.6800E+01 | 0.2938E+03 | 0.4647E+03 |
55.4433 | 166.19 | 265.92 | 0.1296E+01 | 0.6209E+01 | 0.4822E-01 | 0.5709E+01 | 0.2942E+03 | 0.4642E+03 |
67.5109 | 167.42 | 264.70 | 0.1164E+01 | 0.9169E+01 | 0.4300E-01 | 0.4786E+01 | 0.2947E+03 | 0.4654E+03 |
81.3744 | 159.97 | 261.95 | 0.3592E+00 | 0.1789E+02 | 0.3777E-01 | 0.4389E+01 | 0.2951E+03 | 0.4665E+03 |
97.1505 | 163.95 | 262.43 | 0.1286E-01 | 0.2030E+02 | 0.1586E-01 | 0.3620E+01 | 0.2956E+03 | 0.4675E+03 |
114.9415 | 168.59 | 259.56 | 0.1286E-01 | 0.3356E+02 | 0.1570E-01 | 0.2977E+01 | 0.2962E+03 | 0.4685E+03 |
134.8318 | 169.71 | 259.26 | 0.1286E-01 | 0.1022E+03 | 0.1572E-01 | 0.2665E+01 | 0.2970E+03 | 0.4692E+03 |
156.8846 | 169.42 | 260.13 | 0.1286E-01 | 0.2851E+03 | 0.1347E-01 | 0.2350E+01 | 0.2971E+03 | 0.4698E+03 |
181.1394 | 170.63 | 262.28 | 0.1286E-01 | 0.7147E+03 | 0.9773E-02 | 0.1972E+01 | 0.2973E+03 | 0.4702E+03 |
207.6092 | 174.10 | 264.46 | 0.1286E-01 | 0.1464E+04 | 0.1340E-01 | 0.1481E+01 | 0.2976E+03 | 0.4704E+03 |
236.2784 | 177.12 | 270.10 | 0.1286E-01 | 0.2475E+04 | 0.1589E-01 | 0.1075E+01 | 0.2982E+03 | 0.4706E+03 |
267.1012 | 181.98 | 277.93 | 0.1286E-01 | 0.4381E+04 | 0.1548E-01 | 0.7744E+00 | 0.2984E+03 | 0.4709E+03 |
300.0000 | 184.76 | 285.17 | 0.1286E-01 | 0.6631E+04 | 0.1547E-01 | 0.6282E+00 | 0.2984E+03 | 0.4711E+03 |
334.8648 | 187.69 | 293.67 | 0.1291E+01 | 0.9450E+04 | 0.1590E-01 | 0.5496E+00 | 0.2984E+03 | 0.4713E+03 |
371.5529 | 190.34 | 300.13 | 0.1525E+01 | 0.1244E+05 | 0.1528E-01 | 0.4474E+00 | 0.2984E+03 | 0.4714E+03 |
409.8893 | 194.40 | 302.63 | 0.2118E+01 | 0.1547E+05 | 0.1510E-01 | 0.3612E+00 | 0.2983E+03 | 0.4714E+03 |
449.6677 | 198.46 | 304.43 | 0.2359E+01 | 0.1857E+05 | 0.1501E-01 | 0.2835E+00 | 0.2982E+03 | 0.4715E+03 |
490.6516 | 201.53 | 307.20 | 0.2912E+01 | 0.2169E+05 | 0.1493E-01 | 0.2470E+00 | 0.2982E+03 | 0.4716E+03 |
532.5769 | 202.74 | 312.17 | 0.3668E+01 | 0.2470E+05 | 0.1453E-01 | 0.1994E+00 | 0.2981E+03 | 0.4717E+03 |
575.1538 | 201.61 | 315.54 | 0.3808E+01 | 0.2748E+05 | 0.1152E-01 | 0.1908E+00 | 0.2980E+03 | 0.4718E+03 |
618.0706 | 189.96 | 318.26 | 0.6818E+01 | 0.3028E+05 | 0.9691E-02 | 0.1713E+00 | 0.2980E+03 | 0.4719E+03 |
660.9965 | 189.96 | 321.70 | 0.6068E+01 | 0.3280E+05 | 0.9012E-02 | 0.1275E+00 | 0.2979E+03 | 0.4718E+03 |
703.5863 | 189.96 | 327.95 | 0.6729E+01 | 0.3532E+05 | 0.8672E-02 | 0.1238E+00 | 0.2979E+03 | 0.4723E+03 |
745.4841 | 189.96 | 333.77 | 0.8716E+01 | 0.3769E+05 | 0.8425E-02 | 0.1169E+00 | 0.2979E+03 | 0.4727E+03 |
786.3278 | 189.96 | 336.46 | 0.8263E+01 | 0.3998E+05 | 0.8179E-02 | 0.1153E+00 | 0.2979E+03 | 0.4733E+03 |
825.7546 | 189.96 | 338.53 | 0.7868E+01 | 0.4219E+05 | 0.7880E-02 | 0.1132E+00 | 0.2979E+03 | 0.4741E+03 |
863.4047 | 189.96 | 342.56 | 0.7525E+01 | 0.4422E+05 | 0.7381E-02 | 0.1115E+00 | 0.2980E+03 | 0.4749E+03 |
898.9275 | 189.96 | 346.22 | 0.7228E+01 | 0.4627E+05 | 0.6453E-02 | 0.1079E+00 | 0.2980E+03 | 0.4757E+03 |
931.9853 | 189.96 | 349.24 | 0.6971E+01 | 0.4773E+05 | 0.5987E-02 | 0.1020E+00 | 0.2980E+03 | 0.4768E+03 |
962.2587 | 189.96 | 349.92 | 0.6752E+01 | 0.5126E+05 | 0.5573E-02 | 0.9946E-01 | 0.2980E+03 | 0.4776E+03 |
989.4510 | 189.96 | 350.08 | 0.6566E+01 | 0.4972E+05 | 0.5708E-02 | 0.9927E-01 | 0.2980E+03 | 0.4782E+03 |
1013.2923 | 189.96 | 350.08 | 0.6412E+01 | 0.4720E+05 | 0.6383E-02 | 0.9446E-01 | 0.2980E+03 | 0.4785E+03 |
1033.5436 | 189.96 | 350.08 | 0.6286E+01 | 0.4780E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.4787E+03 |
1050.0000 | 189.96 | 350.08 | 0.6188E+01 | 0.4764E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.4788E+03 |
Pressure (hPa) | Temperature min (K) |
Temperature max (K) |
Water vapour min (ppmv) |
Water vapour max (ppmv) |
Ozone min (ppmv) |
Ozone max (ppmv) |
CO2 min (ppmv) |
CO2 max (ppmv) |
N2O min (ppmv) |
N2O max (ppmv) |
CO min (ppmv) |
CO max (ppmv) |
CH4 min (ppmv) |
CH4 max (ppmv) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.0050 | 143.70 | 246.00 | 0.9133E+00 | 0.5241E+01 | 0.1402E-01 | 0.1404E+01 | 0.2933E+03 | 0.4925E+03 | 0.2512E-04 | 0.7790E-01 | 0.1216E-02 | 0.8210E+01 | 0.6288E-03 | 0.6861E+00 |
0.0161 | 156.40 | 253.50 | 0.1117E+01 | 0.6200E+01 | 0.8094E-01 | 0.1412E+01 | 0.2933E+03 | 0.4925E+03 | 0.2512E-04 | 0.5161E-01 | 0.1323E-02 | 0.7983E+01 | 0.3661E-02 | 0.5022E+00 |
0.0384 | 172.80 | 267.50 | 0.1435E+01 | 0.7873E+01 | 0.1173E+00 | 0.1527E+01 | 0.2933E+03 | 0.4925E+03 | 0.2512E-04 | 0.3206E-01 | 0.1567E-02 | 0.7544E+01 | 0.4776E-02 | 0.4142E+00 |
0.0769 | 182.70 | 284.40 | 0.1631E+01 | 0.8185E+01 | 0.1896E+00 | 0.1719E+01 | 0.2933E+03 | 0.4925E+03 | 0.1444E-03 | 0.1773E-01 | 0.2098E-02 | 0.6843E+01 | 0.4082E-01 | 0.3846E+00 |
0.1370 | 196.40 | 301.40 | 0.1832E+01 | 0.8478E+01 | 0.2338E+00 | 0.2120E+01 | 0.2933E+03 | 0.4925E+03 | 0.2719E-03 | 0.1296E-01 | 0.3308E-02 | 0.5877E+01 | 0.5847E-01 | 0.4037E+00 |
0.2244 | 205.90 | 317.30 | 0.1962E+01 | 0.8588E+01 | 0.3448E+00 | 0.2341E+01 | 0.2933E+03 | 0.4925E+03 | 0.1123E-03 | 0.6625E-02 | 0.4986E-02 | 0.4710E+01 | 0.9096E-01 | 0.4407E+00 |
0.3454 | 209.20 | 333.30 | 0.2309E+01 | 0.8619E+01 | 0.4758E+00 | 0.2647E+01 | 0.2933E+03 | 0.4925E+03 | 0.1962E-03 | 0.6767E-02 | 0.5464E-02 | 0.3410E+01 | 0.9583E-01 | 0.5557E+00 |
0.5064 | 200.70 | 340.40 | 0.2744E+01 | 0.8518E+01 | 0.6605E+00 | 0.2818E+01 | 0.2933E+03 | 0.4926E+03 | 0.1532E-03 | 0.1291E-01 | 0.1486E-01 | 0.2159E+01 | 0.9132E-01 | 0.6844E+00 |
0.7140 | 196.50 | 342.40 | 0.3060E+01 | 0.8306E+01 | 0.7447E+00 | 0.3711E+01 | 0.2933E+03 | 0.4927E+03 | 0.5859E-04 | 0.3196E-01 | 0.2072E-01 | 0.1783E+01 | 0.1028E+00 | 0.8573E+00 |
0.9753 | 193.00 | 342.30 | 0.3235E+01 | 0.8086E+01 | 0.7253E+00 | 0.4837E+01 | 0.2933E+03 | 0.4928E+03 | 0.1387E-03 | 0.4059E-01 | 0.2203E-01 | 0.1482E+01 | 0.1184E+00 | 0.1006E+01 |
1.2972 | 183.20 | 338.30 | 0.3403E+01 | 0.8026E+01 | 0.7006E+00 | 0.6223E+01 | 0.2934E+03 | 0.4929E+03 | 0.5940E-03 | 0.4853E-01 | 0.1293E-01 | 0.1165E+01 | 0.1552E+00 | 0.1173E+01 |
1.6872 | 179.10 | 334.50 | 0.3197E+01 | 0.7886E+01 | 0.6404E+00 | 0.7361E+01 | 0.2935E+03 | 0.4930E+03 | 0.1230E-02 | 0.5885E-01 | 0.8832E-02 | 0.8446E+00 | 0.1937E+00 | 0.1362E+01 |
2.1526 | 177.40 | 328.70 | 0.2974E+01 | 0.7783E+01 | 0.5315E+00 | 0.8630E+01 | 0.2935E+03 | 0.4929E+03 | 0.1288E-02 | 0.6631E-01 | 0.7351E-02 | 0.8683E+00 | 0.2207E+00 | 0.1564E+01 |
2.7009 | 175.70 | 319.30 | 0.2895E+01 | 0.7740E+01 | 0.4903E+00 | 0.9477E+01 | 0.2935E+03 | 0.4929E+03 | 0.1557E-02 | 0.9016E-01 | 0.6644E-02 | 0.8613E+00 | 0.2572E+00 | 0.1744E+01 |
3.3398 | 175.60 | 314.50 | 0.2879E+01 | 0.7707E+01 | 0.5979E+00 | 0.9910E+01 | 0.2934E+03 | 0.4930E+03 | 0.1736E-02 | 0.1154E+00 | 0.6448E-02 | 0.7783E+00 | 0.2690E+00 | 0.1897E+01 |
4.0770 | 174.40 | 310.00 | 0.2765E+01 | 0.7672E+01 | 0.9327E+00 | 0.1113E+02 | 0.2934E+03 | 0.4931E+03 | 0.1703E-02 | 0.1557E+00 | 0.4145E-02 | 0.5688E+00 | 0.2673E+00 | 0.1998E+01 |
4.9204 | 173.70 | 305.40 | 0.2725E+01 | 0.7608E+01 | 0.1541E+01 | 0.1220E+02 | 0.2933E+03 | 0.4931E+03 | 0.1658E-02 | 0.1878E+00 | 0.3827E-02 | 0.2967E+00 | 0.2560E+00 | 0.2150E+01 |
5.8776 | 171.60 | 300.40 | 0.2649E+01 | 0.7528E+01 | 0.1693E+01 | 0.1269E+02 | 0.2933E+03 | 0.4931E+03 | 0.1584E-02 | 0.1971E+00 | 0.3555E-02 | 0.3033E+00 | 0.2455E+00 | 0.2197E+01 |
6.9567 | 168.80 | 296.10 | 0.2561E+01 | 0.7539E+01 | 0.1867E+01 | 0.1294E+02 | 0.2933E+03 | 0.4930E+03 | 0.1559E-02 | 0.2184E+00 | 0.3082E-02 | 0.2909E+00 | 0.2405E+00 | 0.2244E+01 |
8.1655 | 167.10 | 293.40 | 0.2487E+01 | 0.7476E+01 | 0.1921E+01 | 0.1293E+02 | 0.2933E+03 | 0.4929E+03 | 0.1843E-02 | 0.2392E+00 | 0.3102E-02 | 0.2815E+00 | 0.2455E+00 | 0.2264E+01 |
9.5119 | 166.70 | 293.80 | 0.2462E+01 | 0.7375E+01 | 0.1398E+01 | 0.1279E+02 | 0.2933E+03 | 0.4928E+03 | 0.2114E-02 | 0.2591E+00 | 0.3250E-02 | 0.2348E+00 | 0.2333E+00 | 0.2282E+01 |
11.0038 | 165.00 | 291.60 | 0.2441E+01 | 0.7328E+01 | 0.1066E+01 | 0.1257E+02 | 0.2934E+03 | 0.4926E+03 | 0.3048E-02 | 0.2796E+00 | 0.3430E-02 | 0.1979E+00 | 0.2340E+00 | 0.2284E+01 |
12.6492 | 163.80 | 288.40 | 0.2434E+01 | 0.7228E+01 | 0.7844E+00 | 0.1214E+02 | 0.2934E+03 | 0.4924E+03 | 0.4281E-02 | 0.3001E+00 | 0.3561E-02 | 0.1738E+00 | 0.2408E+00 | 0.2283E+01 |
14.4559 | 162.60 | 283.90 | 0.2402E+01 | 0.7142E+01 | 0.5671E+00 | 0.1154E+02 | 0.2934E+03 | 0.4924E+03 | 0.5462E-02 | 0.3197E+00 | 0.3388E-02 | 0.1281E+00 | 0.2473E+00 | 0.2323E+01 |
16.4318 | 161.60 | 283.90 | 0.2371E+01 | 0.7002E+01 | 0.4686E+00 | 0.1119E+02 | 0.2935E+03 | 0.4926E+03 | 0.8969E-02 | 0.3266E+00 | 0.3340E-02 | 0.1105E+00 | 0.2781E+00 | 0.2297E+01 |
18.5847 | 161.30 | 282.70 | 0.1975E+01 | 0.6909E+01 | 0.3739E+00 | 0.1100E+02 | 0.2935E+03 | 0.4929E+03 | 0.7311E-02 | 0.3420E+00 | 0.3374E-02 | 0.9313E-01 | 0.3109E+00 | 0.2298E+01 |
20.9224 | 161.30 | 281.50 | 0.1777E+01 | 0.6858E+01 | 0.3531E+00 | 0.1024E+02 | 0.2935E+03 | 0.4934E+03 | 0.5648E-02 | 0.3612E+00 | 0.3348E-02 | 0.8221E-01 | 0.3425E+00 | 0.2300E+01 |
23.4526 | 161.60 | 280.60 | 0.1665E+01 | 0.6686E+01 | 0.2327E+00 | 0.9524E+01 | 0.2936E+03 | 0.4939E+03 | 0.4906E-02 | 0.3710E+00 | 0.3314E-02 | 0.8340E-01 | 0.4084E+00 | 0.2300E+01 |
26.1829 | 161.90 | 281.90 | 0.1596E+01 | 0.6522E+01 | 0.2072E+00 | 0.9071E+01 | 0.2936E+03 | 0.4946E+03 | 0.4476E-02 | 0.3767E+00 | 0.3286E-02 | 0.8306E-01 | 0.4838E+00 | 0.2298E+01 |
29.1210 | 162.10 | 282.80 | 0.1511E+01 | 0.6447E+01 | 0.1565E+00 | 0.8682E+01 | 0.2936E+03 | 0.4953E+03 | 0.4061E-02 | 0.3811E+00 | 0.3259E-02 | 0.8222E-01 | 0.5455E+00 | 0.2306E+01 |
32.2744 | 162.40 | 281.20 | 0.1446E+01 | 0.6323E+01 | 0.1310E+00 | 0.8048E+01 | 0.2936E+03 | 0.4963E+03 | 0.4210E-02 | 0.3852E+00 | 0.3260E-02 | 0.7582E-01 | 0.6118E+00 | 0.2313E+01 |
35.6504 | 162.40 | 280.20 | 0.1308E+01 | 0.6181E+01 | 0.1073E+00 | 0.7414E+01 | 0.2937E+03 | 0.4973E+03 | 0.6508E-02 | 0.3879E+00 | 0.3261E-02 | 0.6952E-01 | 0.6827E+00 | 0.2332E+01 |
39.2566 | 163.00 | 278.40 | 0.1338E+01 | 0.5926E+01 | 0.1049E+00 | 0.7144E+01 | 0.2937E+03 | 0.4990E+03 | 0.8734E-02 | 0.3903E+00 | 0.3326E-02 | 0.7336E-01 | 0.7585E+00 | 0.2354E+01 |
43.1001 | 164.10 | 275.20 | 0.1393E+01 | 0.5841E+01 | 0.6063E-01 | 0.6933E+01 | 0.2938E+03 | 0.5007E+03 | 0.1089E-01 | 0.3925E+00 | 0.3400E-02 | 0.8398E-01 | 0.8241E+00 | 0.2375E+01 |
47.1882 | 165.20 | 271.00 | 0.1317E+01 | 0.5959E+01 | 0.4810E-01 | 0.6659E+01 | 0.2939E+03 | 0.5004E+03 | 0.1359E-01 | 0.3946E+00 | 0.3461E-02 | 0.9608E-01 | 0.8874E+00 | 0.2395E+01 |
51.5278 | 165.80 | 267.60 | 0.1307E+01 | 0.5881E+01 | 0.4849E-01 | 0.6190E+01 | 0.2940E+03 | 0.4991E+03 | 0.1888E-01 | 0.3966E+00 | 0.3518E-02 | 0.1104E+00 | 0.9471E+00 | 0.2400E+01 |
56.1259 | 166.20 | 265.60 | 0.1294E+01 | 0.6263E+01 | 0.4817E-01 | 0.5629E+01 | 0.2942E+03 | 0.4984E+03 | 0.2401E-01 | 0.3985E+00 | 0.3569E-02 | 0.1274E+00 | 0.1002E+01 | 0.2404E+01 |
60.9895 | 166.70 | 264.50 | 0.1224E+01 | 0.7835E+01 | 0.4310E-01 | 0.5219E+01 | 0.2944E+03 | 0.4993E+03 | 0.2900E-01 | 0.4002E+00 | 0.3601E-02 | 0.1470E+00 | 0.1051E+01 | 0.2409E+01 |
66.1252 | 167.30 | 265.10 | 0.1174E+01 | 0.7837E+01 | 0.3847E-01 | 0.4851E+01 | 0.2946E+03 | 0.5002E+03 | 0.4305E-01 | 0.4017E+00 | 0.3636E-02 | 0.1711E+00 | 0.1075E+01 | 0.2413E+01 |
71.5398 | 167.90 | 263.50 | 0.1136E+01 | 0.1289E+02 | 0.5568E-01 | 0.4605E+01 | 0.2948E+03 | 0.5010E+03 | 0.5606E-01 | 0.4023E+00 | 0.4013E-02 | 0.1896E+00 | 0.1100E+01 | 0.2418E+01 |
77.2395 | 165.60 | 261.70 | 0.1111E+01 | 0.1431E+02 | 0.5790E-01 | 0.4517E+01 | 0.2950E+03 | 0.5018E+03 | 0.6841E-01 | 0.4029E+00 | 0.4495E-02 | 0.2099E+00 | 0.1127E+01 | 0.2423E+01 |
83.2310 | 157.60 | 262.10 | 0.3396E-01 | 0.1944E+02 | 0.2905E-01 | 0.4334E+01 | 0.2951E+03 | 0.5024E+03 | 0.8571E-01 | 0.4034E+00 | 0.5071E-02 | 0.2324E+00 | 0.1155E+01 | 0.2428E+01 |
89.5203 | 160.60 | 262.70 | 0.1286E-01 | 0.1546E+02 | 0.1697E-01 | 0.4089E+01 | 0.2954E+03 | 0.5029E+03 | 0.1028E+00 | 0.4039E+00 | 0.5766E-02 | 0.2671E+00 | 0.1182E+01 | 0.2433E+01 |
96.1138 | 163.90 | 262.70 | 0.1286E-01 | 0.1949E+02 | 0.1590E-01 | 0.3668E+01 | 0.2956E+03 | 0.5034E+03 | 0.1132E+00 | 0.4043E+00 | 0.6585E-02 | 0.3150E+00 | 0.1218E+01 | 0.2438E+01 |
103.0170 | 164.40 | 261.20 | 0.1286E-01 | 0.2474E+02 | 0.1565E-01 | 0.3358E+01 | 0.2958E+03 | 0.5040E+03 | 0.1229E+00 | 0.4046E+00 | 0.6930E-02 | 0.3016E+00 | 0.1239E+01 | 0.2443E+01 |
110.2370 | 167.70 | 259.60 | 0.1286E-01 | 0.2694E+02 | 0.1566E-01 | 0.3053E+01 | 0.2960E+03 | 0.5046E+03 | 0.1328E+00 | 0.4048E+00 | 0.7310E-02 | 0.3196E+00 | 0.1261E+01 | 0.2448E+01 |
117.7770 | 169.10 | 259.50 | 0.1286E-01 | 0.3743E+02 | 0.1572E-01 | 0.2933E+01 | 0.2964E+03 | 0.5048E+03 | 0.1426E+00 | 0.4048E+00 | 0.7650E-02 | 0.3364E+00 | 0.1277E+01 | 0.2453E+01 |
125.6460 | 169.60 | 259.50 | 0.1286E-01 | 0.6072E+02 | 0.1571E-01 | 0.2755E+01 | 0.2968E+03 | 0.5046E+03 | 0.1525E+00 | 0.4048E+00 | 0.7961E-02 | 0.3674E+00 | 0.1277E+01 | 0.2458E+01 |
133.8460 | 169.70 | 259.30 | 0.1286E-01 | 0.9607E+02 | 0.1570E-01 | 0.2684E+01 | 0.2970E+03 | 0.5047E+03 | 0.1624E+00 | 0.4048E+00 | 0.8302E-02 | 0.3969E+00 | 0.1262E+01 | 0.2462E+01 |
142.3850 | 169.80 | 259.00 | 0.1286E-01 | 0.1481E+03 | 0.1587E-01 | 0.2530E+01 | 0.2971E+03 | 0.5052E+03 | 0.1721E+00 | 0.4048E+00 | 0.8693E-02 | 0.3907E+00 | 0.1304E+01 | 0.2467E+01 |
151.2660 | 169.60 | 259.70 | 0.1286E-01 | 0.2211E+03 | 0.1597E-01 | 0.2379E+01 | 0.2971E+03 | 0.5056E+03 | 0.1817E+00 | 0.4048E+00 | 0.9120E-02 | 0.3843E+00 | 0.1317E+01 | 0.2471E+01 |
160.4960 | 169.30 | 260.40 | 0.1286E-01 | 0.3250E+03 | 0.1191E-01 | 0.2332E+01 | 0.2971E+03 | 0.5059E+03 | 0.1910E+00 | 0.4048E+00 | 0.9500E-02 | 0.3612E+00 | 0.1327E+01 | 0.2475E+01 |
170.0780 | 169.50 | 261.30 | 0.1286E-01 | 0.4672E+03 | 0.9968E-02 | 0.2146E+01 | 0.2972E+03 | 0.5062E+03 | 0.2001E+00 | 0.4048E+00 | 0.9877E-02 | 0.3473E+00 | 0.1339E+01 | 0.2479E+01 |
180.0180 | 170.50 | 262.20 | 0.1286E-01 | 0.6859E+03 | 0.9669E-02 | 0.1994E+01 | 0.2973E+03 | 0.5065E+03 | 0.2089E+00 | 0.4048E+00 | 0.1055E-01 | 0.3525E+00 | 0.1350E+01 | 0.2482E+01 |
190.3200 | 172.00 | 263.10 | 0.1286E-01 | 0.9432E+03 | 0.1060E-01 | 0.1798E+01 | 0.2974E+03 | 0.5066E+03 | 0.2172E+00 | 0.4048E+00 | 0.1193E-01 | 0.3624E+00 | 0.1359E+01 | 0.2485E+01 |
200.9890 | 173.70 | 264.00 | 0.1286E-01 | 0.1251E+04 | 0.1263E-01 | 0.1621E+01 | 0.2975E+03 | 0.5067E+03 | 0.2250E+00 | 0.4058E+00 | 0.1353E-01 | 0.3729E+00 | 0.1363E+01 | 0.2487E+01 |
212.0280 | 174.40 | 264.70 | 0.1286E-01 | 0.1601E+04 | 0.1391E-01 | 0.1390E+01 | 0.2977E+03 | 0.5063E+03 | 0.2323E+00 | 0.4066E+00 | 0.1592E-01 | 0.3758E+00 | 0.1364E+01 | 0.2488E+01 |
223.4410 | 174.80 | 266.80 | 0.1286E-01 | 0.1909E+04 | 0.1577E-01 | 0.1290E+01 | 0.2979E+03 | 0.5061E+03 | 0.2389E+00 | 0.4066E+00 | 0.1884E-01 | 0.3778E+00 | 0.1364E+01 | 0.2490E+01 |
235.2340 | 176.90 | 269.80 | 0.1286E-01 | 0.2414E+04 | 0.1589E-01 | 0.1091E+01 | 0.2982E+03 | 0.5057E+03 | 0.2448E+00 | 0.4066E+00 | 0.2067E-01 | 0.3684E+00 | 0.1364E+01 | 0.2490E+01 |
247.4080 | 179.40 | 273.10 | 0.1286E-01 | 0.3113E+04 | 0.1582E-01 | 0.9059E+00 | 0.2983E+03 | 0.5055E+03 | 0.2498E+00 | 0.4066E+00 | 0.2152E-01 | 0.3631E+00 | 0.1364E+01 | 0.2489E+01 |
259.9690 | 181.30 | 276.30 | 0.1286E-01 | 0.3924E+04 | 0.1555E-01 | 0.8251E+00 | 0.2984E+03 | 0.5057E+03 | 0.2506E+00 | 0.4066E+00 | 0.2236E-01 | 0.3600E+00 | 0.1364E+01 | 0.2489E+01 |
272.9190 | 182.50 | 279.30 | 0.1286E-01 | 0.4745E+04 | 0.1542E-01 | 0.7341E+00 | 0.2984E+03 | 0.5059E+03 | 0.2506E+00 | 0.4066E+00 | 0.2299E-01 | 0.3573E+00 | 0.1364E+01 | 0.2505E+01 |
286.2620 | 183.50 | 282.30 | 0.1286E-01 | 0.5628E+04 | 0.1478E-01 | 0.6856E+00 | 0.2984E+03 | 0.5061E+03 | 0.2506E+00 | 0.4066E+00 | 0.2323E-01 | 0.3545E+00 | 0.1363E+01 | 0.2515E+01 |
300.0000 | 184.80 | 285.20 | 0.1286E-01 | 0.6631E+04 | 0.1547E-01 | 0.6282E+00 | 0.2984E+03 | 0.5063E+03 | 0.2506E+00 | 0.4066E+00 | 0.2347E-01 | 0.3533E+00 | 0.1363E+01 | 0.2521E+01 |
314.1370 | 186.20 | 288.70 | 0.1225E+01 | 0.7757E+04 | 0.1569E-01 | 0.5901E+00 | 0.2984E+03 | 0.5065E+03 | 0.2506E+00 | 0.4066E+00 | 0.2371E-01 | 0.3630E+00 | 0.1362E+01 | 0.2525E+01 |
328.6750 | 187.90 | 292.30 | 0.1219E+01 | 0.8937E+04 | 0.1598E-01 | 0.5669E+00 | 0.2984E+03 | 0.5067E+03 | 0.2506E+00 | 0.4066E+00 | 0.2394E-01 | 0.3667E+00 | 0.1361E+01 | 0.2526E+01 |
343.6180 | 187.40 | 295.60 | 0.1390E+01 | 0.1016E+05 | 0.1578E-01 | 0.5257E+00 | 0.2984E+03 | 0.5069E+03 | 0.2506E+00 | 0.4066E+00 | 0.2417E-01 | 0.3700E+00 | 0.1360E+01 | 0.2528E+01 |
358.9660 | 188.50 | 298.60 | 0.1458E+01 | 0.1141E+05 | 0.1548E-01 | 0.4818E+00 | 0.2984E+03 | 0.5070E+03 | 0.2506E+00 | 0.4066E+00 | 0.2445E-01 | 0.3702E+00 | 0.1359E+01 | 0.2530E+01 |
374.7240 | 190.80 | 300.50 | 0.1542E+01 | 0.1269E+05 | 0.1523E-01 | 0.4390E+00 | 0.2984E+03 | 0.5072E+03 | 0.2506E+00 | 0.4066E+00 | 0.2478E-01 | 0.3698E+00 | 0.1358E+01 | 0.2532E+01 |
390.8920 | 192.60 | 301.70 | 0.1617E+01 | 0.1402E+05 | 0.1511E-01 | 0.4102E+00 | 0.2983E+03 | 0.5073E+03 | 0.2506E+00 | 0.4066E+00 | 0.2504E-01 | 0.3712E+00 | 0.1358E+01 | 0.2533E+01 |
407.4740 | 194.20 | 302.50 | 0.2073E+01 | 0.1527E+05 | 0.1510E-01 | 0.3638E+00 | 0.2983E+03 | 0.5074E+03 | 0.2506E+00 | 0.4066E+00 | 0.2522E-01 | 0.3727E+00 | 0.1357E+01 | 0.2535E+01 |
424.4700 | 195.80 | 303.20 | 0.2390E+01 | 0.1665E+05 | 0.1511E-01 | 0.3456E+00 | 0.2983E+03 | 0.5075E+03 | 0.2506E+00 | 0.4066E+00 | 0.2539E-01 | 0.3744E+00 | 0.1357E+01 | 0.2537E+01 |
441.8820 | 197.60 | 304.00 | 0.2313E+01 | 0.1796E+05 | 0.1502E-01 | 0.3005E+00 | 0.2983E+03 | 0.5076E+03 | 0.2506E+00 | 0.4066E+00 | 0.2550E-01 | 0.3760E+00 | 0.1358E+01 | 0.2538E+01 |
459.7120 | 199.50 | 305.00 | 0.2416E+01 | 0.1933E+05 | 0.1498E-01 | 0.2621E+00 | 0.2982E+03 | 0.5078E+03 | 0.2506E+00 | 0.4066E+00 | 0.2549E-01 | 0.3776E+00 | 0.1359E+01 | 0.2538E+01 |
477.9610 | 200.80 | 306.30 | 0.2686E+01 | 0.2075E+05 | 0.1498E-01 | 0.2598E+00 | 0.2982E+03 | 0.5080E+03 | 0.2506E+00 | 0.4066E+00 | 0.2545E-01 | 0.3789E+00 | 0.1362E+01 | 0.2538E+01 |
496.6300 | 201.90 | 307.60 | 0.3016E+01 | 0.2212E+05 | 0.1490E-01 | 0.2411E+00 | 0.2982E+03 | 0.5082E+03 | 0.2506E+00 | 0.4066E+00 | 0.2538E-01 | 0.3801E+00 | 0.1365E+01 | 0.2538E+01 |
515.7200 | 202.40 | 309.00 | 0.3300E+01 | 0.2353E+05 | 0.1487E-01 | 0.2264E+00 | 0.2981E+03 | 0.5084E+03 | 0.2506E+00 | 0.4066E+00 | 0.2528E-01 | 0.3808E+00 | 0.1368E+01 | 0.2548E+01 |
535.2320 | 202.80 | 312.70 | 0.3724E+01 | 0.2487E+05 | 0.1448E-01 | 0.1953E+00 | 0.2981E+03 | 0.5086E+03 | 0.2506E+00 | 0.4066E+00 | 0.2518E-01 | 0.3813E+00 | 0.1368E+01 | 0.2560E+01 |
555.1670 | 202.90 | 314.20 | 0.3974E+01 | 0.2611E+05 | 0.1286E-01 | 0.1958E+00 | 0.2980E+03 | 0.5088E+03 | 0.2506E+00 | 0.4066E+00 | 0.2508E-01 | 0.3813E+00 | 0.1368E+01 | 0.2565E+01 |
575.5250 | 201.60 | 315.60 | 0.3805E+01 | 0.2750E+05 | 0.1149E-01 | 0.1908E+00 | 0.2980E+03 | 0.5090E+03 | 0.2506E+00 | 0.4066E+00 | 0.2499E-01 | 0.3814E+00 | 0.1368E+01 | 0.2566E+01 |
596.3060 | 190.00 | 315.60 | 0.6340E+01 | 0.2890E+05 | 0.1041E-01 | 0.1777E+00 | 0.2980E+03 | 0.5091E+03 | 0.2506E+00 | 0.4066E+00 | 0.2495E-01 | 0.3816E+00 | 0.1367E+01 | 0.2563E+01 |
617.5110 | 190.00 | 318.20 | 0.6825E+01 | 0.3025E+05 | 0.9703E-02 | 0.1720E+00 | 0.2980E+03 | 0.5092E+03 | 0.2506E+00 | 0.4066E+00 | 0.2490E-01 | 0.3819E+00 | 0.1363E+01 | 0.2559E+01 |
639.1400 | 190.00 | 320.70 | 0.6546E+01 | 0.3155E+05 | 0.9278E-02 | 0.1475E+00 | 0.2980E+03 | 0.5092E+03 | 0.2506E+00 | 0.4066E+00 | 0.2485E-01 | 0.3962E+00 | 0.1365E+01 | 0.2556E+01 |
661.1920 | 190.00 | 321.70 | 0.6064E+01 | 0.3281E+05 | 0.9009E-02 | 0.1273E+00 | 0.2979E+03 | 0.5091E+03 | 0.2506E+00 | 0.4066E+00 | 0.2480E-01 | 0.4424E+00 | 0.1367E+01 | 0.2555E+01 |
683.6670 | 190.00 | 325.00 | 0.6402E+01 | 0.3413E+05 | 0.8812E-02 | 0.1254E+00 | 0.2979E+03 | 0.5099E+03 | 0.2506E+00 | 0.4066E+00 | 0.2475E-01 | 0.4926E+00 | 0.1366E+01 | 0.2558E+01 |
706.5650 | 190.00 | 328.40 | 0.6777E+01 | 0.3550E+05 | 0.8651E-02 | 0.1236E+00 | 0.2979E+03 | 0.5104E+03 | 0.2506E+00 | 0.4066E+00 | 0.2470E-01 | 0.5168E+00 | 0.1366E+01 | 0.2562E+01 |
729.8860 | 190.00 | 331.70 | 0.8901E+01 | 0.3680E+05 | 0.8512E-02 | 0.1175E+00 | 0.2979E+03 | 0.5109E+03 | 0.2506E+00 | 0.4066E+00 | 0.2465E-01 | 0.5226E+00 | 0.1366E+01 | 0.2565E+01 |
753.6270 | 190.00 | 334.80 | 0.8621E+01 | 0.3814E+05 | 0.8381E-02 | 0.1166E+00 | 0.2979E+03 | 0.5114E+03 | 0.2506E+00 | 0.4066E+00 | 0.2459E-01 | 0.5139E+00 | 0.1366E+01 | 0.2567E+01 |
777.7890 | 190.00 | 336.00 | 0.8353E+01 | 0.3950E+05 | 0.8237E-02 | 0.1157E+00 | 0.2979E+03 | 0.5124E+03 | 0.2506E+00 | 0.4066E+00 | 0.2454E-01 | 0.5002E+00 | 0.1366E+01 | 0.2567E+01 |
802.3710 | 190.00 | 337.30 | 0.8097E+01 | 0.4087E+05 | 0.8072E-02 | 0.1144E+00 | 0.2979E+03 | 0.5136E+03 | 0.2506E+00 | 0.4066E+00 | 0.2449E-01 | 0.5085E+00 | 0.1366E+01 | 0.2572E+01 |
827.3710 | 190.00 | 338.60 | 0.7852E+01 | 0.4228E+05 | 0.7867E-02 | 0.1131E+00 | 0.2979E+03 | 0.5149E+03 | 0.2506E+00 | 0.4066E+00 | 0.2443E-01 | 0.5354E+00 | 0.1366E+01 | 0.2580E+01 |
852.7880 | 190.00 | 341.30 | 0.7618E+01 | 0.4363E+05 | 0.7727E-02 | 0.1120E+00 | 0.2980E+03 | 0.5163E+03 | 0.2506E+00 | 0.4066E+00 | 0.2437E-01 | 0.5708E+00 | 0.1366E+01 | 0.2589E+01 |
878.6200 | 190.00 | 344.40 | 0.7394E+01 | 0.4506E+05 | 0.6891E-02 | 0.1107E+00 | 0.2980E+03 | 0.5178E+03 | 0.2506E+00 | 0.4066E+00 | 0.2432E-01 | 0.5986E+00 | 0.1366E+01 | 0.2597E+01 |
904.8660 | 190.00 | 346.70 | 0.7180E+01 | 0.4662E+05 | 0.6327E-02 | 0.1071E+00 | 0.2980E+03 | 0.5192E+03 | 0.2506E+00 | 0.4066E+00 | 0.2426E-01 | 0.6214E+00 | 0.1366E+01 | 0.2604E+01 |
931.5230 | 190.00 | 349.20 | 0.6974E+01 | 0.4766E+05 | 0.5994E-02 | 0.1020E+00 | 0.2980E+03 | 0.5214E+03 | 0.2506E+00 | 0.4066E+00 | 0.2420E-01 | 0.6471E+00 | 0.1366E+01 | 0.2610E+01 |
958.5910 | 190.00 | 349.90 | 0.6777E+01 | 0.5144E+05 | 0.5567E-02 | 0.9938E-01 | 0.2980E+03 | 0.5233E+03 | 0.2506E+00 | 0.4066E+00 | 0.2414E-01 | 0.6663E+00 | 0.1366E+01 | 0.2615E+01 |
986.0660 | 190.00 | 350.10 | 0.6589E+01 | 0.5008E+05 | 0.5611E-02 | 0.9996E-01 | 0.2980E+03 | 0.5248E+03 | 0.2506E+00 | 0.4066E+00 | 0.2408E-01 | 0.6757E+00 | 0.1366E+01 | 0.2619E+01 |
1013.9500 | 190.00 | 350.10 | 0.6407E+01 | 0.4714E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.5259E+03 | 0.2506E+00 | 0.4066E+00 | 0.2402E-01 | 0.6918E+00 | 0.1366E+01 | 0.2622E+01 |
1042.2300 | 190.00 | 350.10 | 0.6234E+01 | 0.4809E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.5266E+03 | 0.2506E+00 | 0.4066E+00 | 0.2396E-01 | 0.7232E+00 | 0.1366E+01 | 0.2624E+01 |
1070.9200 | 190.00 | 350.10 | 0.6067E+01 | 0.4645E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.5268E+03 | 0.2506E+00 | 0.4066E+00 | 0.2390E-01 | 0.7566E+00 | 0.1366E+01 | 0.2625E+01 |
1100.0000 | 190.00 | 350.10 | 0.5906E+01 | 0.4488E+05 | 0.6401E-02 | 0.9433E-01 | 0.2980E+03 | 0.5268E+03 | 0.2506E+00 | 0.4066E+00 | 0.2383E-01 | 0.7920E+00 | 0.1366E+01 | 0.2625E+01 |
Pressure (hPa) | Temperature min (K) |
Temperature max (K) |
Water vapour min (ppmv) |
Water vapour max (ppmv) |
Ozone min (ppmv) |
Ozone max (ppmv) |
CO2 min (ppmv) |
CO2 max (ppmv) |
---|---|---|---|---|---|---|---|---|
0.0050 | 143.65 | 245.95 | 0.9133E+00 | 0.5241E+01 | 0.1402E-01 | 0.1404E+01 | 0.2383E+03 | 0.4610E+03 |
0.0100 | 158.92 | 256.44 | 0.1173E+01 | 0.6483E+01 | 0.8215E-01 | 0.1447E+01 | 0.2383E+03 | 0.4610E+03 |
0.1000 | 180.18 | 280.03 | 0.1566E+01 | 0.7968E+01 | 0.1669E+00 | 0.1718E+01 | 0.2383E+03 | 0.4610E+03 |
0.2000 | 204.06 | 316.29 | 0.1997E+01 | 0.8565E+01 | 0.3415E+00 | 0.2343E+01 | 0.2383E+03 | 0.4610E+03 |
0.5000 | 203.63 | 336.89 | 0.2577E+01 | 0.8540E+01 | 0.5863E+00 | 0.2805E+01 | 0.2384E+03 | 0.4610E+03 |
0.8000 | 195.24 | 342.33 | 0.3120E+01 | 0.8228E+01 | 0.7366E+00 | 0.4114E+01 | 0.2384E+03 | 0.4611E+03 |
1.2000 | 187.12 | 339.86 | 0.3336E+01 | 0.8050E+01 | 0.7104E+00 | 0.5671E+01 | 0.2384E+03 | 0.4612E+03 |
1.6000 | 179.95 | 335.15 | 0.3234E+01 | 0.7913E+01 | 0.6501E+00 | 0.7153E+01 | 0.2385E+03 | 0.4613E+03 |
2.2000 | 177.50 | 328.82 | 0.2992E+01 | 0.7791E+01 | 0.5401E+00 | 0.8546E+01 | 0.2385E+03 | 0.4614E+03 |
2.7000 | 175.69 | 318.86 | 0.2893E+01 | 0.7736E+01 | 0.5012E+00 | 0.9520E+01 | 0.2385E+03 | 0.4613E+03 |
3.5000 | 175.36 | 313.69 | 0.2860E+01 | 0.7701E+01 | 0.6559E+00 | 0.1012E+02 | 0.2386E+03 | 0.4613E+03 |
4.2000 | 174.29 | 309.44 | 0.2760E+01 | 0.7663E+01 | 0.1011E+01 | 0.1127E+02 | 0.2386E+03 | 0.4613E+03 |
5.0000 | 172.92 | 303.55 | 0.2697E+01 | 0.7579E+01 | 0.1596E+01 | 0.1238E+02 | 0.2386E+03 | 0.4613E+03 |
6.9500 | 168.81 | 296.20 | 0.2554E+01 | 0.7509E+01 | 0.1809E+01 | 0.1287E+02 | 0.2387E+03 | 0.4612E+03 |
10.3700 | 165.68 | 292.01 | 0.2454E+01 | 0.7349E+01 | 0.1265E+01 | 0.1262E+02 | 0.2388E+03 | 0.4611E+03 |
14.8100 | 162.64 | 285.16 | 0.2363E+01 | 0.7112E+01 | 0.5965E+00 | 0.1158E+02 | 0.2389E+03 | 0.4611E+03 |
20.4000 | 161.41 | 281.97 | 0.1879E+01 | 0.6846E+01 | 0.3452E+00 | 0.1040E+02 | 0.2390E+03 | 0.4615E+03 |
27.2600 | 161.95 | 281.81 | 0.1568E+01 | 0.6513E+01 | 0.1902E+00 | 0.8935E+01 | 0.2391E+03 | 0.4622E+03 |
35.5100 | 162.60 | 279.99 | 0.1372E+01 | 0.6164E+01 | 0.1143E+00 | 0.7596E+01 | 0.2393E+03 | 0.4633E+03 |
45.2900 | 164.59 | 273.07 | 0.1344E+01 | 0.5906E+01 | 0.6200E-01 | 0.6749E+01 | 0.2396E+03 | 0.4645E+03 |
56.7300 | 166.31 | 266.04 | 0.1270E+01 | 0.6695E+01 | 0.4612E-01 | 0.5642E+01 | 0.2400E+03 | 0.4645E+03 |
69.9700 | 166.82 | 263.75 | 0.1123E+01 | 0.1116E+02 | 0.4851E-01 | 0.4735E+01 | 0.2405E+03 | 0.4656E+03 |
85.1800 | 161.10 | 262.28 | 0.2750E+00 | 0.1705E+02 | 0.3060E-01 | 0.4230E+01 | 0.2411E+03 | 0.4667E+03 |
102.0500 | 164.85 | 261.29 | 0.1286E-01 | 0.2364E+02 | 0.1584E-01 | 0.3421E+01 | 0.2416E+03 | 0.4678E+03 |
122.0400 | 169.07 | 259.52 | 0.1286E-01 | 0.5388E+02 | 0.1571E-01 | 0.2855E+01 | 0.2420E+03 | 0.4688E+03 |
143.8400 | 169.66 | 259.40 | 0.1286E-01 | 0.1684E+03 | 0.1547E-01 | 0.2517E+01 | 0.2423E+03 | 0.4695E+03 |
167.9500 | 169.75 | 261.07 | 0.1286E-01 | 0.4575E+03 | 0.1120E-01 | 0.2184E+01 | 0.2426E+03 | 0.4699E+03 |
194.3600 | 172.49 | 263.39 | 0.1286E-01 | 0.1067E+04 | 0.1147E-01 | 0.1734E+01 | 0.2428E+03 | 0.4703E+03 |
222.9400 | 175.33 | 267.06 | 0.1286E-01 | 0.1958E+04 | 0.1507E-01 | 0.1276E+01 | 0.2431E+03 | 0.4705E+03 |
253.7100 | 180.07 | 274.54 | 0.1286E-01 | 0.3516E+04 | 0.1568E-01 | 0.8848E+00 | 0.2433E+03 | 0.4708E+03 |
286.6000 | 183.60 | 282.25 | 0.8431E-01 | 0.5672E+04 | 0.1520E-01 | 0.6867E+00 | 0.2435E+03 | 0.4710E+03 |
321.5000 | 186.73 | 290.38 | 0.1050E+01 | 0.8333E+04 | 0.1577E-01 | 0.5788E+00 | 0.2437E+03 | 0.4712E+03 |
358.2800 | 188.88 | 297.96 | 0.1450E+01 | 0.1132E+05 | 0.1552E-01 | 0.4861E+00 | 0.2437E+03 | 0.4714E+03 |
396.8100 | 193.09 | 301.90 | 0.1831E+01 | 0.1444E+05 | 0.1513E-01 | 0.3942E+00 | 0.2438E+03 | 0.4714E+03 |
436.9500 | 197.07 | 303.79 | 0.2334E+01 | 0.1754E+05 | 0.1505E-01 | 0.3140E+00 | 0.2438E+03 | 0.4715E+03 |
478.5400 | 200.69 | 306.31 | 0.2709E+01 | 0.2074E+05 | 0.1496E-01 | 0.2560E+00 | 0.2439E+03 | 0.4716E+03 |
521.4600 | 202.47 | 310.31 | 0.3432E+01 | 0.2388E+05 | 0.1460E-01 | 0.2169E+00 | 0.2439E+03 | 0.4717E+03 |
565.5400 | 200.89 | 314.68 | 0.4153E+01 | 0.2680E+05 | 0.1227E-01 | 0.1917E+00 | 0.2440E+03 | 0.4718E+03 |
610.6000 | 190.90 | 317.44 | 0.6368E+01 | 0.2975E+05 | 0.1003E-01 | 0.1718E+00 | 0.2440E+03 | 0.4718E+03 |
656.4300 | 189.96 | 321.77 | 0.6318E+01 | 0.3250E+05 | 0.9098E-02 | 0.1358E+00 | 0.2440E+03 | 0.4719E+03 |
702.7300 | 189.96 | 327.70 | 0.7018E+01 | 0.3521E+05 | 0.8689E-02 | 0.1232E+00 | 0.2440E+03 | 0.4723E+03 |
749.1200 | 189.96 | 333.82 | 0.8622E+01 | 0.3785E+05 | 0.8408E-02 | 0.1169E+00 | 0.2441E+03 | 0.4727E+03 |
795.0900 | 189.96 | 336.89 | 0.8183E+01 | 0.4042E+05 | 0.8122E-02 | 0.1148E+00 | 0.2441E+03 | 0.4734E+03 |
839.9500 | 189.96 | 339.88 | 0.7750E+01 | 0.4287E+05 | 0.7787E-02 | 0.1126E+00 | 0.2442E+03 | 0.4744E+03 |
882.8000 | 189.96 | 344.54 | 0.7372E+01 | 0.4525E+05 | 0.6869E-02 | 0.1100E+00 | 0.2443E+03 | 0.4753E+03 |
922.4600 | 189.96 | 348.18 | 0.7062E+01 | 0.4722E+05 | 0.6136E-02 | 0.1042E+00 | 0.2444E+03 | 0.4764E+03 |
957.4400 | 189.96 | 349.78 | 0.6810E+01 | 0.5082E+05 | 0.5638E-02 | 0.9982E-01 | 0.2444E+03 | 0.4774E+03 |
985.8800 | 189.96 | 350.08 | 0.6594E+01 | 0.5012E+05 | 0.5610E-02 | 0.9995E-01 | 0.2444E+03 | 0.4781E+03 |
1005.4300 | 189.96 | 350.08 | 0.6448E+01 | 0.4779E+05 | 0.6226E-02 | 0.9558E-01 | 0.2445E+03 | 0.4784E+03 |
1025.0000 | 189.96 | 350.08 | 0.6334E+01 | 0.4754E+05 | 0.6402E-02 | 0.9433E-01 | 0.2445E+03 | 0.4786E+03 |
1050.0000 | 189.96 | 350.08 | 0.6193E+01 | 0.4769E+05 | 0.6402E-02 | 0.9433E-01 | 0.2445E+03 | 0.4788E+03 |