Skip to content
Snippets Groups Projects
Commit 3c243bc6 authored by richard's avatar richard
Browse files

* ARTS-CAT-DATA-7

	* Add MT CKD 4.0 water data for the wing absorption
	of water.  Note to use a cutoff of 750 GHz for your
	line calculations while using this data



git-svn-id: https://radiativetransfer.org/svn/rt/arts-cat-data/trunk@11409 aaf1aab0-4228-0410-ad68-8dceda47f409
parent f36bb71b
No related branches found
No related tags found
No related merge requests found
2022-11-15 Richard Larsson <richard.larsson@uni-hamburg.de>
* ARTS-CAT-DATA-7
* Add MT CKD 4.0 water data for the wing absorption
of water. Note to use a cutoff of 750 GHz for your
line calculations while using this data
2022-07-13 Richard Larsson <richard.larsson@uni-hamburg.de> 2022-07-13 Richard Larsson <richard.larsson@uni-hamburg.de>
* ARTS-CAT-DATA-6 * ARTS-CAT-DATA-6
......
This diff is collapsed.
The H2O.xml data is extracted from a netcdf file distributed via
https://github.com/AER-RC/MT_CKD/blob/55e0914a6561019e1f847c3b3a6766f88205e496/data/absco-ref_wv-mt-ckd.nc
The original netcdf file has the following metadata (ncdump -h):
netcdf absco-ref_wv-mt-ckd {
dimensions:
wavenumbers = 2001 ;
variables:
double wavenumbers(wavenumbers) ;
wavenumbers:units = "cm-1" ;
wavenumbers:description = "Spectral domain of water vapor continuum" ;
double self_absco_ref(wavenumbers) ;
self_absco_ref:units = "cm**2/molecule cm-1" ;
self_absco_ref:description = "Water vapor self continuum absorption coefficients" ;
double for_absco_ref(wavenumbers) ;
for_absco_ref:units = "cm**2/molecule cm-1" ;
for_absco_ref:description = "Water vapor foreign continuum absorption coefficients" ;
double self_texp(wavenumbers) ;
self_texp:units = "dimensionless" ;
self_texp:description = "Temperature exponent for water vapor self continuum" ;
double ref_press ;
ref_press:units = "mbar" ;
ref_press:description = "Reference pressure" ;
double ref_temp ;
ref_temp:units = "K" ;
ref_temp:description = "Reference temperature" ;
double ref_h2o_vmr ;
ref_h2o_vmr:units = "vmr" ;
ref_h2o_vmr:description = "Reference H2O Mixing Ratio" ;
// global attributes:
:title = " The MT_CKD Water Vapor Continuum - 4.0 " ;
:copyright = "Copyright ©, Atmospheric and Environmental Research, Inc., 2022 All rights reserved. This source code was developed as part of the LBLRTM software and is designed for scientific and research purposes. Atmospheric and Environmental Research Inc. (AER) grants USER the right to download, install, use and copy this software and data for scientific and research purposes only. This software and data may be redistributed as long as this copyright notice is reproduced on any copy made and appropriate acknowledgment is given to AER. This software and data or any modified versio of this software and data may not be incorporated into proprietary software or data or commercial software or data offered for sale without the express written consent of AER. This software and data are provided as is without any expressed or implied warranties. " ;
:contact = " Address questions to: aer_contnm@aer.com " ;
:reference = " General reference: Mlawer et al. (2012), doi:10.1098/rsta.2011.0295 " ;
:history = "MT_CKD_4.0: water vapor continuum data is now stored in a netCDF file and the code is in a separate module.For previous versions see (http://github.com/AER-RC/MT_CKD). " ;
}
The ARTS H2O.xml file stores all of the variables for use in the ARTS model as they were extracted from the file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment