!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ! MODEL BFM - Biogeochemical Flux Model !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !BOP ! ! !ROUTINE: LightAdaptation ! ! DESCRIPTION ! List of parameters values ! for mem_LightAdaptation filled by InitLightAdaptation ! ! AUTHORS ! the BFM team ! ! COPYING ! ! Copyright (C) 2006 P. Ruardij, M. Vichi ! (rua@nioz.nl, vichi@bo.ingv.it) ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation; ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! !EOP !-------------------------------------------------------------------------! !BOC ! ! ! p_isw: Switch between parameterizations ! p_chEPLi: Maximum Iopt (W/m2) ! : p_clEPLi = 4.0, 6.0, 5.0, 8.0 # Minimum Iopt (W/m2) ! p_clEPLi: Minimum Iopt (W/m2) ! : p_ruEPLi = 0.25, 0.25, 0.5, 0.125 # Maximum daily shift in Iopt (1/d) ! p_ruEPLi: Maximum daily shift in Iopt (1/d) ! p_addepth: Adaptation depth. Meaningless with high-res models &LightAdaptation_parameters p_isw = 1, 1, 1, 1 p_addepth = 50.0, 50.0, 50.0, 50.0 p_chEPLi = 100.0, 100.0, 100.0, 100.0 p_clEPLi = 8.0, 10.0, 6.0, 12.0 p_ruEPLi = 0.2, 0.25, 0.3, 0.15 / !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !END namelist !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !EOC !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ! MODEL BFM - Biogeochemical Flux Model !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-