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 7178 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref – NEMO

Ignore:
Timestamp:
2016-11-03T16:39:56+01:00 (7 years ago)
Author:
aumont
Message:

adapt the shared config files to new code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref

    r5385 r7178  
    2929!              !              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    3030   sn_patm     = 'presatm'    ,     -1            , 'patm'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     31   sn_atmco2   = 'presatmco2_reg' , -1            , 'xco2'    ,  .true.      , .true. , 'yearly'  , 'weights_AIRS_bilinear.nc'       , ''       , '' 
    3132   cn_dir      = './'     !  root directory for the location of the dynamical files 
    3233! 
    3334   ln_presatm  = .false.   ! constant atmopsheric pressure (F) or from a file (T) 
     35   ln_presatmco2= .false.   ! Read spatialized atm co2 files [ppm] if TRUE 
    3436/ 
    3537!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    3638&nampisbio     !   biological parameters 
    3739!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    38    nrdttrc    =  1        ! time step frequency for biology 
     40   nrdttrc    =  3        ! time step frequency for biology 
    3941   wsbio      =  2.       ! POC sinking speed 
    40    xkmort     =  2.E-7    ! half saturation constant for mortality 
     42   xkmort     =  1.E-7    ! half saturation constant for mortality 
    4143   ferat3     =  10.E-6   ! Fe/C in zooplankton  
    42    wsbio2     =  30.      ! Big particles sinking speed 
     44   wsbio2     =  50.      ! Big particles sinking speed 
     45   wsbio2max  =  50.      ! Big particles maximum sinking speed 
     46   wsbio2scale=  5000.    ! Big particles length scale of sinking 
    4347   niter1max  =  1        ! Maximum number of iterations for POC 
    44    niter2max  =  1        ! Maximum number of iterations for GOC 
     48   niter2max  =  2        ! Maximum number of iterations for GOC 
     49   wfep       =  0.2      ! FeP sinking speed 
     50   ldocp      =  1.E-5    ! Phyto ligand production per unit doc 
     51   ldocz      =  1.E-5    ! Zoo ligand production per unit doc 
     52   lthet      =  0.5      ! Proportional loss of ligands due to Fe uptake 
    4553/ 
    4654!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    149157   ln_fechem =  .false.   ! complex iron chemistry ( T/F ) 
    150158   ln_ligvar =  .false.   ! variable ligand concentration 
     159   ln_fecolloid = .false. ! variable colloidal fraction 
    151160   xlam1     =  0.005     ! scavenging rate of Iron 
    152161   xlamdust  =  150.0     ! Scavenging rate of dust 
    153162   ligand    =  0.6E-9    ! Ligands concentration  
     163   kfep      =  0.        ! Nanoparticle formation rate constant 
    154164 
    155165!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    157167!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    158168   xremik    =  0.3       ! remineralization rate of DOC 
    159    xremip    =  0.025     ! remineralisation rate of POC 
    160169   nitrif    =  0.05      ! NH4 nitrification rate 
    161170   xsirem    =  0.003     ! remineralization rate of Si 
     
    163172   xsilab    =  0.5       ! Fraction of labile biogenic silica 
    164173   oxymin    =  1.E-6     ! Half-saturation constant for anoxia 
     174   oxymin2   =  6.E-6     ! Minimum O2 concentration for oxic remin. 
     175   feratb    =  10.E-6    ! Fe/C quota in bacteria 
     176   xkferb    =  2.5E-10    ! Half-saturation constant for bacteria Fe/C 
     177/ 
     178!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     179&nampispoc     !   parameters for organic particles 
     180!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     181   xremip    =  0.035     ! remineralisation rate of PON 
     182   jcpoc     =  15         ! Number of lability classes 
     183   rshape    =  1.0       ! Shape of the gamma function 
    165184/ 
    166185!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    205224   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron 
    206225   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply  
     226   fep_rats    =  1.       ! Fep/Fer ratio from sed sources 
     227   fep_rath    =  1.       ! Fep/Fer ratio from sed hydro sources 
     228/ 
     229!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     230&nampislig      !  Namelist parameters for ligands, nampislig 
     231!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     232   rfep        =  0.001    ! Dissolution rate of FeP 
     233   rlgw        =  1.       ! Lifetime (years) of weak ligands 
     234   rlig        =  1.E-4    ! Remin ligand production per unit C 
     235   prlgw       =  1.E-4    ! Photolysis of weak ligand 
     236   rlgs        =  1000.    ! Lifetime (years) of strong ligands 
    207237/ 
    208238!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
Note: See TracChangeset for help on using the changeset viewer.