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 3319 for trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2012-03-05T17:03:27+01:00 (12 years ago)
Author:
cetlod
Message:

trunk:minor bugs corrections, see ticket #929

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top

    r3295 r3319  
    1616   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1717   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
    18                            !                  = 1 do not use the value in the restart file 
    19                            !                  = 2 calendar parameters read in the restart file 
     18                             !                  = 1 do not use the value in the restart file 
     19                             !                  = 2 calendar parameters read in the restart file 
    2020   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    2121   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
    22    ln_trcdta     =   .true. !  Initialisation from data input file (T) or not (F) 
     22   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
     23   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    2324! 
    2425!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
     
    3435   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true. 
    3536   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
    36    sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .false.    ,  .true. 
     37   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.     ,  .true. 
    3738   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
    3839   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
     
    114115&namtrc_dmp    !   passive tracer newtonian damping    
    115116!----------------------------------------------------------------------- 
    116    ln_trcdmp   =  .false.  !  add a damping termn (T) or not (F) 
    117117   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    118118                           !                   =XX, damping poleward of XX degrees (XX>0) 
Note: See TracChangeset for help on using the changeset viewer.