Changeset 3591 for trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
- Timestamp:
- Jan 21, 2025, 3:53:18 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
r3571 r3591 121 121 call put_field("mco2_reg_ads_slope"//num, "Mass of CO2 adsorbed in the regolith",m_co2_regolith(:,:,islope),Year) 122 122 call put_field("mh2o_reg_ads_slope"//num, "Mass of H2O adsorbed in the regolith",m_h2o_regolith(:,:,islope),Year) 123 call put_field("ice_porefilling"//num,"Subsurface ice pore filling",ice_porefilling(:,:,islope),Year) 123 124 enddo 124 125 call put_field("icetable_depth","Depth of ice table",icetable_depth,Year) 125 126 call put_field("icetable_thickness","Depth of ice table",icetable_thickness,Year) 126 call put_field("ice_porefilling","Subsurface ice pore filling",ice_porefilling,Year)127 127 call put_field("inertiedat_PEM","Thermal inertie of PEM ",inertiedat_PEM,Year) 128 128 endif ! soil_pem
Note: See TracChangeset
for help on using the changeset viewer.