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 15 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T08:25:44+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r3 r15  
    4545#  include "restart_fdir.h90" 
    4646 
    47 #elif defined key_mpp 
    48    !!---------------------------------------------------------------------- 
    49    !!                       direct acces file one per processor 
    50    !!                  (merging/splitting is done off-line, eventually) 
     47#elif  ( defined key_mpp_mpi   ||   defined key_mpp_shmem ) 
     48   !!---------------------------------------------------------------------- 
     49   !!   'key_mpp_mpi'     OR      MPI massively parallel processing library 
     50   !!   'key_mpp_shmem'         SHMEM massively parallel processing library 
     51   !!---------------------------------------------------------------------- 
     52   !!                 direct acces file one per processor 
     53   !!          (merging/splitting is done off-line, eventually) 
    5154   !!----------------------------------------------------------------------- 
    5255#  include "restart_mpp.h90" 
     
    7982      LOGICAL ::   llbon 
    8083      CHARACTER (len=50) ::   clname, cln 
    81       INTEGER ::   & 
    82          ic, jc, itime 
    83       REAL(wp) :: zdate0, zinfo(10) 
    84  
    85       REAL(wp), DIMENSION(1) ::  & 
    86          zfice, zfblk                       ! used only in case of ice , bulk 
     84      INTEGER ::   ic, jc, itime 
     85      REAL(wp) ::   zdate0 
     86      REAL(wp), DIMENSION( 1) ::   zfice, zfblk   ! used only in case of ice & bulk 
     87      REAL(wp), DIMENSION(10) ::   zinfo(10) 
    8788      !!---------------------------------------------------------------------- 
    8889      !!  OPA 8.5, LODYC-IPSL (2002) 
Note: See TracChangeset for help on using the changeset viewer.