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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/TRD/trdmod_oce.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/TRD/trdmod_oce.F90

    r2715 r3901  
    1313   PUBLIC 
    1414 
    15    !                                                     !!* Namelist namtrd:  diagnostics on dynamics/tracer trends * 
    16    INTEGER , PUBLIC  ::   nn_trd  = 10                    !: time step frequency dynamics and tracers trends 
    17    INTEGER , PUBLIC  ::   nn_ctls =  0                    !: control surface type for trends vertical integration 
    18    REAL(wp), PUBLIC  ::   rn_ucf   = 1.                   !: unit conversion factor (for netCDF trends outputs) 
    19                                                           !: =1. (=86400.) for degC/s (degC/day) and psu/s (psu/day) 
    20    CHARACTER(len=32) ::   cn_trdrst_in  = "restart_mld"   !: suffix of ocean restart name (input) 
    21    CHARACTER(len=32) ::   cn_trdrst_out = "restart_mld"   !: suffix of ocean restart name (output) 
    22    LOGICAL , PUBLIC  ::   ln_trdmld_instant = .FALSE.    !: flag to diagnose inst./mean ML T/S trends 
    23    LOGICAL , PUBLIC  ::   ln_trdmld_restart = .FALSE.    !: flag to restart mixed-layer diagnostics 
     15   !                                        !!* Namelist namtrd:  diagnostics on dynamics/tracer trends * 
     16   INTEGER , PUBLIC  ::   nn_trd             !: time step frequency dynamics and tracers trends 
     17   INTEGER , PUBLIC  ::   nn_ctls            !: control surface type for trends vertical integration 
     18   REAL(wp), PUBLIC  ::   rn_ucf             !: unit conversion factor (for netCDF trends outputs) 
     19                                             !: =1. (=86400.) for degC/s (degC/day) and psu/s (psu/day) 
     20   CHARACTER(len=32) ::   cn_trdrst_in       !: suffix of ocean restart name (input) 
     21   CHARACTER(len=32) ::   cn_trdrst_out      !: suffix of ocean restart name (output) 
     22   LOGICAL , PUBLIC  ::   ln_trdmld_instant !: flag to diagnose inst./mean ML T/S trends 
     23   LOGICAL , PUBLIC  ::   ln_trdmld_restart !: flag to restart mixed-layer diagnostics 
    2424 
    2525# if defined key_trdtra   ||   defined key_trdmld 
Note: See TracChangeset for help on using the changeset viewer.