Ignore:
Timestamp:
08/24/23 15:03:48 (11 months ago)
Author:
cetlod
Message:

NEMOv6.5 : Update config to switch to NEMOv4.2.1 and PISCES gas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/namelist_pisces_cfg

    r4912 r6601  
    11!----------------------------------------------------------------------- 
    22&nampismod     !  Model used  
     3!----------------------------------------------------------------------- 
    34  ln_p4z    = .true.         !  PISCES model used 
     5  ln_dms    = _AUTO_: DEFAULT=.FALSE.   !  DMS emission module 
     6  ln_n2o    = _AUTO_: DEFAULT=.FALSE.   !  N2O cycling module 
     7  ln_bvocs  = _AUTO_: DEFAULT=.FALSE.   !  biogenic emission module (CO, COS, Isoprene) 
    48/ 
    59!----------------------------------------------------------------------- 
    610&nampisext     !   air-sea exchange 
    711!----------------------------------------------------------------------- 
    8    ln_co2int  = _AUTO_: DEFAULT=.false. ! read atm pco2 from a file (T) or constant (F) 
    912   atcco2     = _AUTO_: DEFAULT=278.    ! Constant value atmospheric pCO2 - ln_co2int = F 
    10    clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
     13   clname     =  'atmco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
    1114   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T 
    1215!                        ! If your model year is iyy, nn_offset=(years(1)-iyy) 
     
    2023&nampisbio     !   biological parameters 
    2124!----------------------------------------------------------------------- 
    22    nrdttrc    =  _AUTO_ 
     25   nrdttrc    =  _AUTO_: DEFAULT=1 
     26/ 
     27!----------------------------------------------------------------------- 
     28&namgasdms     !   DMS 
     29!----------------------------------------------------------------------- 
     30   xkdms      = 1.25E-9   !  DMS half saturation for bacterial loss = 1.25E-9 
     31   xscdiat    = 0.0018    ! S/C ratio for diatoms = 0.0018 
     32   xscnanom   = 0.015     ! min S/C ratio for nano = 0.015 
     33   xscnanov   = 0.015     ! var S/C ratio for nano = 0.015 
     34   xysvar     = 0.5       ! DMSP-to-DMS yield var = 0.2 
     35   xysmin     = 0.1       ! DMSP-to-DMS yield min = 0.4 
     36   xknfer     = 1.e-11    ! DMS FER  half saturation for nano = 2.e-11 
     37   xkdfer     =  0.5e-10  ! DMS FER  half saturation for diatoms = 1.e-10 
     38   xkdocdms   = 5.e-6     ! DMS DOC  half saturation = 5.e-6 
     39   xknpo4     = 2.e-7     ! DMS PO4  half saturation for nano = 1.e-7 
     40   xkdpo4     = 10.e-7    ! DMS PO4  half saturation for diatoms = 5.e-7 
     41   xlightdms  = 0.05      ! photodegradation rate constant of DMS 
     42   xsinkdms   = 0.4       ! microbial degradation rate of DMS 
     43   xvsinkdms  = 1.        ! microbial degradation rate of DMS VOGT 
     44   ln_phdms = .true.      ! pH dependancy to DMS production (Six et al. 2013) 
     45/ 
     46!----------------------------------------------------------------------- 
     47&namgasn2o     !   N2O 
     48!----------------------------------------------------------------------- 
     49   atcn2o     = _AUTO_: DEFAULT=280.      ! Constant value atmospheric pN2O (ppb) 
     50   alphan2o   = 1.5e-4    ! Nitrification coefficient for n2o 
     51   betan2o    = 120.e-4   ! Denitrification coefficient for n2o 
     52   xlow       =  1.0      ! Lower boundary of suboxia for N2O production 
     53   xhigh      = 5.0       ! Upper boundary of suboxia for N2O production 
     54   sinkn2o    = 4.1e-4    ! N2O sink term coefficient (d-1) 
     55                          ! Martinez-Rey 2015 : 0.138 yr-1 ===> 3.7e-4 d-1 
     56                          ! Berthet 2022      : 7.12e-4 d-1 
     57/ 
     58!----------------------------------------------------------------------- 
     59&namgasbvocs     !   BVOCs 
     60!----------------------------------------------------------------------- 
     61   atccos      = _AUTO_: DEFAULT=450.  ! Constant value atmospheric pCOS (ppt) 
     62   atcco       = 90.e-12    ! units atm (90 ppbv) Fraction molaire du pCO 
     63   atcisp      = 0.        ! units atm (0 ppt/ 0.4 ppt ) Fraction molaire pIsoprene 
     64   uvlux       = 0.044     ! proportion of UV radiant flux to global solar radiation 
     65   xnanoco    =  85.5       ! Production of CO via nanophyto (µmol.gChla-1.d-1) 
     66   xdiaco     =  33.0       ! Production of CO via diatoms   (µmol.gChla-1.d-1) - From Gros et al. 2009 
     67   Isp_flum   =  0.0        ! 0 if isoprene production NOT depend on light / 1 if depend on light 
     68   ImIsp      =  30.0        ! W.m-2 / in case of Isp_flum = 1 - mean light (etot_ndcy) 
     69   atempIsp   =  0.05       ! Temperature dependance for Isp production 
     70   temoyIsp   =  16.5       ! Mean Temperature for Isoprene production with temperature dependance 
     71   muIsp_n    =  0.45       ! mu rate for Nano (µmol.gChla.h-1) - Ludivine C. version 
     72   muIsp_d    =  0.25       ! mu rate for Diat (µmol.gChla.h-1) - Ludivine C. version 
     73   xprodco    =  9.577e-11  ! Rate constant of CO photoproduction (mol.W-1.s-1) 
     74   xsinkco    =  0.2        ! Rate constant for CO microbial sink (d-1) 
     75   ln_bactconsco = .false.   ! Bacterial Conso. of CO not depend (0-use xsinkco) or depend on Temperature and Chla (1) 
     76   ln_darkprodco = .true.   ! Representation of the Dark production of CO :  Yes=1 or No=0 
     77   xsinkisp   =  0.01       ! Rate constant for isoprene sink (d-1) 
    2378/ 
    2479!----------------------------------------------------------------------- 
     
    3792&nampisopt     !   parameters for optics 
    3893!----------------------------------------------------------------------- 
    39 /  
     94!              !  file name     ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     95!              !                !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     96   sn_par      = 'par_fraction.orca' ,     24            , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     97   cn_dir      = './'      !  root directory for the location of the dynamical files 
     98   ln_varpar   =  .true.   ! boolean for PAR variable 
     99   parlux      =  0.43      ! Fraction of shortwave as PAR 
     100/ 
    40101!----------------------------------------------------------------------- 
    41102&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z 
     
    85146&nampiscal     !   parameters for Calcite chemistry 
    86147!----------------------------------------------------------------------- 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &nampissbc     !   parameters for inputs deposition 
    90 !----------------------------------------------------------------------- 
    91    ln_dust     =  .true.   ! boolean for dust input from the atmosphere 
    92    ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron 
    93    ln_river    =  .true.   ! boolean for river input of nutrients 
    94    ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
     148   kdca       =  20.     ! calcite dissolution rate constant (1/time) 
     149   nca        =  4.7      ! order of dissolution reaction (dimensionless) 
     150/ 
     151!----------------------------------------------------------------------- 
     152&nampisbc     !   parameters for inputs deposition 
     153!----------------------------------------------------------------------- 
     154!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     155!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     156!----------------------------------------------------------------------- 
     157   sn_dust     = 'dustdep'         ,       -1          , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     158   sn_ironsed  = 'pmarge.orca'     ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     159   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     160! 
     161   cn_dir      = './'      !  root directory for the location of the dynamical files 
    95162   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
    96163   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    97    ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
    98    ! 
    99    sn_dust     = 'dust.orca.nc'    ,    -1             , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_lmd144142_bilin.nc', ''    , '' 
    100    sn_solub    = 'solubility.orca' ,    -12            , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    101    sn_riverdic = 'river.orca'      ,    -1             , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    102    sn_riverdoc = 'river.orca'      ,    -1             , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    103    sn_riverdin = 'river.orca'      ,    -1             , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    104    sn_riverdon = 'river.orca'      ,    -1             , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    105    sn_riverdip = 'river.orca'      ,    -1             , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    106    sn_riverdop = 'river.orca'      ,    -1             , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    107    sn_riverdsi = 'river.orca'      ,    -1             , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    108    sn_ndepo    = 'ndeposition.orca',    -1             , 'ndep'        ,  .true.      , .true. , 'yearly'  , 'weights_2d_bilin.nc', ''    , '' 
    109    sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     164   ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents 
     165   sedfeinput  =  2.e-9    ! Coastal release of Iron 
     166   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments 
     167   mfrac       =  0.035    ! Fe mineral fraction of dust 
     168   wdust       =  2.0      ! Dust sinking speed 
     169   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     170   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply 
    110171/ 
    111172!----------------------------------------------------------------------- 
     
    118179/ 
    119180!----------------------------------------------------------------------- 
    120 &nampisdmp     !   Damping  
     181&nampisdmp     !   Damping 
    121182!----------------------------------------------------------------------- 
    122183  nn_pisdmp   =  _AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.