source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/namelist_pisces_cfg

Last change on this file was 6194, checked in by cetlod, 22 months ago

NEMOv6.1 : minor update of namelist TOP

File size: 5.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! PISCES  :   Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_pis_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5&nampisext     !   air-sea exchange
6!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
7   ln_co2int  = _AUTO_: DEFAULT=.false. ! read atm pco2 from a file (T) or constant (F)
8   atcco2     = _AUTO_: DEFAULT=278.    ! Constant value atmospheric pCO2 - ln_co2int = F
9   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T
10   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T
11!                        ! If your model year is iyy, nn_offset=(years(1)-iyy)
12!                        ! then the first atmospheric CO2 record read is at years(1)
13/
14!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
15&nampisatm     !  Atmospheric prrssure
16!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
17/
18!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
19&nampisbio     !   biological parameters
20!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
21   nrdttrc    =  _AUTO_   
22/
23!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
24&nampislim     !   parameters for nutrient limitations
25!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
26/
27!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
28&nampisopt     !   parameters for optics
29!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
30/
31!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
32&nampisprod     !   parameters for phytoplankton growth
33!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
34/
35!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
36&nampismort     !   parameters for phytoplankton sinks
37!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
38/
39!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
40&nampismes     !   parameters for mesozooplankton
41!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
42/
43!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
44&nampiszoo     !   parameters for microzooplankton
45!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
46/
47!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
48&nampisfer     !   parameters for iron chemistry
49!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
50
51!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
52&nampisrem     !   parameters for remineralization
53!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
54/
55!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
56&nampiscal     !   parameters for Calcite chemistry
57!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
58/
59!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
60&nampissbc     !   parameters for inputs deposition
61!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
62!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
63!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
64   sn_dust     = 'dust.orca.nc'    ,    -1             , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_lmd144142_bilin.nc', ''    , ''
65   sn_solub    = 'solubility.orca' ,    -12            , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
66   sn_riverdic = 'river.orca'      ,    -1             , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
67   sn_riverdoc = 'river.orca'      ,    -1             , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
68   sn_riverdin = 'river.orca'      ,    -1             , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
69   sn_riverdon = 'river.orca'      ,    -1             , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
70   sn_riverdip = 'river.orca'      ,    -1             , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
71   sn_riverdop = 'river.orca'      ,    -1             , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
72   sn_riverdsi = 'river.orca'      ,    -1             , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
73   sn_ndepo    = 'ndeposition.orca',    -1             , 'ndep'        ,  .true.      , .true. , 'yearly'  , 'weights_2d_bilin.nc', ''    , ''
74   sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
75   !
76   ln_nitrfix_old = .false. ! boolean for old ( CMIP6 ) nitrogen fixation parametrisation ( if false, use with  nitrfix = 1.e-7  )
77   nitrfix        =  1.4e-7  ! Nitrogen fixation rate new param
78/
79!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
80&nampisdmp     !  Damping
81!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
82  nn_pisdmp   =  _AUTO_
83/
84!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
85&nampismass     !  Mass conservation
86!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
87/
Note: See TracBrowser for help on using the repository browser.