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

Ignore:
Timestamp:
2012-01-30T16:49:07+01:00 (12 years ago)
Author:
cetlod
Message:

trunk:A few additional diagnostics added in PISCES

File:
1 edited

Legend:

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

    r3116 r3295  
    1313!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1414   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    15    nn_writetrc   =  10     !  time step frequency for sn_tracer outputs 
     15   nn_writetrc   =  576     !  time step frequency for sn_tracer outputs 
    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 
     
    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     =   .false. !  Initialisation from data input file (T) or not (F) 
     22   ln_trcdta     =   .true. !  Initialisation from data input file (T) or not (F) 
    2323! 
    24 !              !    name   !           title of the field              !   units    ! initial data ! save   ! 
    25 !              !           !                                           !            ! from file    ! or not !  
    26 !              !           !                                           !            ! or not       !        ! 
     24!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
     25!                !           !                                           !  units       ! from file    ! or not !  
     26!                !           !                                           !              ! or not       !        ! 
    2727   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true. 
    2828   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true. 
     
    3737   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
    3838   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
    39    sn_tracer(13)  = 'BSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
     39   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
    4040   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true. 
    4141   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
     
    4343   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true. 
    4444   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true. 
    45    sn_tracer(19)  = 'DSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true. 
     45   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true. 
    4646   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true. 
    4747   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
     
    130130!                          or mixed-layer trends          ('key_trdmld_trc') 
    131131!---------------------------------------------------------------------- 
    132    nn_trd_trc  =  5475      !  time step frequency and tracers trends 
     132   nn_trd_trc  =  576      !  time step frequency and tracers trends 
    133133   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    134134   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     
    142142&namtrc_dia       !   parameters for passive tracer additional diagnostics 
    143143!---------------------------------------------------------------------- 
    144    ln_diatrc     =  .false.  !  save additional diag. (T) or not (F) 
    145    nn_writedia   =  5475     !  time step frequency for diagnostics 
     144   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F) 
     145   nn_writedia   =  576     !  time step frequency for diagnostics 
    146146/ 
Note: See TracChangeset for help on using the changeset viewer.