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/r12377_ticket2386/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/r12377_ticket2386/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_pisces_cfg @ 12808

Last change on this file since 12808 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 7.2 KB
Line 
1!-----------------------------------------------------------------------
2&nampismod     !  Model used
3!-----------------------------------------------------------------------
4/
5!-----------------------------------------------------------------------
6&nampisext     !   air-sea exchange
7!-----------------------------------------------------------------------
8/
9!-----------------------------------------------------------------------
10&nampisatm     !  Atmospheric prrssure
11!-----------------------------------------------------------------------
12/
13!-----------------------------------------------------------------------
14&nampisbio     !   biological parameters
15!-----------------------------------------------------------------------
16/
17!-----------------------------------------------------------------------
18&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
19!-----------------------------------------------------------------------
20/
21!-----------------------------------------------------------------------
22&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
23!-----------------------------------------------------------------------
24/
25!-----------------------------------------------------------------------
26&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&nampisopt     !   parameters for optics
31!-----------------------------------------------------------------------
32/ 
33!-----------------------------------------------------------------------
34&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namp5zmes     !   parameters for mesozooplankton
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namp5zzoo     !   parameters for microzooplankton
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&nampisfer     !   parameters for iron chemistry
67!-----------------------------------------------------------------------
68/
69!----------------------------------------------------------------------- 
70&nampisrem     !   parameters for remineralization
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&nampispoc     !   parameters for organic particles
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&nampiscal     !   parameters for Calcite chemistry
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&nampisbc      !   parameters for inputs deposition
83!-----------------------------------------------------------------------
84   sn_dust     = 'dust.orca.new'       ,     -1            , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
85   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
86   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
87   ln_hydrofe  =  .true.   ! boolean for from hydrothermal vents
88/
89!-----------------------------------------------------------------------
90&nampissed     !   parameters for sediments mobilization
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&nampislig     !   Namelist parameters for ligands, nampislig
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&nampisice     !   Prescribed sea ice tracers
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&nampisdmp     !   Damping
103!-----------------------------------------------------------------------
104   nn_pisdmp    =  5840       !  Frequency of Relaxation
105/
106!-----------------------------------------------------------------------
107&nampismass    !   Mass conservation
108!-----------------------------------------------------------------------
109/
110!-----------------------------------------------------------------------
111&namlobphy     !   biological parameters for phytoplankton
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namlobnut     !   biological parameters for nutrients
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namlobzoo     !   biological parameters for zooplankton
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&namlobdet     !   biological parameters for detritus
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&namlobdom     !   biological parameters for DOM
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&namlobsed     !   parameters from aphotic layers to sediment
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&namlobrat     !   general coefficients
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namlobopt     !   optical parameters
140!-----------------------------------------------------------------------
141/
Note: See TracBrowser for help on using the repository browser.