Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/config.F90
- Timestamp:
- Feb 17, 2026, 2:45:53 PM (13 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/config.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/config.F90
r4072 r4074 24 24 25 25 character(7), parameter :: rundef_name = 'run.def' 26 character(11), parameter :: runPCMdef_name = 'run_ PCM.def'26 character(11), parameter :: runPCMdef_name = 'run_pcm.def' 27 27 character(12), parameter :: callphys_name = 'callphys.def' 28 28 … … 203 203 call set_layered_deposits_config(do_layering_l,impose_dust_ratio_l,d_dust_l,dust2ice_ratio_l) 204 204 205 ! Read "run_ PCM.def" parameters205 ! Read "run_pcm.def" parameters 206 206 hybrid = .true. ! Default 207 207 call get_hybrid(hybrid) … … 274 274 ! 275 275 ! NOTES 276 ! To work, it needs that "run_ PEM.def" hols a line with276 ! To work, it needs that "run_pem.def" hols a line with 277 277 ! "INCLUDEDEF=callphys.def". 278 278 !----------------------------------------------------------------------- … … 318 318 ! 319 319 ! DESCRIPTION 320 ! Get the key definition in "run_ PCM.def".320 ! Get the key definition in "run_pcm.def". 321 321 ! 322 322 ! AUTHORS & DATE
Note: See TracChangeset
for help on using the changeset viewer.
