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

source: NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg @ 12928

Last change on this file since 12928 was 12928, checked in by smueller, 4 years ago

Synchronizing with /NEMO/trunk@12925 (ticket #2170)

  • Property svn:mime-type set to text/x-fortran
File size: 7.2 KB
RevLine 
[7646]1!-----------------------------------------------------------------------
2&nampismod     !  Model used
3!-----------------------------------------------------------------------
4/
5!-----------------------------------------------------------------------
[3875]6&nampisext     !   air-sea exchange
[7646]7!-----------------------------------------------------------------------
[3875]8/
[7646]9!-----------------------------------------------------------------------
[3875]10&nampisatm     !  Atmospheric prrssure
[7646]11!-----------------------------------------------------------------------
[3875]12/
[7646]13!-----------------------------------------------------------------------
[3875]14&nampisbio     !   biological parameters
[7646]15!-----------------------------------------------------------------------
[3875]16   nrdttrc    =  4        ! time step frequency for biology
17/
[7646]18!-----------------------------------------------------------------------
[10227]19&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
[7646]20!-----------------------------------------------------------------------
[3875]21/
[7646]22!-----------------------------------------------------------------------
[10227]23&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
[7646]24!-----------------------------------------------------------------------
25/
26!-----------------------------------------------------------------------
[9356]27&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
[7646]28!-----------------------------------------------------------------------
29/
30!-----------------------------------------------------------------------
[3875]31&nampisopt     !   parameters for optics
[7646]32!-----------------------------------------------------------------------
[3875]33/ 
[7646]34!-----------------------------------------------------------------------
[9356]35&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
[7646]36!-----------------------------------------------------------------------
[3875]37/
[9301]38!-----------------------------------------------------------------------
[9356]39&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
[9301]40!-----------------------------------------------------------------------
[3875]41/
[7646]42!-----------------------------------------------------------------------
[9356]43&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
[7646]44!-----------------------------------------------------------------------
[3875]45/
[7646]46!-----------------------------------------------------------------------
[9356]47&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
[7646]48!-----------------------------------------------------------------------
[3875]49/
[7646]50!-----------------------------------------------------------------------
[9356]51&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
[7646]52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namp5zmes     !   parameters for mesozooplankton
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
[9356]59&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
[7646]60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namp5zzoo     !   parameters for microzooplankton
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
[3875]67&nampisfer     !   parameters for iron chemistry
[7646]68!-----------------------------------------------------------------------
69/
70!----------------------------------------------------------------------- 
[3875]71&nampisrem     !   parameters for remineralization
[7646]72!-----------------------------------------------------------------------
[3875]73/
[7646]74!-----------------------------------------------------------------------
75&nampispoc     !   parameters for organic particles
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
[3875]79&nampiscal     !   parameters for Calcite chemistry
[7646]80!-----------------------------------------------------------------------
[3875]81/
[7646]82!-----------------------------------------------------------------------
[12928]83&nampisbc      !   parameters for inputs deposition
[7646]84!-----------------------------------------------------------------------
[12928]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
[3875]89/
[7646]90!-----------------------------------------------------------------------
[12928]91&nampissed     !   parameters for sediments mobilization
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
[9356]95&nampislig     !   Namelist parameters for ligands, nampislig
[7646]96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
[9356]99&nampisice     !   Prescribed sea ice tracers
[7646]100!-----------------------------------------------------------------------
101/
102!-----------------------------------------------------------------------
[9356]103&nampisdmp     !   Damping
[7646]104!-----------------------------------------------------------------------
105   nn_pisdmp    =  1460       !  Frequency of Relaxation
[3875]106/
[7646]107!-----------------------------------------------------------------------
[9356]108&nampismass    !   Mass conservation
[7646]109!-----------------------------------------------------------------------
[3875]110/
[7646]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.