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 1259 for trunk/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2009-01-13T11:58:22+01:00 (15 years ago)
Author:
cetlod
Message:

update BB_make files and namelists to take into account last modifications see tickets:298-301

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top

    r1183 r1259  
    1212!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1313   ndttrc      =  1        !  time step frequency for passive tracers       
    14    nwritetrc   =  6000     !  time step frequency for tracer outputs 
     14   nwritetrc   =  1200     !  time step frequency for tracer outputs 
    1515   lrsttr      = .false.   !  start from a restart file (T) or not (F) 
    1616   nrsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
    1717                           !                  = 1 do not use the value in the restart file 
    1818                           !                  = 2 calendar parameters read in the restart file 
     19   cn_trcrst_in  = "restart_trc"   !  suffix of pass. tracer restart name (input) 
     20   cn_trcrst_out = "restart_trc"   !  suffix of pass. tracer restart name (output) 
    1921! 
    2022!              !    name   !           title of the field              !   units   ! initial data ! save   ! 
     
    8789/ 
    8890!----------------------------------------------------------------------- 
     91&namtoprad        !  treatment of negative concentrations  
     92!----------------------------------------------------------------------- 
     93   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F) 
     94/ 
     95!----------------------------------------------------------------------- 
    8996&namtopdmp        !   passive tracer newtonian damping                 ('key_trcdmp') 
    9097!----------------------------------------------------------------------- 
     
    105112!                          or mixed-layer trends          ('key_trdmld_trc') 
    106113!---------------------------------------------------------------------- 
    107    ntrd_trc   =  6000      !  time step frequency and tracers trends 
     114   ntrd_trc   =  1200      !  time step frequency and tracers trends 
    108115   nctls_trc  =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    109116   ucf_trc    =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
Note: See TracChangeset for help on using the changeset viewer.