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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/TOP_SRC/PISCES/SED/sedrst.F90 – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/TOP_SRC/PISCES/SED/sedrst.F90

    • Property svn:keywords set to Id
    r3443 r6225  
    2525    
    2626    
     27   !! $Id$ 
    2728CONTAINS 
    2829 
     
    5960 
    6061      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 
    6862 
    6963      CALL iom_open( 'restart_sed', numrsr, kiolib = jlibalt )      
     
    270264   !! MODULE sedrst :   Dummy module  
    271265   !!====================================================================== 
     266   !! $Id$ 
    272267CONTAINS 
    273268   SUBROUTINE sed_rst_read                      ! Empty routines 
Note: See TracChangeset for help on using the changeset viewer.