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/misc/parse_args_mod.F90

    r4003 r4138  
    1414use pgrm_version_mod,  only: print_pgrm_version
    1515#endif
    16 use job_id_mod,        only: get_job_id
    17 use job_timelimit_mod, only: get_job_timelimit
     16use job,               only: get_job_id, get_job_timelimit
    1817
    1918implicit none
Note: See TracChangeset for help on using the changeset viewer.