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 173 for trunk/NEMO/LIM_SRC – NEMO

Changeset 173 for trunk/NEMO/LIM_SRC


Ignore:
Timestamp:
2004-11-05T14:59:16+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX118 : remove the test on the restart_ice_in.nc file existence, it does not work when using key_mpp_mpi cpp key

File:
1 edited

Legend:

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

    r107 r173  
    182182         inumrst, it0, it1, itime, ibvar, ifice 
    183183      LOGICAL :: & 
    184          llbon, llog 
     184         llog 
    185185      REAL(wp),DIMENSION(jpi,jpj) :: & 
    186186         zlamt, zphit 
     
    196196         clvnames(60)        
    197197 
    198       !Read inumrst 
    199       INQUIRE ( FILE = ccfile , EXIST = llbon) 
    200       IF( .NOT. llbon ) THEN 
    201          IF(lwp)WRITE(numout,cform_err) 
    202          IF(lwp)WRITE(numout,*) 'lim_rst_read : ===>>>> : Le fichier restart ',ccfile,' n''existe pas' 
    203          nstop = nstop + 1 
    204       ENDIF 
    205198 
    206199      !Initialisations 
Note: See TracChangeset for help on using the changeset viewer.