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

Ignore:
Timestamp:
2008-09-11T19:13:12+02:00 (16 years ago)
Author:
cetlod
Message:

update scripts files and namelist for all TOP configurations, see ticket:248

File:
1 edited

Legend:

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

    r1121 r1183  
    1313   ndttrc      =  1        !  time step frequency for passive tracers       
    1414   nwritetrc   =  5475     !  time step frequency for tracer outputs 
    15    lrsttr      = .false.   !  start from a restart file (T) or not (F) 
     15   lrsttr      = .true.    !  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 
     
    4545   tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'umol/L' ,  .false.     ,  .true. 
    4646   tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'umol/L' ,  .false.     ,  .true. 
    47 / 
    48 !----------------------------------------------------------------------- 
    49 &namtoptrd     !   dynamical tracers trends ("key_trc_diatrd") 
    50 !----------------------------------------------------------------------- 
    51    nwritetrd  =    5475   !  time step frequency for dynamical trends outputs 
    52 !             !    save trends or not  ! 
    53    luttrd(1)  =   .false. 
    54    luttrd(2)  =   .false. 
    55    luttrd(3)  =   .false. 
    56    luttrd(4)  =   .false. 
    57    luttrd(5)  =   .false. 
    58    luttrd(6)  =   .false. 
    59    luttrd(7)  =   .false. 
    60    luttrd(8)  =   .false. 
    61    luttrd(9)  =   .false. 
    62    luttrd(10) =   .false. 
    63    luttrd(11) =   .false. 
    64    luttrd(12) =   .false. 
    65    luttrd(13) =   .false. 
    66    luttrd(14) =   .false. 
    67    luttrd(15) =   .false. 
    68    luttrd(16) =   .false. 
    69    luttrd(17) =   .false. 
    70    luttrd(18) =   .false. 
    71    luttrd(19) =   .false. 
    72    luttrd(20) =   .false. 
    73    luttrd(21) =   .false. 
    74    luttrd(22) =   .false. 
    75    luttrd(23) =   .false. 
    76    luttrd(24) =   .false. 
    7747/ 
    7848!----------------------------------------------------------------------- 
     
    131101   hdmptr      =  800.     !  depth of transition between sdmptr and bdmptr (meters) 
    132102/ 
     103!----------------------------------------------------------------------- 
     104&namtoptrd       !   diagnostics on tracer trends 
     105!                          or mixed-layer trends          ('key_trdmld_trc') 
     106!---------------------------------------------------------------------- 
     107   ntrd_trc   =  5475      !  time step frequency and tracers trends 
     108   nctls_trc  =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     109   ucf_trc    =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     110   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics 
     111   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
     112   luttrd(1)  =   .true. 
     113   luttrd(2)  =   .true. 
     114   luttrd(3)  =   .false. 
     115   luttrd(4)  =   .false. 
     116   luttrd(5)  =   .false. 
     117   luttrd(6)  =   .false. 
     118   luttrd(7)  =   .false. 
     119   luttrd(8)  =   .false. 
     120   luttrd(9)  =   .false. 
     121   luttrd(10) =   .false. 
     122   luttrd(11) =   .false. 
     123   luttrd(12) =   .false. 
     124   luttrd(13) =   .false. 
     125   luttrd(14) =   .false. 
     126   luttrd(15) =   .false. 
     127   luttrd(16) =   .false. 
     128   luttrd(17) =   .false. 
     129   luttrd(18) =   .false. 
     130   luttrd(19) =   .false. 
     131   luttrd(20) =   .false. 
     132   luttrd(21) =   .false. 
     133   luttrd(22) =   .false. 
     134   luttrd(23) =   .true. 
     135   luttrd(24) =   .false. 
     136/ 
     137 
Note: See TracChangeset for help on using the changeset viewer.