!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ! MODEL BFM - Biogeochemical Flux Model !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !BOP ! ! ROUTINE: PelGlobal ! ! DESCRIPTION ! List of parameters values ! for mem_PelGlobal filled by InitPelGlobal ! ! 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_rR6m: m/d # detritus sinking rate ! p_rPIm: m/d # phytoplankton background sinking rate &PelGlobal_parameters p_rR6m = 10.0 ! P1 P2 P3 P4 p_rPIm = 0.0, 0.0, 0.0, 0.0 / !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !END namelist !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- !EOC !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ! MODEL BFM - Biogeochemical Flux Model !-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-