Ignore:
Timestamp:
May 19, 2023, 12:49:25 PM (19 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/libf/phymars/callkeys.h

    r2823 r2966  
    1515     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds &
    1616     &   ,co2useh2o,meteo_flux,activeco2ice,CLFvaryingCO2,spantCO2      &
    17      &   ,CLFvarying,satindexco2,rdstorm,topflows,calllott_nonoro        &
     17     &   ,CLFvarying,satindexco2,rdstorm,topflows,calllott_nonoro       &
    1818     &   ,latentheat_surfwater,gwd_convective_source,startphy_file      &
    19      &   ,hdo,hdofrac,cst_cap_albedo,temp_dependant_m,refill_watercap
     19     &   ,hdo,hdofrac,cst_cap_albedo,temp_dependant_m,refill_watercap   &
     20     &   ,cloud_adapt_ts
    2021!$OMP THREADPRIVATE(/callkeys_l/)
    2122
     
    7677      logical temp_dependant_m ! temperature-dependant water contact parameter
    7778      logical refill_watercap ! h2o_ice_s is converted to watercap when above threshold
     79      logical cloud_adapt_ts ! adaptative timestep for cloud microphysics
    7880      logical sedimentation
    7981      logical activice,tifeedback,supersat,caps
Note: See TracChangeset for help on using the changeset viewer.