Ignore:
Timestamp:
May 19, 2023, 12:49:25 PM (18 months ago)
Author:
jnaar
Message:

Architecture changes in watercloud_mod, improvedclouds_mod in preparation for adaptative timestep of clouds (not yet implemented). Changes prevent bit by bit correspondance with previous revision. "simpleclouds" routine broken.

File:
1 edited

Legend:

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

    r2965 r2966  
    40434043+ fixed unit attribute of surface/soil water densities in field_def_physics_mars.xml
    40444044
     4045== 19/05/2023 == JN
     4046+ Architecture change in watercloud_mod.F, improvedclouds_mod.F :
     4047Instead of computing all subtimesteps simultaneously, we now loop on
     4048(ngrid,nlay) first. This is to allow for a future adaptative timestep.
     4049+ Second architecture change in the computations of tendencies within
     4050watercloud_mod.F : we now increment directly tracers and temperature instead
     4051of tendencies. This may allow future developments for optimizations.
     4052+ Because of second change, no bit by bit correspondance with previous
     4053revision (truncature stuff)
     4054+ "simpleclouds" routine should be broken in this build (microphys=.false.)
     4055+ Introducing a flag "cloud_adapt_ts" (false by default) to set the adaptative timestep (not yet ready). Otherwise fully retrocompatible.
Note: See TracChangeset for help on using the changeset viewer.