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 975 for trunk/NEMO/OFF_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2008-05-15T16:10:33+02:00 (16 years ago)
Author:
cetlod
Message:

Update IOM modules, see ticket 150

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/IOM/in_out_manager.F90

    r719 r975  
    3333   INTEGER            ::   nleapy     = 0         !: Leap year calendar flag (0/1 or 30) 
    3434   INTEGER            ::   ninist     = 0         !: initial state output flag (0/1) 
     35   LOGICAL            ::   ln_dimgnnn = .FALSE.   !: type of dimgout. (F): 1 file for all proc 
     36                                                  !:                  (T): 1 file per proc 
    3537   !!---------------------------------------------------------------------- 
    3638   !! was in restart but moved here because of the OFF line... better solution should be found... 
     
    7274   !!                          Run control   
    7375   !!---------------------------------------------------------------------- 
    74     
     76 
    7577   INTEGER            ::   nstop = 0                !: error flag (=number of reason for a premature stop run) 
    7678   INTEGER            ::   nwarn = 0                !: warning flag (=number of warning found during the run) 
    77    CHARACTER(LEN=100) ::   ctmp1, ctmp2, ctmp3      !: temporary character 
     79   CHARACTER(len=200) ::   ctmp1, ctmp2, ctmp3      !: temporary character 
    7880   CHARACTER (len=64) ::   cform_err = "(/,' ===>>> : E R R O R',     /,'         ===========',/)"       !: 
    7981   CHARACTER (len=64) ::   cform_war = "(/,' ===>>> : W A R N I N G', /,'         ===============',/)"   !: 
     
    8284   !!---------------------------------------------------------------------- 
    8385   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    84    !! $Header$  
     86   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/IOM/in_out_manager.F90,v 1.11 2007/03/02 16:37:06 opalod Exp $  
    8587   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    8688   !!---------------------------------------------------------------------- 
     
    168170        getunit = -1 
    169171     ENDIF 
    170       
     172 
    171173   END FUNCTION getunit 
    172174 
Note: See TracChangeset for help on using the changeset viewer.