User subroutines dedicated to the atmospheric model. More...
| Functions/Subroutines | |
| subroutine | cs_user_atmo_1d_rad_prf (preray, temray, romray, qvray, qlray, ncray, aeroso) | 
| Fill in vertical profiles of atmospheric properties prior to solve 1D radiative transfers. Altitudes (zvert array) are defined in usatd.  More... | |
User subroutines dedicated to the atmospheric model.
See Atmospheric model (cs_user_atmospheric_model.f90) for examples.
| subroutine cs_user_atmo_1d_rad_prf | ( | double precision, dimension(kmx) | preray, | 
| double precision, dimension(kmx) | temray, | ||
| double precision, dimension(kmx) | romray, | ||
| double precision, dimension(kmx) | qvray, | ||
| double precision, dimension(kmx) | qlray, | ||
| double precision, dimension(kmx) | ncray, | ||
| double precision, dimension(kmx) | aeroso | ||
| ) | 
Fill in vertical profiles of atmospheric properties prior to solve 1D radiative transfers. Altitudes (zvert array) are defined in usatd.
| [in,out] | preray | pressure vertical profile | 
| [in,out] | temray | real temperature vertical profile | 
| [in,out] | romray | density vertical profile | 
| [in,out] | qvray | water vapor content vertical profile | 
| [in,out] | qlray | water liquid content vertical profile | 
| [in,out] | ncray | droplets density vertical profile | 
| [in,out] | aeroso | aerosol concentration vertical profile |