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 12202 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2019-12-12T09:59:50+01:00 (4 years ago)
Author:
cetlod
Message:

dev_merge_option2 : merge in dev_r11613_ENHANCE-04_namelists_as_internalfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/IOM/in_out_manager.F90

    r12154 r12202  
    142142   INTEGER ::   numnul          =   -1      !: logical unit for /dev/null 
    143143      !                                     !  early output can be collected; do not change 
    144    INTEGER ::   numnam_ref      =   -1      !: logical unit for reference namelist 
    145    INTEGER ::   numnam_cfg      =   -1      !: logical unit for configuration specific namelist 
    146144   INTEGER ::   numond          =   -1      !: logical unit for Output Namelist Dynamics 
    147    INTEGER ::   numnam_ice_ref  =   -1      !: logical unit for ice reference namelist 
    148    INTEGER ::   numnam_ice_cfg  =   -1      !: logical unit for ice reference namelist 
    149145   INTEGER ::   numoni          =   -1      !: logical unit for Output Namelist Ice 
    150146   INTEGER ::   numevo_ice      =   -1      !: logical unit for ice variables (temp. evolution) 
    151147   INTEGER ::   numrun          =   -1      !: logical unit for run statistics 
    152148   INTEGER ::   numdct_in       =   -1      !: logical unit for transports computing 
    153    INTEGER ::   numdct_vol      =   -1      !: logical unit for voulume transports output 
    154    INTEGER ::   numdct_heat     =   -1      !: logical unit for heat    transports output 
    155    INTEGER ::   numdct_salt     =   -1      !: logical unit for salt    transports output 
     149   INTEGER ::   numdct_vol      =   -1      !: logical unit for volume transports output 
     150   INTEGER ::   numdct_heat     =   -1      !: logical unit for heat   transports output 
     151   INTEGER ::   numdct_salt     =   -1      !: logical unit for salt   transports output 
    156152   INTEGER ::   numfl           =   -1      !: logical unit for floats ascii output 
    157153   INTEGER ::   numflo          =   -1      !: logical unit for floats ascii output 
     154      ! 
     155   CHARACTER(LEN=:), ALLOCATABLE :: numnam_ref      !: character buffer for reference namelist 
     156   CHARACTER(LEN=:), ALLOCATABLE :: numnam_cfg      !: character buffer for configuration specific namelist 
     157   CHARACTER(LEN=:), ALLOCATABLE :: numnam_ice_ref  !: character buffer for ice reference namelist 
     158   CHARACTER(LEN=:), ALLOCATABLE :: numnam_ice_cfg  !: character buffer for ice configuration specific namelist 
    158159 
    159160   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.