Changeset 3338 for trunk/LMDZ.MARS
- Timestamp:
- May 21, 2024, 6:17:37 PM (6 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3337 r3338 4636 4636 4637 4637 == 21/05/2024 == JBC 4638 Addition of the paleoclimate variables in the change the number of slopes by "newtart.F" + some simplifications of the way it is done.4638 Addition of the paleoclimate variables in the change of the number of slopes by "newstart.F" + some simplifications of the way it is done. 4639 4639 4640 4640 == 21/05/2024 == JN … … 4643 4643 Also nsubtimestep is now stored in diagfi at the end of the subtimestep for 4644 4644 clarity of the code. 4645 4646 == 21/05/2024 == JBC 4647 Addition of the paleoclimate variable 'd_coef' in the writing of the "restartfi.nc" file. -
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r3308 r3338 28 28 use time_phylmdz_mod, only: daysec 29 29 use comslope_mod, ONLY: nslope 30 USE paleoclimate_mod, ONLY: paleoclimate, h2o_ice_depth, lag_co2_ice 30 USE paleoclimate_mod, ONLY: paleoclimate, h2o_ice_depth, lag_co2_ice, d_coef 31 31 32 32 implicit none … … 157 157 call put_field("h2o_ice_depth","Depth to the fisrt H2O ice",h2o_ice_depth) 158 158 call put_field("lag_co2_ice","Depth of the CO2 lags",lag_co2_ice) 159 call put_field("d_coef","Diffusion coefficent",d_coef) 159 160 endif 160 161
Note: See TracChangeset
for help on using the changeset viewer.