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 10251 for branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2018-10-29T15:20:26+01:00 (5 years ago)
Author:
kingr
Message:

Rolled back to r10247 - i.e., undid merge of pkg br and 3.6_stable br

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r10249 r10251  
    3030   CHARACTER(lc) ::   cn_ocerst_outdir !: restart output directory 
    3131   LOGICAL       ::   ln_rstart        !: start from (F) rest or (T) a restart file 
    32    LOGICAL       ::   ln_rstdate       !: datestamping of restarts  
    3332   LOGICAL       ::   ln_rst_list      !: output restarts at list of times (T) or by frequency (F) 
    3433   INTEGER       ::   nn_no            !: job number 
     
    4948   LOGICAL       ::   ln_clobber       !: clobber (overwrite) an existing file 
    5049   INTEGER       ::   nn_chunksz       !: chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    51    LOGICAL       ::   ln_NOOS = .FALSE.                !: NOOS transects  diagnostics 
    5250#if defined key_netcdf4 
    5351   !!---------------------------------------------------------------------- 
     
    135133   INTEGER ::   numdct_heat     =   -1      !: logical unit for heat    transports output 
    136134   INTEGER ::   numdct_salt     =   -1      !: logical unit for salt    transports output 
    137    INTEGER ::   numdct_NOOS     =   -1      !: logical unit for NOOS    transports output 
    138    INTEGER ::   numdct_NOOS_h   =   -1      !: logical unit for NOOS hourly transports output 
    139135   INTEGER ::   numfl           =   -1      !: logical unit for floats ascii output 
    140136   INTEGER ::   numflo          =   -1      !: logical unit for floats ascii output 
    141     
    142    INTEGER ::   numdct_reg_bin  =   -1      !: logical unit for NOOS    transports output 
    143    INTEGER ::   numdct_reg_txt  =   -1      !: logical unit for NOOS hourly transports output 
    144137 
    145138   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.