!----------------------------------------------------------------------- &namsbc ! Surface Boundary Condition (surface module) !----------------------------------------------------------------------- nn_fsbc = 5 ! frequency of surface boundary condition computation ! (= the frequency of sea-ice model call) ln_ana = .false. ! analytical formulation (T => fill namsbc_ana ) ln_flx = .false. ! flux formulation (T => fill namsbc_flx ) ln_blk_clio = .true. ! CLIO bulk formulation (T => fill namsbc_clio) ln_blk_core = .false. ! CORE bulk formulation (T => fill namsbc_core) ln_cpl = .false. ! Coupled formulation (T => fill namsbc_cpl ) nn_ice = 2 ! =0 no ice boundary condition , ! =1 use observed ice-cover , ! =2 ice-model used ("key_lim3" or "key_lim2) nn_ico_cpl = 0 ! ice-ocean coupling : =0 each nn_fsbc ! =1 stress recomputed each ocean time step ("key_lim3") ! =2 combination of 0 and 1 cases ("key_lim3") ln_dm2dc = .false. ! daily mean to diurnal cycle short wave (qsr) ln_rnf = .true. ! runoffs (T => fill namsbc_rnf) ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) nn_fwb = 0 ! FreshWater Budget: =0 unchecked , ! =1 global mean of e-p-r set to zero at each nn_fsbc time step , ! =2 annual global mean of e-p-r set to zero /