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.
nampisbc in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nampisbc

Last change on this file was 14176, checked in by nicolasmartin, 3 years ago

Update of namelists

File size: 1.6 KB
Line 
1!-----------------------------------------------------------------------
2&nampisbc     !   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_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
8   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
9!
10   cn_dir      = './'      !  root directory for the location of the dynamical files
11   ln_ironsed  =  .false.   ! boolean for Fe input from sediments
12   ln_ironice  =  .false.   ! boolean for Fe input from sea ice
13   ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents
14   sedfeinput  =  2.e-9    ! Coastal release of Iron
15   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments
16   mfrac       =  0.035    ! Fe mineral fraction of dust
17   wdust       =  2.0      ! Dust sinking speed
18   icefeinput  =  15.e-9   ! Iron concentration in sea ice
19   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply
20!                          ! ln_ligand
21   lgw_rath    =  0.5      ! Weak ligand ratio from sed hydro sources
22/
Note: See TracBrowser for help on using the repository browser.