Ignore:
Timestamp:
Mar 17, 2026, 4:22:44 PM (3 weeks ago)
Author:
jbclement
Message:

PEM:

  • Move ice table variables from "ice_table" to the main program.
  • Merge "job_id_mod" and "job_timelimit_mod" into "job" which is relocated to the PEM folder.
  • Rename local variables in procedures to avoid masking variables in parent scope.
  • Few cleanings to delete remaining PEM-external "include" and "use".

JBC

File:
1 edited

Legend:

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

    r4065 r4138  
    2525use frost,      only: ini_frost, end_frost
    2626use soil,       only: ini_soil, end_soil
    27 use ice_table,  only: ini_ice_table, end_ice_table
    2827use surf_ice,   only: ini_surf_ice, end_surf_ice
    2928use orbit,      only: ini_orbit, end_orbit
     
    7675call ini_frost()
    7776call ini_soil()
    78 call ini_ice_table()
    7977call ini_surf_ice()
    8078call ini_orbit()
     
    109107call end_orbit()
    110108call end_surf_ice()
    111 call end_ice_table()
    112109call end_soil()
    113110call end_frost()
Note: See TracChangeset for help on using the changeset viewer.