Ignore:
Timestamp:
Mar 17, 2022, 2:36:31 PM (3 years ago)
Author:
abierjon
Message:

Mars GCM:
Implementation of the IRabs-to-VISext dust scenario conversion, depending on the GCM effective radius :

  • new flag 'reff_driven_IRtoVIS_scenario', false by default, must be set to true to use this dynamic conversion (otherwise, the coefficient takes the constant value of 2.6, eqv to reff=1.5um, as before) A specific line is added in deftank/callphys.def.GCM6
  • this flag requires the 'dustiropacity' to be set to 'tes' to match the IR scenario's wavelength. 'mcs'-like dso diagnostics can only be produced by the use of the post-processing tool util/aeroptical.F90
  • the variable IRtoVIScoef is computed in aeropacity via the GCM CDOD ratio : tau_pref_gcm_VIS/tau_pref_gcm_IR (only at the first call to callradite during each physical timestep)
  • change read_dust_scenario into module read_dust_scenario_mod

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r2639 r2643  
    5050# "tes" (9.3 microns) [default] or "mcs" (21.6 microns)
    5151dustiropacity = tes
     52# Use an IR to VIS scenario conversion coefficient that is
     53# dependent on the GCM dust effective radius,
     54# instead of a fixed 2.6 coefficient ?
     55#(only if dustiropacity = tes ; default = .false.)
     56reff_driven_IRtoVIS_scenario = .true.
    5257
    5358## Physical Parameterizations :
Note: See TracChangeset for help on using the changeset viewer.