Changeset 3807
- Timestamp:
- Jun 16, 2025, 12:39:17 PM (10 hours ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3804 r3807 4864 4864 == 12/06/2025 == JBC 4865 4865 Move paleoclimate variables from time-independent to time-dependent writing of "stratfi.nc". 4866 4867 == 16/06/2025 == JM 4868 Update README and add an example .def file for the new utility routine 4869 "gencol". -
trunk/LMDZ.MARS/util/README
r2830 r3807 210 210 211 211 aeroptical.e < aeroptical.def 212 213 -------------------------------------------------------------------- 214 9) gencol.e : compute column densities from concentration, mass and 215 volume ratios 216 -------------------------------------------------------------------- 217 218 Program to compute the column density (kg/m²) from the aerosol mass 219 mixing ratios (kg/kg), volume mixing ratio (mol/mol) or concentration 220 (cm-3). 221 The user provides the input file, from which the routine list all 222 relevant tracers. The user then provides the tracers to compute. 223 The resulting column densities are stored in a new file. 224 225 NB: to compute column density from volume mixing ratiors, the 226 atmospheric molecular weigth is required. Be aware that if it is 227 impossible to read or compute the local molecular weight, a mean 228 will be used. 229 230 input : diagfi.nc / concat.nc / stats.nc kind of files 231 232 output file is : 233 name_of_input_file_col.nc 234 235 gencol.e < gencol.def
Note: See TracChangeset
for help on using the changeset viewer.