Changeset 8228
- Timestamp:
- 2017-06-28T11:50:38+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90
r8161 r8228 370 370 IF( clpath(LEN_TRIM(clpath):) /= '/' ) clpath = TRIM(clpath) // '/' 371 371 IF( TRIM(Agrif_CFixed()) == '0' ) THEN 372 rst_file = TRIM(cn_ocerst_indir)//TRIM(cn_ocerst_in)372 rst_file = clpath//TRIM(cn_ocerst_in) 373 373 ELSE 374 rst_file = TRIM(cn_ocerst_indir)//'1_'//TRIM(cn_ocerst_in)374 rst_file = clpath//'1_'//TRIM(cn_ocerst_in) 375 375 ENDIF 376 376 !set name of the restart file and enable available fields
Note: See TracChangeset
for help on using the changeset viewer.