Ignore:
Timestamp:
Sep 7, 2021, 12:10:35 PM (3 years ago)
Author:
emillour
Message:

Mars GCM:
Some code cleanup and refactoring around wstats:

  • turn wstats.F90 in a module
  • remove no useless statto_mod.F90
  • incorporate auxilliary inistats and mkstats routines in wstats_mod.F90
  • move flag "callstats" from callkeys.h to being a module variable of wstats_mod

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2558 r2559  
    24662466microphysics (just like water clouds). The amplitude is spantCO2, also read from callphys.def
    24672467- The previous logical microphysco2 has been removed.
    2468 - Cloud opacity at 1µm is now computed in the co2cloud.F routine
     2468- Cloud opacity at 1µm is now computed in the co2cloud.F routine
    24692469- Most of the co2 ice clouds scheme writediagfi are now in co2clouds.F
    24702470- Some cleaning of the CO2 ice clouds routine has been done. Not perfect yet!
     
    24822482  if a gravity wave propagates to the mesosphere or not (wheter the wave saturates on its way or not).
    24832483  The sub-grid temperature distribution is cancelled if the saturation index value of the column (between 12 and 80 km) is > 0.1, and is applied (+/- 3K) otherwise. if the keyword satindexco2=.true. in callphys.def (only applies if CLFvaryingCO2=.true. anyway). If set to .false., deactivate this filter and the sub grid T distribution applies everywhere and everytime. See comments in co2clouds.F
    2484 - All that you need to launch a GCM run with co2 clouds is described in co2clouds.F comments. Ehouarn Millour and Anni Määttänen have the files.
     2484- All that you need to launch a GCM run with co2 clouds is described in co2clouds.F comments. Ehouarn Millour and Anni Määttänen have the files.
    24852485 
    24862486== 15/11/2017 == EM
     
    34433443(between levels with no missing values in both files, which vary with space and time) and outputs
    34443444the ratio tau_GCM/tau_MCS to be used to normalize the GCM dust opacity profiles when comparing to MCS
     3445
     3446== 07/09/2021 == EM
     3447Some code cleanup and refactoring around wstats:
     3448- turn wstats.F90 in a module
     3449- remove no useless statto_mod.F90
     3450- incorporate auxilliary inistats and mkstats routines in wstats_mod.F90
     3451- move flag "callstats" from callkeys.h to being a module variable of wstats_mod
Note: See TracChangeset for help on using the changeset viewer.