cat << EOF sn_wndi = 'u10' , 6 , 'uraw' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_wndj = 'v10' , 6 , 'vraw' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_qsr = 'qsw' , 24 , 'qsw' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_qlw = 'qlw' , 24 , 'qlw' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_tair = 't2' , 6 , 't2' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_humi = 'q2' , 6 , 'q2' , .true. , ${is_climatology} , 'yearly' , '' , '' sn_prec = 'precip' , -1 , 'precip', .true. , ${is_climatology} , 'yearly' , '' , '' sn_snow = 'snow' , -1 , 'snow' , .true. , ${is_climatology} , 'yearly' , '' , '' ! cn_dir = './' ! root directory for the location of the bulk files ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data rn_zqt = 2. ! Air temperature and humidity reference height (m) (ln_bulk2z) rn_zu = 10. ! Wind vector reference height (m) (ln_bulk2z) rn_pfac = 1. ! multiplicative factor for precipitation (total & snow) rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.) rn_vfac = 0. ! multiplicative factor for ocean/ice velocity ! in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) EOF