Ignore:
Timestamp:
Mar 26, 2026, 4:29:10 PM (11 days ago)
Author:
jbclement
Message:

PEM:

  • Separate variables ownership between the module "planet" for persistent climate state and the program "pem" for transient workflow logic. It provides a meaningful structure.
  • Add lifecycle helpers for clear allocation/deallocation logic.
  • Simplify string suffix for slopes variables.

JBC

File:
1 edited

Legend:

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

    r4138 r4157  
    2828use orbit,      only: ini_orbit, end_orbit
    2929use output,     only: ini_output, end_output
     30use planet,     only: ini_planet, end_planet
    3031
    3132! DECLARATION
     
    6768
    6869! Initialize everything else
     70call ini_planet()
    6971call ini_atmosphere()
    7072call ini_tracers()
     
    115117call end_tracers()
    116118call end_atmosphere()
     119call end_planet()
    117120call end_geometry()
    118121
Note: See TracChangeset for help on using the changeset viewer.