Changeset 3807 for trunk/LMDZ.MARS/util/README
- Timestamp:
- Jun 16, 2025, 12:39:17 PM (15 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.