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.
namelist_pisces_cfg in NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/cfgs/GYRE_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/cfgs/GYRE_PISCES/EXPREF/namelist_pisces_cfg @ 12779

Last change on this file since 12779 was 9572, checked in by nicolasmartin, 6 years ago

Global renaming for reference configurations and test cases (./CONFIG): 2 steps for removing symbolic links

  • Folders
    • ORCA2_LIM3_PISCES -> ORCA2_SI3_PISCES
    • ORCA2_SAS_LIM3 -> ORCA2_SAS_SI3
  • CPP keys: key_lim3 -> key_si3
  • Namelists and XML
    • namelist_ice_lim3_ref -> namelist_ice_si3_ref
    • file_def_nemo-opa.xml -> file_def_nemo-oce.xml, file_def_nemo-lim.xml -> file_def_nemo-ice.xml
    • field_def_nemo-opa.xml -> field_def_nemo-oce.xml, field_def_nemo-lim.xml -> field_def_nemo-ice.xml
    • namp.zlim -> namp.zice
  • Cleaning of configurations list in cfg.txt
  • Property svn:mime-type set to text/x-fortran
File size: 8.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! PISCES  (key_pisces) reference namelist (see below for key_pisces_reduced)
3!!              1  - air-sea exchange                         (nampisext)
4!!              2  - biological parameters                    (nampisbio)
5!!              3  - parameters for nutrient limitations      (nampislim)   
6!!              4  - parameters for phytoplankton             (nampisprod,nampismort)
7!!              5  - parameters for zooplankton               (nampismes,nampiszoo)
8!!              6  - parameters for remineralization          (nampisrem)
9!!              7  - parameters for calcite chemistry         (nampiscal)
10!!              8  - parameters for inputs deposition         (nampissed)
11!!              11 - Damping                                  (nampisdmp)
12!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
13!-----------------------------------------------------------------------
14&nampismod     !  Model used
15!-----------------------------------------------------------------------
16    ln_p4z = .false.
17    ln_p2z = .true.
18/
19!-----------------------------------------------------------------------
20&nampisext     !   air-sea exchange
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&nampisatm     !  Atmospheric prrssure
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&nampisbio     !   biological parameters
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z
33!-----------------------------------------------------------------------
34/
35!-----------------------------------------------------------------------
36&namp5zice     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&nampisopt     !   parameters for optics
45!-----------------------------------------------------------------------
46/ 
47!-----------------------------------------------------------------------
48&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namp5zmes     !   parameters for mesozooplankton
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namp5zzoo     !   parameters for microzooplankton
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&nampisfer     !   parameters for iron chemistry
81!-----------------------------------------------------------------------
82/
83!----------------------------------------------------------------------- 
84&nampisrem     !   parameters for remineralization
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&nampispoc     !   parameters for organic particles
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&nampiscal     !   parameters for Calcite chemistry
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&nampissbc     !   parameters for inputs deposition
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&nampislig     !   Namelist parameters for ligands, nampislig
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&nampisice     !   Prescribed sea ice tracers
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&nampisdmp     !   Damping
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&nampismass    !   Mass conservation
113!-----------------------------------------------------------------------
114/
115!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
116!! PISCES reduced (key_pisces_reduced, ex LOBSTER) : namelists
117!!              1  - biological parameters for phytoplankton    (namlobphy)
118!!              2  - biological parameters for nutrients        (namlobnut)
119!!              3  - biological parameters for zooplankton      (namlobzoo)   
120!!              4  - biological parameters for detritus         (namlobdet)
121!!              5  - biological parameters for DOM              (namlobdom)
122!!              6  - parameters from aphotic layers to sediment (namlobsed)
123!!              7  - general coefficients                       (namlobrat)
124!!              8  - optical parameters                         (namlobopt)
125!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
126!-----------------------------------------------------------------------
127&namlobphy     !   biological parameters for phytoplankton
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&namlobnut     !   biological parameters for nutrients
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&namlobzoo     !   biological parameters for zooplankton
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namlobdet     !   biological parameters for detritus
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namlobdom     !   biological parameters for DOM
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&namlobsed     !   parameters from aphotic layers to sediment
148!-----------------------------------------------------------------------
149/
150!-----------------------------------------------------------------------
151&namlobrat     !   general coefficients
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&namlobopt     !   optical parameters
156!-----------------------------------------------------------------------
157/
Note: See TracBrowser for help on using the repository browser.