Ignore:
Timestamp:
Jan 15, 2021, 5:41:46 PM (4 years ago)
Author:
abierjon
Message:

Mars GCM:
Changes in aeroptical.F90 :

  • add the flag nf90_64bit_offset when creating the output file. Without it, the program couldn't deal with large files (concat) with multiple aerosols
  • modify the code structure to make it a bit less memory-intensive
  • add topdust in computed aerosol opacities
  • add the possibility to compute absorption opacities, instead of extinction : the user must specify 'ext' or 'abs' in aeroptical.def
  • update the description of aeroptical in util/README

+ adapt simu_MCS to take into account aeroptical output variables when choosing

the binning reference

+ add outputs for topdust in physiq_mod

AB

File:
1 edited

Legend:

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

    r2435 r2443  
    191191--------------------------------------------------------------------
    192192
    193 Program to compute opacities [1/km] of all aerosols from dust, water ice
    194 and stormdust present in the input file, at a wavelength given by the user.
     193Program to compute opacities [1/km] of all aerosols from dust, water ice,
     194stormdust and topdust present in the input file, at a wavelength given by the user.
    195195Computation is made from the aerosol mass mixing ratios and effective radius,
    196196associated with air density (rho) and files containing the aerosol
    197197optical properties (generally present in the GCM datadir/ directory).
     198The user have to precise the type of opacity : extinction or absorption.
    198199
    199200NB : water ice effective radius is known to be a bit inaccurate in the GCM,
     
    202203input : diagfi.nc  / concat.nc / stats.nc kind of files
    203204
    204 output file is : name_of_input_file_OPA.nc
     205output file is :
     206 name_of_input_file_OPAext.nc for extinction opacities
     207 name_of_input_file_OPAabs.nc for absorption opacities
     208
    205209aeroptical.e < aeroptical.def
Note: See TracChangeset for help on using the changeset viewer.