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 4152 for branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2013-11-05T12:59:53+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r4148 r4152  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :  1 - tracer definition                     (namtrc    ) 
    3 !!              2 - tracer data initialisation            (namtrc_dta) 
    4 !!              3 - tracer advection                      (namtrc_adv) 
    5 !!              4 - tracer lateral diffusion              (namtrc_ldf) 
    6 !!              5 - tracer vertical physics               (namtrc_zdf) 
    7 !!              6 - tracer newtonian damping              (namtrc_dmp) 
    8 !!              7 - dynamical tracer trends               (namtrc_trd) 
    9 !!              8 - tracer output diagonstics             (namtrc_dia) 
     2!! NEMO/TOP1 :   - tracer run information                (namtrc_run) 
     3!!               - tracer definition                     (namtrc    ) 
     4!!               - tracer data initialisation            (namtrc_dta) 
     5!!               - tracer advection                      (namtrc_adv) 
     6!!               - tracer lateral diffusion              (namtrc_ldf) 
     7!!               - tracer vertical physics               (namtrc_zdf) 
     8!!               - tracer newtonian damping              (namtrc_dmp) 
     9!!               - dynamical tracer trends               (namtrc_trd) 
     10!!               - tracer output diagonstics             (namtrc_dia) 
    1011!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    11 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    12 &namtrc     !   tracers definition 
    13 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    14    nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
     12!----------------------------------------------------------------------- 
     13&namtrc_run     !   run information 
     14!----------------------------------------------------------------------- 
     15   nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
    1516   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs 
    16    ln_top_euler  = .false.   !  use Euler time-stepping for TOP 
     17   ln_top_euler  = .false.    !  use Euler time-stepping for TOP 
    1718   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1819   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
    19                              !                  = 1 do not use the value in the restart file 
    20                              !                  = 2 calendar parameters read in the restart file 
     20                           !                  = 1 do not use the value in the restart file 
     21                           !                  = 2 calendar parameters read in the restart file 
    2122   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    2223   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     24/ 
     25!----------------------------------------------------------------------- 
     26&namtrc     !   tracers definition 
     27!----------------------------------------------------------------------- 
    2328   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
    2429   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
Note: See TracChangeset for help on using the changeset viewer.