!----------------------------------------------------------------------- &namsbc_ssr surface boundary condition : sea surface restoring !----------------------------------------------------------------------- cn_dir = './' ! directory in which the model is executed nn_sstr = 0 ! =0/1 add a retroaction term in the surface heat flux nn_sssr = 0 ! =O/1/2 add a damping term in the surface freshwater flux ! (=1, salt flux, concentration/dillution emps only) ! (=2, volume flux, both emp and emps are updated) dqdt = -40. ! magnitude of the retroaction on temperature [W/m2/K] deds = 27.7 ! magnitude of the damping on salinity [mm/day] ! ! THE ORDER OF THE FILES MATTER: ! ! file name ! frequency (hours) ! variable ! time interpolation ! clim ! starting ! ! ! ! (if <0 months) ! name ! (logical) ! (0/1) ! record ! sn_sst = 'sst_data.nc' , 24. , 'sst' , .false. , 0 , 0 sn_sss = 'sss_data.nc' , -12. , 'sss' , .true. , 0 , 0 /