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 – NEMO

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

Ticket #2460 into 4.0-HEAD

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  
    113113         WRITE(numout,*)     '         cn_cfg = ', TRIM( cn_cfg ), '   nn_cfg = ', nn_cfg 
    114114      ENDIF 
    115       lwxios = .FALSE. 
     115      nn_wxios = 0 
    116116      ln_xios_read = .FALSE. 
    117117      ! 
  • 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.