!----------------------------------------------------------------------- &namsbc_rnf ! runoffs namelist surface boundary condition !----------------------------------------------------------------------- ! ! file name ! frequency (h) ! variable ! time interp. ! clim ! starting ! ! ! ! (if <0 months) ! name ! (logical) ! (0/1) ! record ! sn_rnf = 'runoff_1m_nomask.nc', -12. , 'sorunoff' , .true. , 1 , 0 , '' , '' sn_cnf = 'runoff_1m_nomask.nc', 0. , 'socoefr' , .false. , 1 , 0 , '' , '' sn_s_rnf = 'runoffs' , 24 , 'rosaline' , .true. , .true. , 'yearly', '' , '' sn_t_rnf = 'runoffs' , 24 , 'rotemper' , .true. , .true. , 'yearly', '' , '' sn_dep_rnf = 'runoffs' , 0 , 'rodepth' , .false. , .true. , 'yearly', '' , '' ! cn_dir = './' ! directory in which the model is executed ln_rnf_emp = .false. ! runoffs included into precipitation field (T) or into a file (F) ln_rnf_mouth = .false. ! specific treatment at rivers mouths rn_hrnf = 15.e0 ! depth over which enhanced vertical mixing is used rn_avt_rnf = 1.e-3 ! value of the additional vertical mixing coef. [m2/s] rn_rfact = 1.e0 ! multiplicative factor for runoff ln_rnf_depth = .false. ! read in depth information for runoff ln_rnf_temp = .false. ! read in temperature information for runoff ln_rnf_sal = .false. ! read in salinity information for runoff /