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.
LightAdaptation.nml in branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/LightAdaptation.nml @ 3399

Last change on this file since 3399 was 3399, checked in by vichi, 12 years ago

Merge branch 'BFM_3.4'(r5b59a317) into dev_r3379_CMCC6_topbfm

File size: 2.0 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! !ROUTINE: LightAdaptation
7!
8! DESCRIPTION
9!   List of parameters values
10!   for mem_LightAdaptation filled by InitLightAdaptation
11!
12! AUTHORS
13!   the BFM team
14!
15! COPYING
16!   
17!   Copyright (C) 2006 P. Ruardij, M. Vichi
18!   (rua@nioz.nl, vichi@bo.ingv.it)
19!
20!   This program is free software; you can redistribute it and/or modify
21!   it under the terms of the GNU General Public License as published by
22!   the Free Software Foundation;
23!   This program is distributed in the hope that it will be useful,
24!   but WITHOUT ANY WARRANTY; without even the implied warranty of
25!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26!   GNU General Public License for more details.
27!
28!EOP
29!-------------------------------------------------------------------------!
30!BOC
31!
32!
33!  p_isw:    Switch between parameterizations
34!  p_chEPLi:    Maximum Iopt (W/m2)
35!        :         p_clEPLi    =      4.0,    6.0,    5.0,    8.0 # Minimum Iopt (W/m2)
36!  p_clEPLi:    Minimum Iopt (W/m2)
37!        :         p_ruEPLi    =      0.25,    0.25,   0.5,    0.125 # Maximum daily shift in Iopt (1/d)
38!  p_ruEPLi:    Maximum daily shift in Iopt (1/d)
39!  p_addepth:      Adaptation depth. Meaningless with high-res models
40
41&LightAdaptation_parameters
42      p_isw =  1, 1, 1, 1
43  p_addepth =  50.0, 50.0, 50.0, 50.0
44  p_chEPLi  =  100.0,   100.0,   100.0,   100.0
45  p_clEPLi  =  8.0,  10.0, 6.0,  12.0
46  p_ruEPLi  =  0.2,  0.25, 0.3,  0.15
47/
48!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
49!END namelist
50!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
51
52!EOC
53!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
54! MODEL  BFM - Biogeochemical Flux Model
55!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.