Ignore:
Timestamp:
Apr 17, 2026, 2:21:31 PM (3 weeks ago)
Author:
jbclement
Message:

COMMON:
Standardization and improvements of version control and command line options for the programs.
JBC

File:
1 edited

Legend:

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

    r4189 r4191  
    2222! DEPENDENCIES
    2323! ------------
    24 ! Common modules
    25 use job_mod,        only: timelimit, antetime, timewall
    26 use parse_args_mod, only: parse_args
     24! LMDZ.COMMON modules
     25use job,             only: timelimit, antetime, timewall
     26use program_options, only: parse_args
    2727! PEM modules
    2828use allocation,         only: ini_allocation, end_allocation
    2929use atmosphere,         only: ps_PCM, evolve_pressure, CO2cond_ps_PCM
    3030use backup,             only: save_clim_state, backup_rate
    31 use climate_init,    only: read_start, read_startfi, read_startevo
     31use climate_init,       only: read_start, read_startfi, read_startevo
    3232use config,             only: read_rundef, read_display_config
    3333use display,            only: print_ini, print_end, print_msg, is_lvl_enabled, LVL_NFO, LVL_WRN, LVL_DBG
     
    105105call parse_args()
    106106
     107! Read display configuration
     108call read_display_config()
     109
    107110! Initialization
    108111! ~~~~~~~~~~~~~~
    109112! Header
    110 call read_display_config()
    111113call print_ini()
    112114
Note: See TracChangeset for help on using the changeset viewer.