Ignore:
Timestamp:
Mar 31, 2026, 3:38:07 PM (10 days ago)
Author:
jbclement
Message:

Mars PCM:
Giving standard explicit names to variables related to "paleoclimate" module + adding yearly average of flux exchanged with subsurface ice in XIOS output file intended for the PEM.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r4150 r4160  
    210210  use callkeys_mod,        only: calltherm, dustinjection, calllott_nonoro
    211211  use callkeys_mod, only: CLFvarying
    212   use paleoclimate_mod,    only: paleoclimate, h2o_ice_depth, lag_co2_ice, d_coef, zdqsdif_ssi_tot
     212  use paleoclimate_mod,    only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif, zdqsdif_ssi_tot
    213213
    214214  implicit none
     
    388388  ! Paleoclimate
    389389  if (paleoclimate) then
    390     call put_field("h2o_ice_depth","Depth to the fisrt H2O ice",h2o_ice_depth)
    391     call put_field("lag_co2_ice","Depth of the CO2 lags",lag_co2_ice)
    392     call put_field("zdqsdif_ssi_tot","Total flux with SSI",zdqsdif_ssi_tot)
    393     call put_field("d_coef","Diffusion coefficent",d_coef)
     390    call put_field("h2oice_depth","Depth of the shallowest H2O ice layer",h2oice_depth)
     391    call put_field("co2ice_depth","Depth of the shallowest CO2 ice layer",co2ice_depth)
     392    call put_field("flux_ssice","Total flux exchanged with subsurface water ice",zdqsdif_ssi_tot)
     393    call put_field("coef_ssdif","Diffusion coefficent for subsurface water",coef_ssdif)
    394394  endif
    395395
Note: See TracChangeset for help on using the changeset viewer.