Ignore:
Timestamp:
Jan 21, 2025, 3:53:18 PM (12 days ago)
Author:
jbclement
Message:

PEM:

  • Making allocation/deallocation systematically and more efficient in the main program.
  • Some cleanings (variables deletion, more adapted type/dimension, etc).

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/pemredem.F90

    r3571 r3591  
    121121        call put_field("mco2_reg_ads_slope"//num, "Mass of CO2 adsorbed in the regolith",m_co2_regolith(:,:,islope),Year)
    122122        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)
    123124    enddo
    124125    call put_field("icetable_depth","Depth of ice table",icetable_depth,Year)
    125126    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)
    127127    call put_field("inertiedat_PEM","Thermal inertie of PEM ",inertiedat_PEM,Year)
    128128endif ! soil_pem
Note: See TracChangeset for help on using the changeset viewer.