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 4529 for trunk/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2014-03-15T12:00:04+01:00 (10 years ago)
Author:
cetlod
Message:

Bugfix and minor improvment on PISCES, see ticket #1258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref

    r4388 r4529  
    3131   cn_dir      = './'     !  root directory for the location of the dynamical files 
    3232! 
    33    ln_presatm  = .true.   ! constant atmopsheric pressure (F) or from a file (T) 
     33   ln_presatm  = .false.   ! constant atmopsheric pressure (F) or from a file (T) 
    3434/ 
    3535!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    4040   xkmort     =  2.E-7    ! half saturation constant for mortality 
    4141   ferat3     =  10.E-6   ! Fe/C in zooplankton  
    42    wsbio2     =  50.      ! Big particles sinking speed 
     42   wsbio2     =  30.      ! Big particles sinking speed 
    4343   niter1max  =  1        ! Maximum number of iterations for POC 
    4444   niter2max  =  1        ! Maximum number of iterations for GOC 
     
    4848!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    4949   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton 
    50    concdno3   =  3.E-6   ! Phosphate half saturation for diatoms 
     50   concdno3   =  3.E-6    ! Phosphate half saturation for diatoms 
    5151   concnnh4   =  1.E-7    ! NH4 half saturation for phyto 
    52    concdnh4   =  3.E-7   ! NH4 half saturation for diatoms 
    53    concnfer   =  1.E-9     ! Iron half saturation for phyto 
    54    concdfer   =  3.E-9   ! Iron half saturation for diatoms 
     52   concdnh4   =  3.E-7    ! NH4 half saturation for diatoms 
     53   concnfer   =  1.E-9    ! Iron half saturation for phyto 
     54   concdfer   =  3.E-9    ! Iron half saturation for diatoms 
    5555   concbfe    =  1.E-11   ! Half-saturation for Fe limitation of Bacteria 
    56    concbnh4   =  2.5E-8   ! NH4 half saturation for phyto 
    57    concbno3   =  2.5E-7   ! Phosphate half saturation for diatoms 
     56   concbnh4   =  2.E-8    ! NH4 half saturation for phyto 
     57   concbno3   =  2.E-7    ! Phosphate half saturation for diatoms 
    5858   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms 
    5959   xsizephy   =  1.E-6    ! Minimum size criteria for phyto 
     
    8282   pislope    =  2.       ! P-I slope 
    8383   pislope2   =  2.       ! P-I slope  for diatoms 
     84   xadap      =  0.       ! Adaptation factor to low light 
    8485   excret     =  0.05     ! excretion ratio of phytoplankton 
    8586   excret2    =  0.05     ! excretion ratio of diatoms 
     
    107108   part2      =  0.75     ! part of calcite not dissolved in mesozoo guts 
    108109   grazrat2   =  0.75     ! maximal mesozoo grazing rate 
    109    resrat2    =  0.01     ! exsudation rate of mesozooplankton 
     110   resrat2    =  0.005    ! exsudation rate of mesozooplankton 
    110111   mzrat2     =  0.03     ! mesozooplankton mortality rate 
    111112   xprefc     =  1.       ! zoo preference for phyto 
     
    119120   xthresh2   =  3E-7     ! Food threshold for grazing 
    120121   xkgraz2    =  20.E-6   ! half sturation constant for meso grazing 
    121    epsher2    =  0.3      ! Efficicency of Mesozoo growth 
    122    sigma2     =  0.4      ! Fraction of mesozoo excretion as DOM 
     122   epsher2    =  0.35     ! Efficicency of Mesozoo growth 
     123   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM 
    123124   unass2     =  0.3      ! non assimilated fraction of P by mesozoo 
    124125   grazflux   =  2.e3     ! flux-feeding rate 
     
    129130   part       =  0.5      ! part of calcite not dissolved in microzoo gutsa 
    130131   grazrat    =  3.0      ! maximal zoo grazing rate 
    131    resrat     =  0.05     ! exsudation rate of zooplankton 
     132   resrat     =  0.03     ! exsudation rate of zooplankton 
    132133   mzrat      =  0.004    ! zooplankton mortality rate 
    133134   xpref2c    =  0.1      ! Microzoo preference for POM 
     
    139140   xthresh    =  3.E-7    ! Food threshold for feeding 
    140141   xkgraz     =  20.E-6   ! half sturation constant for grazing 
    141    epsher     =  0.4      ! Efficiency of microzoo growth 
     142   epsher     =  0.3      ! Efficiency of microzoo growth 
    142143   sigma1     =  0.6      ! Fraction of microzoo excretion as DOM 
    143144   unass      =  0.3      ! non assimilated fraction of phyto by zoo 
     
    185186   sn_ndepo    = 'ndeposition.orca',    -12            , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    186187   sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    187    sn_hydrofe  = 'hydrofe'         ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     188   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    188189! 
    189190   cn_dir      = './'      !  root directory for the location of the dynamical files 
     
    195196   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    196197   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
    197    sedfeinput  =  1.e-9    ! Coastal release of Iron 
    198    dustsolub   =  0.02     ! Solubility of the dust 
     198   sedfeinput  =  2.e-9    ! Coastal release of Iron 
     199   dustsolub   =  0.02     ! Solubility of the dusta 
     200   mfrac       =  0.035    ! Fe mineral fraction of dust 
    199201   wdust       =  2.0      ! Dust sinking speed  
    200202   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     
    202204   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2) 
    203205   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron 
    204    hratio      =  9.e+5    ! Fe to 3He ratio assumed for vent iron supply  
     206   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply  
    205207/ 
    206208!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
Note: See TracChangeset for help on using the changeset viewer.