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 1229 for trunk/NEMO/LIM_SRC_3/limrst.F90 – NEMO

Ignore:
Timestamp:
2008-12-01T08:04:11+01:00 (15 years ago)
Author:
smasson
Message:

define restart names in the namelist, see ticket:258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limrst.F90

    r1156 r1229  
    6565         ENDIF 
    6666         ! create the file 
    67          clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_restart_ice" 
     67         clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_"//TRIM(cn_icerst_out) 
    6868         IF(lwp) THEN 
    6969            WRITE(numout,*) 
     
    405405      ENDIF 
    406406 
    407       CALL iom_open ( 'restart_ice_in', numrir, kiolib = jprstlib ) 
     407      CALL iom_open ( cn_icerst_in, numrir, kiolib = jprstlib ) 
    408408 
    409409      CALL iom_get( numrir, 'nn_fsbc', zfice ) 
Note: See TracChangeset for help on using the changeset viewer.