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 1283 for trunk/NEMO/TOP_SRC/TRP/trdmld_trc_rst.F90 – NEMO

Ignore:
Timestamp:
2009-02-03T14:15:21+01:00 (15 years ago)
Author:
cetlod
Message:

Initialization of biological trends variable name, see ticket:312

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trdmld_trc_rst.F90

    r1258 r1283  
    5151           WRITE(clkt,'(i8.8)') nitrst 
    5252         ENDIF 
    53          clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_restart_mld_trc" 
     53         clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_"//TRIM(cn_trdrst_trc_out) 
    5454         IF(lwp) WRITE(numout,*) '             open ocean restart_mld_trc NetCDF  '//clname 
    5555         CALL iom_open( clname, nummldw_trc, ldwrt = .TRUE., kiolib = jprstlib ) 
     
    140140      ENDIF 
    141141       
    142       CALL iom_open( 'restart_mld_trc', inum, kiolib = jprstlib )  
     142      CALL iom_open( cn_trdrst_trc_in, inum, kiolib = jprstlib )  
    143143       
    144144      IF( ln_trdmld_trc_instant ) THEN  
Note: See TracChangeset for help on using the changeset viewer.