source: CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/namelist_pisces_cfg @ 6400

Last change on this file since 6400 was 4912, checked in by cetlod, 4 years ago

Adding new NEMO configuration using NEMO_v4 model

File size: 9.0 KB
Line 
1!-----------------------------------------------------------------------
2&nampismod     !  Model used
3  ln_p4z    = .true.         !  PISCES model used
4/
5!-----------------------------------------------------------------------
6&nampisext     !   air-sea exchange
7!-----------------------------------------------------------------------
8   ln_co2int  = _AUTO_: DEFAULT=.false. ! read atm pco2 from a file (T) or constant (F)
9   atcco2     = _AUTO_: DEFAULT=278.    ! Constant value atmospheric pCO2 - ln_co2int = F
10   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T
11   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T
12!                        ! If your model year is iyy, nn_offset=(years(1)-iyy)
13!                        ! then the first atmospheric CO2 record read is at years(1)
14/
15!-----------------------------------------------------------------------
16&nampisatm     !  Atmospheric prrssure
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&nampisbio     !   biological parameters
21!-----------------------------------------------------------------------
22   nrdttrc    =  _AUTO_
23/
24!-----------------------------------------------------------------------
25&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
26!-----------------------------------------------------------------------
27/
28!-----------------------------------------------------------------------
29&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&nampisopt     !   parameters for optics
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namp5zmes     !   parameters for mesozooplankton
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namp5zzoo     !   parameters for microzooplankton
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&nampisfer     !   parameters for iron chemistry
74!-----------------------------------------------------------------------
75/
76!----------------------------------------------------------------------- 
77&nampisrem     !   parameters for remineralization
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&nampispoc     !   parameters for organic particles
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&nampiscal     !   parameters for Calcite chemistry
86!-----------------------------------------------------------------------
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
95   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
96   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'  , ''       , ''    , ''
110/
111!-----------------------------------------------------------------------
112&nampislig     !   Namelist parameters for ligands, nampislig
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&nampisice     !   Prescribed sea ice tracers
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&nampisdmp     !   Damping
121!-----------------------------------------------------------------------
122  nn_pisdmp   =  _AUTO_
123/
124!-----------------------------------------------------------------------
125&nampismass    !   Mass conservation
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&namlobphy     !   biological parameters for phytoplankton
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&namlobnut     !   biological parameters for nutrients
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namlobzoo     !   biological parameters for zooplankton
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&namlobdet     !   biological parameters for detritus
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&namlobdom     !   biological parameters for DOM
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namlobsed     !   parameters from aphotic layers to sediment
150!-----------------------------------------------------------------------
151/
152!-----------------------------------------------------------------------
153&namlobrat     !   general coefficients
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&namlobopt     !   optical parameters
158!-----------------------------------------------------------------------
159/
Note: See TracBrowser for help on using the repository browser.