Changeset 3807


Ignore:
Timestamp:
Jun 16, 2025, 12:39:17 PM (10 hours ago)
Author:
jmauxion
Message:

Mars PCM:
Update README and add an example .def file for the new utility routine "gencol".
JM

Location:
trunk/LMDZ.MARS
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3804 r3807  
    48644864== 12/06/2025 == JBC
    48654865Move paleoclimate variables from time-independent to time-dependent writing of "stratfi.nc".
     4866
     4867== 16/06/2025 == JM
     4868Update README and add an example .def file for the new utility routine
     4869"gencol".
  • trunk/LMDZ.MARS/util/README

    r2830 r3807  
    210210
    211211aeroptical.e < aeroptical.def
     212
     213--------------------------------------------------------------------
     2149) gencol.e : compute column densities from concentration, mass and
     215              volume ratios
     216--------------------------------------------------------------------
     217
     218Program to compute the column density (kg/m²) from the aerosol mass
     219mixing ratios (kg/kg), volume mixing ratio (mol/mol) or concentration
     220(cm-3).
     221The user provides the input file, from which the routine list all
     222relevant tracers. The user then provides the tracers to compute.
     223The resulting column densities are stored in a new file.
     224
     225NB: to compute column density from volume mixing ratiors, the
     226atmospheric molecular weigth is required. Be aware that if it is
     227impossible to read or compute the local molecular weight, a mean
     228will be used.
     229
     230input : diagfi.nc  / concat.nc / stats.nc kind of files
     231
     232output file is :
     233 name_of_input_file_col.nc
     234
     235gencol.e < gencol.def
Note: See TracChangeset for help on using the changeset viewer.