!----------------------------------------------------------------------- &namsbc Surface Boundary Condition (surface module) !----------------------------------------------------------------------- nn_fsbc = 5 ! frequency of surface boundary condition computation ! (also the frequency of sea-ice model call) ln_ana = .false. ! analytical formulation (fill namsbc_ana ) ln_flx = .false. ! flux formulation (fill namsbc_flx ) ln_blk_clio = .true. ! CLIO bulk formulation (fill namsbc_core) ln_blk_core = .false. ! CORE bulk formulation (fill namsbc_clio) ln_cpl = .false. ! coupled formulation (fill namsbc_cpl ) nn_ice = 2 ! ice areas : =0 no ice in the domain ! =1 specify observed ice-cover ! =2 use an ice-model ("key_lim3" or "key_lim2) nn_ico_cpl = 0 ! ice-ocean stress : =0 LIM-3 old case ! =1 stresses computed using now ocean velocity ! =2 combination of 0 and 1 cases ln_dm2dc = .false. ! Daily mean converted into Diurnal Cycle for short wave (qsr) ln_rnf = .false. ! river runoffs (fill namsbc_rnf) ln_ssr = .false. ! Sea Surface Restoring on T and/or S (fill namsbc_ssr) nn_fwb = 0 ! FreshWater Budget : =0 no control ! =1 annual global mean set to zero ! =2 global mean instantaneously set to zero /