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_r12072_TOP-01_ENHANCE-11_CEthe/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_pisces_cfg @ 12110

Last change on this file since 12110 was 12110, checked in by cetlod, 4 years ago

merge dev_r11219_TOP-01_cethe_PISCES_LBC onto dev_r12072_TOP-01_ENHANCE-11_CEthe

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