Ignore:
Timestamp:
Mar 18, 2026, 11:47:32 AM (3 weeks ago)
Author:
jbclement
Message:

PEM:
Partial reversion of r4138: relocating "job_mod" to "LMDZ.COMMON/libf/misc/" because "parse_arg_mod" needs to know "job_mod" even if it is not the PEM.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r4138 r4139  
    923923- Merge "job_id_mod" and "job_timelimit_mod" into "job" which is relocated to the PEM folder.
    924924- Rename local variables in procedures to avoid masking variables in parent scope.
    925 - Few cleanings to delete remaining PEM-external "include" and "use".
     925- Few cleanings to delete remaining PEM-external "include" and "use".
     926
     927== 18/03/2026 == JBC
     928Partial reversion of r4138: relocating "job_mod" to "LMDZ.COMMON/libf/misc/" because "parse_arg_mod" needs to know "job_mod" even if it is not the PEM.
  • trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r4138 r4139  
    1919! ------------
    2020! Common modules
    21 use parse_args_mod,    only: parse_args
    22 
     21use parse_args_mod, only: parse_args
     22use job_mod,        only: timelimit, antetime, timewall
     23! PEM modules
    2324use allocation,         only: ini_allocation, end_allocation
    2425use atmosphere,         only: ps_PCM, evolve_pressure, CO2cond_ps_PCM
     
    3132use glaciers,           only: h2oice_flow, co2ice_flow, flow_co2glaciers, flow_h2oglaciers
    3233use ice_table,          only: icetable_equilibrium, icetable_dynamic, evolve_ice_table
    33 use job,                only: timelimit, antetime, timewall
    3434use layered_deposits,   only: layering, do_layering, del_layering, evolve_layering, ptrarray, layering2surfice, surfice2layering, print_layering
    3535use maths,              only: pi
Note: See TracChangeset for help on using the changeset viewer.