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.
nampissbc in NEMO/branches/2020/ticket2377/doc/namelists – NEMO

source: NEMO/branches/2020/ticket2377/doc/namelists/nampissbc @ 12749

Last change on this file since 12749 was 11703, checked in by nicolasmartin, 5 years ago

Update as well the manual namelists

  • Property svn:mime-type set to text/x-fortran
File size: 3.3 KB
Line 
1!-----------------------------------------------------------------------
2&nampissbc     !   parameters for inputs deposition
3!-----------------------------------------------------------------------
4!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
5!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
6   sn_dust     = 'dust.orca'       ,     -1.           , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
7   sn_solub    = 'solubility.orca' ,    -12.           , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
8   sn_riverdic = 'river.orca'      ,    120.           , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
9   sn_riverdoc = 'river.orca'      ,    120.           , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
10   sn_riverdin = 'river.orca'      ,    120.           , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
11   sn_riverdon = 'river.orca'      ,    120.           , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
12   sn_riverdip = 'river.orca'      ,    120.           , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
13   sn_riverdop = 'river.orca'      ,    120.           , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
14   sn_riverdsi = 'river.orca'      ,    120.           , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
15   sn_ndepo    = 'ndeposition.orca',    -12.           , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
16   sn_ironsed  = 'bathy.orca'      ,    -12.           , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
17   sn_hydrofe  = 'hydrofe.orca'    ,    -12.           , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
18!
19   cn_dir      = './'      !  root directory for the location of the dynamical files
20   ln_dust     =  .true.   ! boolean for dust input from the atmosphere
21   ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron
22   ln_river    =  .true.   ! boolean for river input of nutrients
23   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N
24   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
25   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
26   ln_hydrofe  =  .true.   ! boolean for from hydrothermal vents
27   sedfeinput  =  2.e-9    ! Coastal release of Iron
28   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments
29   dustsolub   =  0.02     ! Solubility of the dusta
30   mfrac       =  0.035    ! Fe mineral fraction of dust
31   wdust       =  2.0      ! Dust sinking speed
32   icefeinput  =  15.e-9   ! Iron concentration in sea ice
33   nitrfix     =  1.e-7    ! Nitrogen fixation rate
34   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2)
35   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron
36   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply
37!                          ! ln_ligand
38   lgw_rath    =  0.5      ! Weak ligand ratio from sed hydro sources
39/
Note: See TracBrowser for help on using the repository browser.