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 @ 9678

Last change on this file since 9678 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: 6.7 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&namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
23&namp5zice     !   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&nampissbc     !   parameters for inputs deposition
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&nampislig     !   Namelist parameters for ligands, nampislig
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&nampisice     !   Prescribed sea ice tracers
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&nampisdmp     !   Damping
96!-----------------------------------------------------------------------
97   nn_pisdmp    =  1460       !  Frequency of Relaxation
98/
99!-----------------------------------------------------------------------
100&nampismass    !   Mass conservation
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namlobphy     !   biological parameters for phytoplankton
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namlobnut     !   biological parameters for nutrients
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namlobzoo     !   biological parameters for zooplankton
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namlobdet     !   biological parameters for detritus
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namlobdom     !   biological parameters for DOM
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&namlobsed     !   parameters from aphotic layers to sediment
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namlobrat     !   general coefficients
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namlobopt     !   optical parameters
133!-----------------------------------------------------------------------
134/
Note: See TracBrowser for help on using the repository browser.