Ignore:
Timestamp:
Nov 23, 2020, 11:50:01 AM (4 years ago)
Author:
abierjon
Message:

Mars GCM:
Add stormdust in the aerosol opacities computed by aeroptical.F90
+ add a description of aeroptical in util/README

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/README

    r2432 r2435  
    2222This program is used to concatenate consecutive
    2323output files ("diagfi", and even "stats") for a selection of
    24 variable, in order to obtain one single big file. The time simension can
     24variable, in order to obtain one single big file. The time dimension can
    2525be "sols" or "Ls" (in that last case, Ls will not be linear, and
    2626software like Grads may not be able to use it. To have a linear "Ls"
     
    187187extract.e < extract.points.def
    188188
    189  
     189--------------------------------------------------------------------
     1909) aeroptical.e : compute aerosol opacities at a given wavelength
     191--------------------------------------------------------------------
     192
     193Program to compute opacities [1/km] of all aerosols from dust, water ice
     194and stormdust present in the input file, at a wavelength given by the user.
     195Computation is made from the aerosol mass mixing ratios and effective radius,
     196associated with air density (rho) and files containing the aerosol
     197optical properties (generally present in the GCM datadir/ directory).
     198
     199NB : water ice effective radius is known to be a bit inaccurate in the GCM,
     200so reffwice can be prescribed by the user.
     201
     202input : diagfi.nc  / concat.nc / stats.nc kind of files
     203
     204output file is : name_of_input_file_OPA.nc
     205aeroptical.e < aeroptical.def
Note: See TracChangeset for help on using the changeset viewer.