Changeset 3338 for trunk/LMDZ.MARS


Ignore:
Timestamp:
May 21, 2024, 6:17:37 PM (6 months ago)
Author:
jbclement
Message:

Mars PCM:
Addition of the paleoclimate variable 'd_coef' in the writing of the "restartfi.nc" file.
JBC

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

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

    r3337 r3338  
    46364636
    46374637== 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.
     4638Addition of the paleoclimate variables in the change of the number of slopes by "newstart.F" + some simplifications of the way it is done.
    46394639
    46404640== 21/05/2024 == JN
     
    46434643Also nsubtimestep is now stored in diagfi at the end of the subtimestep for
    46444644clarity of the code.
     4645
     4646== 21/05/2024 == JBC
     4647Addition of the paleoclimate variable 'd_coef' in the writing of the "restartfi.nc" file.
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r3308 r3338  
    2828  use time_phylmdz_mod, only: daysec
    2929  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
    3131
    3232  implicit none
     
    157157    call put_field("h2o_ice_depth","Depth to the fisrt H2O ice",h2o_ice_depth)
    158158    call put_field("lag_co2_ice","Depth of the CO2 lags",lag_co2_ice)
     159    call put_field("d_coef","Diffusion coefficent",d_coef)
    159160  endif
    160161
Note: See TracChangeset for help on using the changeset viewer.