Changeset 4191 for trunk/LMDZ.COMMON/libf/evolution/pem.F90
- Timestamp:
- Apr 17, 2026, 2:21:31 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r4189 r4191 22 22 ! DEPENDENCIES 23 23 ! ------------ 24 ! Commonmodules25 use job _mod,only: timelimit, antetime, timewall26 use p arse_args_mod, only: parse_args24 ! LMDZ.COMMON modules 25 use job, only: timelimit, antetime, timewall 26 use program_options, only: parse_args 27 27 ! PEM modules 28 28 use allocation, only: ini_allocation, end_allocation 29 29 use atmosphere, only: ps_PCM, evolve_pressure, CO2cond_ps_PCM 30 30 use backup, only: save_clim_state, backup_rate 31 use climate_init, only: read_start, read_startfi, read_startevo31 use climate_init, only: read_start, read_startfi, read_startevo 32 32 use config, only: read_rundef, read_display_config 33 33 use display, only: print_ini, print_end, print_msg, is_lvl_enabled, LVL_NFO, LVL_WRN, LVL_DBG … … 105 105 call parse_args() 106 106 107 ! Read display configuration 108 call read_display_config() 109 107 110 ! Initialization 108 111 ! ~~~~~~~~~~~~~~ 109 112 ! Header 110 call read_display_config()111 113 call print_ini() 112 114
Note: See TracChangeset
for help on using the changeset viewer.
