Changeset 4160 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Mar 31, 2026, 3:38:07 PM (10 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r4150 r4160 210 210 use callkeys_mod, only: calltherm, dustinjection, calllott_nonoro 211 211 use callkeys_mod, only: CLFvarying 212 use paleoclimate_mod, only: paleoclimate, h2o _ice_depth, lag_co2_ice, d_coef, zdqsdif_ssi_tot212 use paleoclimate_mod, only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif, zdqsdif_ssi_tot 213 213 214 214 implicit none … … 388 388 ! Paleoclimate 389 389 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) 394 394 endif 395 395
Note: See TracChangeset
for help on using the changeset viewer.
