Changeset 15338
- Timestamp:
- 2021-10-06T16:11:48+02:00 (20 months ago)
- Location:
- branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90
r6486 r15338 93 93 ! !-----------------------! 94 94 istp = nit000 95 nstop = 0 95 96 ! 96 97 CALL iom_init( cxios_context ) ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) … … 175 176 904 IF( ios /= 0 ) CALL ctl_nam ( ios , 'namcfg in configuration namelist', .TRUE. ) 176 177 178 nprint = nn_print ! convert DOCTOR namelist names into OLD names 179 lflush = ln_flush ! convert namelist variable to model variable 177 180 ! 178 181 ! !--------------------------------------------! … … 330 333 ENDIF 331 334 ! 332 nprint = nn_print ! convert DOCTOR namelist names into OLD names333 335 nictls = nn_ictls 334 336 nictle = nn_ictle -
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OOO_SRC/nemogcm.F90
r6486 r15338 155 155 READ ( numnam_cfg, namcfg, IOSTAT = ios, ERR = 904 ) 156 156 904 IF( ios /= 0 ) CALL ctl_nam ( ios , 'namcfg in configuration namelist', .TRUE. ) 157 157 nprint = nn_print ! convert DOCTOR namelist names into OLD names 158 lflush = ln_flush ! convert namelist variable to model variable 158 159 ! !--------------------------------------------! 159 160 ! ! set communicator & select the local node ! -
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90
r6487 r15338 237 237 ENDIF 238 238 #endif 239 nprint = nn_print ! convert DOCTOR namelist names into OLD names 240 lflush = ln_flush ! convert namelist variable to model variable 239 241 ! 240 242 ! !--------------------------------------------! -
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/SETTE/sette.sh
r15337 r15338 143 143 # ORCA2_AGRIF_LIM :16 & 17 144 144 # 18 & 19 145 for config in 8145 for config in 6 146 146 147 147 do
Note: See TracChangeset
for help on using the changeset viewer.