Changeset 3554 for trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
- Timestamp:
- Dec 16, 2024, 5:57:50 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
r3537 r3554 119 119 call put_field("tsoil_PEM_slope"//num,"Soil temperature by slope type",tsoil_slope_PEM(:,:,islope),Year) 120 120 call put_field("TI_PEM_slope"//num,"Soil Thermal Inertia by slope type",inertiesoil_slope_PEM(:,:,islope),Year) 121 call put_field("mco2_reg_ads_slope"//num, "Mass of co2 adsorb ded in the regolith",m_co2_regolith(:,:,islope),Year)122 call put_field("mh2o_reg_ads_slope"//num, "Mass of h2o adsorb ded in the regolith",m_h2o_regolith(:,:,islope),Year)121 call put_field("mco2_reg_ads_slope"//num, "Mass of co2 adsorbed in the regolith",m_co2_regolith(:,:,islope),Year) 122 call put_field("mh2o_reg_ads_slope"//num, "Mass of h2o adsorbed in the regolith",m_h2o_regolith(:,:,islope),Year) 123 123 enddo 124 124 call put_field("icetable_depth","Depth of ice table",icetable_depth,Year)
Note: See TracChangeset
for help on using the changeset viewer.