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 627 for trunk/NEMO/OFF_SRC/IOM – NEMO

Changeset 627 for trunk/NEMO/OFF_SRC/IOM


Ignore:
Timestamp:
2007-02-27T20:02:43+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_025:RB: suppress hard-coded logical units except for dimg and coupled

File:
1 edited

Legend:

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

    r569 r627  
    5656   !!                        logical units 
    5757   !!---------------------------------------------------------------------- 
    58    INTEGER            ::   numstp     =  1        !: logical unit for time step 
    59    INTEGER            ::   numout     =  2        !: logical unit for output print 
    60    INTEGER            ::   numnam     =  3        !: logical unit for namelist 
    61    INTEGER            ::   numnam_ice =  4        !: logical unit for ice namelist 
    62    INTEGER            ::   numevo_ice = 17        !: logical unit for ice variables (temp. evolution) 
    63    INTEGER            ::   numsol     = 25        !: logical unit for solver statistics 
    64    INTEGER            ::   numwri     = 40        !: logical unit for output write 
    65    INTEGER            ::   numisp     = 41        !: logical unit for island statistics 
    66    INTEGER            ::   numgap     = 45        !: logical unit for differences diagnostic 
    67    INTEGER            ::   numbol     = 67        !: logical unit for "bol" diagnostics 
    68    INTEGER            ::   numptr     = 68        !: logical unit for Poleward TRansports 
    69    INTEGER            ::   numflo     = 69        !: logical unit for drifting floats 
     58   INTEGER            ::   numstp                 !: logical unit for time step 
     59   INTEGER            ::   numout                 !: logical unit for output print 
     60   INTEGER            ::   numnam                 !: logical unit for namelist 
     61   INTEGER            ::   numnam_ice             !: logical unit for ice namelist 
     62   INTEGER            ::   numevo_ice             !: logical unit for ice variables (temp. evolution) 
     63   INTEGER            ::   numsol                 !: logical unit for solver statistics 
     64   INTEGER            ::   numwri                 !: logical unit for output write 
     65   INTEGER            ::   numisp                 !: logical unit for island statistics 
     66   INTEGER            ::   numgap                 !: logical unit for differences diagnostic 
     67   INTEGER            ::   numbol                 !: logical unit for "bol" diagnostics 
     68   INTEGER            ::   numptr                 !: logical unit for Poleward TRansports 
     69   INTEGER            ::   numflo                 !: logical unit for drifting floats 
    7070 
    7171   !!---------------------------------------------------------------------- 
     
    157157     LOGICAL :: llopn  
    158158     !--------------------------------------------------------------------- 
    159      getunit = 50   ! choose a unit that is big enough then it is 
     159     getunit = 15   ! choose a unit that is big enough then it is 
    160160                    !  not already used in OPA 
    161161     llopn = .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.