New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8228 – NEMO

Changeset 8228


Ignore:
Timestamp:
2017-06-28T11:50:38+02:00 (7 years ago)
Author:
andmirek
Message:

fix path for restart file name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r8161 r8228  
    370370        IF( clpath(LEN_TRIM(clpath):) /= '/' ) clpath = TRIM(clpath) // '/' 
    371371        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) 
    373373        ELSE 
    374            rst_file = TRIM(cn_ocerst_indir)//'1_'//TRIM(cn_ocerst_in) 
     374           rst_file = clpath//'1_'//TRIM(cn_ocerst_in) 
    375375        ENDIF 
    376376!set name of the restart file and enable available fields 
Note: See TracChangeset for help on using the changeset viewer.