Changeset 13297
- Timestamp:
- 2020-07-13T10:01:58+02:00 (4 years ago)
- Location:
- NEMO/releases/r4.0/r4.0-HEAD/src/OCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/r4.0/r4.0-HEAD/src/OCE/DOM/domain.F90
r11536 r13297 113 113 WRITE(numout,*) ' cn_cfg = ', TRIM( cn_cfg ), ' nn_cfg = ', nn_cfg 114 114 ENDIF 115 lwxios = .FALSE.115 nn_wxios = 0 116 116 ln_xios_read = .FALSE. 117 117 ! -
NEMO/releases/r4.0/r4.0-HEAD/src/OCE/IOM/iom.F90
r13280 r13297 321 321 rst_file = TRIM(clpath)//TRIM(cn_ocerst_in) 322 322 ELSE 323 rst_file = TRIM(clpath)// '1_'//TRIM(cn_ocerst_in)323 rst_file = TRIM(clpath)//TRIM(Agrif_CFixed())//'_'//TRIM(cn_ocerst_in) 324 324 ENDIF 325 325 !set name of the restart file and enable available fields
Note: See TracChangeset
for help on using the changeset viewer.