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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/TOP_SRC/PISCES/SED/sedrst.F90 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/TOP_SRC/PISCES/SED/sedrst.F90

    r3443 r5282  
    5959 
    6060      ALLOCATE( zdta(jpi,jpj,jpksed,jptrased), zdta1(jpi,jpj,jpksed,2), zhipor(jpoce,jpksed) )  
    61  
    62       IF ( jprstlib == jprstdimg ) THEN 
    63         ! eventually read netcdf file (monobloc)  for restarting on different number of processors 
    64         ! if restart_sed.nc exists, then set jlibalt to jpnf90 
    65         INQUIRE( FILE = 'restart_sed.nc', EXIST = llok ) 
    66         IF ( llok ) THEN ; jlibalt = jpnf90  ; ELSE ; jlibalt = jprstlib ; ENDIF 
    67       ENDIF 
    6861 
    6962      CALL iom_open( 'restart_sed', numrsr, kiolib = jlibalt )      
Note: See TracChangeset for help on using the changeset viewer.