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 4064 for branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2013-10-15T19:54:10+02:00 (11 years ago)
Author:
cetlod
Message:

branch dev_r3940_CNRS4_IOCRS: some improvments+ minor bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top

    r3855 r4064  
    88!!                       7 - tracer output                         (namtrc_wri) 
    99!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    10 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    11 &namtrc     !   tracers definition 
    12 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    13 ! 
    14    nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
     10!----------------------------------------------------------------------- 
     11&namtrc_run     !   run information 
     12!----------------------------------------------------------------------- 
     13   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    1514   nn_writetrc   =  60       !  time step frequency for sn_tracer outputs 
    1615   ln_top_euler  = .false.   !  use Euler time-stepping for TOP 
    1716   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    18    nn_rsttr      =   1       !  restart control = 0 initial time step is not compared to the restart file value 
     17   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
    1918                           !                  = 1 do not use the value in the restart file 
    2019                           !                  = 2 calendar parameters read in the restart file 
    21    cn_trcrst_in  = "restart_trc.nc"   !  suffix of pass. sn_tracer restart name (input) 
     20   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    2221   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     22/ 
     23!----------------------------------------------------------------------- 
     24&namtrc     !   tracers definition 
     25!----------------------------------------------------------------------- 
    2326   ln_trcdta     =   .false.    !  Initialisation from data input file (T) or not (F) 
    2427! 
Note: See TracChangeset for help on using the changeset viewer.