This folder is intended to contain data required by ARTS predefined models. Not all predefined models are compatible with each other. It is therefore intended that this folder is read with one of ARTS catalog reading routines from a user-provided list of absorption species models. NOTE: if a model's data is not in this folder, its data is available inside ARTS pre-compiled as a named model. The H2O-ForeignContCKDMT400.xml and H2O-SelfContCKDMT400.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 two ARTS files stores all of the variables for use in the ARTS model as they were extracted from the file. Both files should be identical because they define different models but it is still stored this way to be catalog-compatible.