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 1355 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-03-31T10:46:01+02:00 (15 years ago)
Author:
cetlod
Message:

change some run parameters in PISCES standard configuration

Location:
trunk/CONFIG/ORCA2_LIM_PISCES/EXP00
Files:
3 edited

Legend:

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

    r1348 r1355  
    7272!----------------------------------------------------------------------- 
    7373   ntopo       =    1      !  compute (=0) or read(=1) the bathymetry file 
    74    e3zps_min   =    5.     !  the thickness of the partial step is set larger than the minimum 
    75    e3zps_rat   =    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     74   e3zps_min   =    25.    !  the thickness of the partial step is set larger than the minimum 
     75   e3zps_rat   =    0.2    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
    7676   nmsh        =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    7777   nacc        =    0      !  =1 acceleration of convergence method used, rdt < rdttra(k) 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces

    r1293 r1355  
    2121!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    2222   part       =  0.85    ! part of calcite not dissolved in guts 
    23    nrdttrc    =  4       ! time step frequency for biology 
     23   nrdttrc    =  1       ! time step frequency for biology 
    2424   wsbio      =  2.      ! POC sinking speed 
    2525   xkmort     =  1.E-7   ! half saturation constant for mortality 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top

    r1293 r1355  
    1313   ndttrc      =  1        !  time step frequency for passive tracers       
    1414   nwritetrc   =  5475     !  time step frequency for tracer outputs 
    15    lrsttr      = .true.   !  start from a restart file (T) or not (F) 
     15   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 
Note: See TracChangeset for help on using the changeset viewer.