!----------------------------------------------------------------------- &namsbc_ssr ! surface boundary condition : sea surface restoring !----------------------------------------------------------------------- ! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'yearly' or ! ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! sn_sst = 'sst_data.nc' , 24. , 'sst' , .false. , 0 , 0 sn_sss = 'sss_data.nc' , -12. , 'sss' , .true. , 0 , 0 ! cn_dir = './' ! root directory for the location of the runoff files nn_sstr = 0 ! add a retroaction term in the surface heat flux (=1) or not (=0) nn_sssr = 1 ! add a damping term in the surface freshwater flux (=1) or not (=0) dqdt = -40. ! magnitude of the retroaction on temperature [W/m2/K] deds = -27.7 ! magnitude of the damping on salinity [mm/day/psu] /