Changeset 2564 for trunk/LMDZ.COMMON/libf/dyn3d
- Timestamp:
- Sep 21, 2021, 2:55:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/gcm.F90
r2507 r2564 137 137 REAL :: heure 138 138 logical use_filtre_fft 139 logical :: present 139 140 140 141 !----------------------------------------------------------------------- … … 151 152 152 153 !---------------------------------------------------------------------- 153 ! lecture des fichiers gcm.def ourun.def154 ! Load flags and options from run.def 154 155 ! --------------------------------------- 155 156 ! 157 ! Start by checking that there indeed is a run.def file 158 INQUIRE(file="run.def", EXIST=present) 159 IF(.not. present) then 160 CALL abort_gcm("gcm", "file run.def not found, Aborting!",1) 161 ENDIF 162 156 163 CALL conf_gcm( 99, .TRUE. ) 157 164 if (mod(iphysiq, iperiod) /= 0) call abort_gcm("conf_gcm", &
Note: See TracChangeset
for help on using the changeset viewer.