!----------------------------------------------------------------------- &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' , 24. , 'sst' , .false. , .false. , 'yearly' sn_sss = 'sss_data' , -1. , 'sss' , .true. , .true. , 'yearly' ! 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] /