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 3104 for branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2011-11-15T11:08:25+01:00 (13 years ago)
Author:
cetlod
Message:

dev_LOCEAN_CMCC_INGV_MERCATOR_2011:add in changes dev_MERCATOR_INGV_2011_MERGE into the new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r2715 r3104  
    105105   !!                        logical units 
    106106   !!---------------------------------------------------------------------- 
    107    INTEGER ::   numstp     =   -1      !: logical unit for time step 
    108    INTEGER ::   numout     =    6      !: logical unit for output print 
    109    INTEGER ::   numnam     =   -1      !: logical unit for namelist 
    110    INTEGER ::   numnam_ice =   -1      !: logical unit for ice namelist 
    111    INTEGER ::   numevo_ice =   -1      !: logical unit for ice variables (temp. evolution) 
    112    INTEGER ::   numsol     =   -1      !: logical unit for solver statistics 
     107   INTEGER ::   numstp      =   -1      !: logical unit for time step 
     108   INTEGER ::   numout      =    6      !: logical unit for output print 
     109   INTEGER ::   numnam      =   -1      !: logical unit for namelist 
     110   INTEGER ::   numnam_ice  =   -1      !: logical unit for ice namelist 
     111   INTEGER ::   numevo_ice  =   -1      !: logical unit for ice variables (temp. evolution) 
     112   INTEGER ::   numsol      =   -1      !: logical unit for solver statistics 
     113   INTEGER ::   numdct_in   =   -1      !: logical unit for transports computing 
     114   INTEGER ::   numdct_vol  =   -1      !: logical unit for voulume transports output 
     115   INTEGER ::   numdct_heat =   -1      !: logical unit for heat    transports output 
     116   INTEGER ::   numdct_salt =   -1      !: logical unit for salt    transports output 
     117   INTEGER ::   numfl      =   -1      !: logical unit for floats ascii output 
     118   INTEGER ::   numflo     =   -1      !: logical unit for floats ascii output 
    113119 
    114120   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.