Changeset 3149 for trunk/LMDZ.COMMON/libf/evolution/changelog.txt
- Timestamp:
- Dec 6, 2023, 4:02:06 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3145 r3149 154 154 - Addition of a script in LMDZ.MARS/deftank/pem/ to launch a chained simulation of 1D PCM runs which follow, year by year, the orbital parameters (obliquity, eccentricity, Ls perihelion) given in a specified file. 155 155 - Small changes to other files of the deftank directory (check and cosmetic). 156 157 == 06/12/2023 == JBC 158 - Simplification of the algorithm managing the stopping criteria; 159 - Complete rework of the ice management in the PEM (H2O & CO2); 160 > Subroutines to evolve the H2O and CO2 ice are now in the same module "evol_ice_mod.F90". 161 > Tendencies are computed from the variation of "ice + frost" between the 2 PCM runs. 162 > Evolving ice in the PEM is now called 'h2o_ice' or 'co2_ice' (not anymore in 'qsurf' and free of 'water_reservoir'). 163 > Default value 'ini_h2o_bigreservoir' (= 10 m) initializes the H2O ice of the first PEM run where there is 'watercap'. For the next PEM runs, initialization is done with the value kept in "startpem.nc". CO2 ice is taken from 'perennial_co2ice' of the PCM (paleoclimate flag must be true). 164 > Simplification of the condition to compute the surface ice cover needed for the stopping criteria. 165 > Frost ('qsurf') is not evolved by the PEM and given back to the PCM. 166 > New default threshold value 'inf_h2oice_threshold' (= 2 m) to decide at the end of the PEM run if the H2O ice should be 'watercap' or not for the next PCM runs. If H2O ice cannot be 'watercap', then the remaining H2O ice is transferred to the frost ('qsurf'). 167 - Renaming of variables/subroutines for clarity; 168 - Some cleanings throughout the code; 169 - Small updates in files of the deftank.
Note: See TracChangeset
for help on using the changeset viewer.