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 13297 for NEMO/releases/r4.0/r4.0-HEAD/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2020-07-13T10:01:58+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2460 into 4.0-HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/OCE/IOM/iom.F90

    r13280 r13297  
    321321           rst_file = TRIM(clpath)//TRIM(cn_ocerst_in) 
    322322        ELSE 
    323            rst_file = TRIM(clpath)//'1_'//TRIM(cn_ocerst_in) 
     323           rst_file = TRIM(clpath)//TRIM(Agrif_CFixed())//'_'//TRIM(cn_ocerst_in) 
    324324        ENDIF 
    325325!set name of the restart file and enable available fields 
Note: See TracChangeset for help on using the changeset viewer.