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 2987 for branches/2011/dev_LOCEAN_2011/NEMOGCM/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2011-10-25T09:18:32+02:00 (13 years ago)
Author:
cetlod
Message:

branch dev_LOCEAN_2011:minor changes in PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_2011/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces

    r2977 r2987  
    2828!              !              !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    2929   sn_patm     = 'presatm'    ,     -1            , 'patm'     ,  .true.      , .true. ,   'yearly'  , ''       , '' 
    30    cn_dir      = './'      !  root directory for the location of the dynamical files 
     30   cn_dir      = './'     !  root directory for the location of the dynamical files 
     31! 
     32   ln_presatm  = .true.   ! constant atmopsheric pressure (F) or from a file (T) 
    3133/ 
    3234!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    3335&nampisbio     !   biological parameters 
    3436!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    35    nrdttrc    =  1       ! time step frequency for biology 
    36    wsbio      =  2.      ! POC sinking speed 
    37    xkmort     =  1.E-7   ! half saturation constant for mortality 
    38    ferat3     =  10.E-6  ! Fe/C in zooplankton  
    39    wsbio2     =  30.     ! Big particles sinking speed 
     37   nrdttrc    =  1        ! time step frequency for biology 
     38   wsbio      =  2.       ! POC sinking speed 
     39   xkmort     =  1.E-7    ! half saturation constant for mortality 
     40   ferat3     =  10.E-6   ! Fe/C in zooplankton  
     41   wsbio2     =  30.      ! Big particles sinking speed 
    4042/ 
    4143!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    6769   excret     =  0.05     ! excretion ratio of phytoplankton 
    6870   excret2    =  0.05     ! excretion ratio of diatoms 
    69    ln_newprod =  .FALSE.  ! Enable new parame. of production (T/F)  
     71   ln_newprod =  .false.  ! Enable new parame. of production (T/F)  
    7072   bresp      =  0.00333  ! Basal respiration rate 
    7173   chlcnm     =  0.033    ! Minimum Chl/C in nanophytoplankton 
     
    158160   cn_dir      = './'      !  root directory for the location of the dynamical files 
    159161   ln_dust     =  .true.   ! boolean for dust input from the atmosphere 
    160    ln_river    =  .false.   ! boolean for river input of nutrients 
     162   ln_river    =  .true.   ! boolean for river input of nutrients 
    161163   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
    162164   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
Note: See TracChangeset for help on using the changeset viewer.