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/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg @ 12845

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