Changeset 4139 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Mar 18, 2026, 11:47:32 AM (3 weeks ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
pem.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r4138 r4139 923 923 - Merge "job_id_mod" and "job_timelimit_mod" into "job" which is relocated to the PEM folder. 924 924 - 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 928 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. -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r4138 r4139 19 19 ! ------------ 20 20 ! Common modules 21 use parse_args_mod, only: parse_args 22 21 use parse_args_mod, only: parse_args 22 use job_mod, only: timelimit, antetime, timewall 23 ! PEM modules 23 24 use allocation, only: ini_allocation, end_allocation 24 25 use atmosphere, only: ps_PCM, evolve_pressure, CO2cond_ps_PCM … … 31 32 use glaciers, only: h2oice_flow, co2ice_flow, flow_co2glaciers, flow_h2oglaciers 32 33 use ice_table, only: icetable_equilibrium, icetable_dynamic, evolve_ice_table 33 use job, only: timelimit, antetime, timewall34 34 use layered_deposits, only: layering, do_layering, del_layering, evolve_layering, ptrarray, layering2surfice, surfice2layering, print_layering 35 35 use maths, only: pi
Note: See TracChangeset
for help on using the changeset viewer.
