cat << EOF sn_wndi = 'u10' , 3 , 'u10' , .true. , ${is_climatology} , 'yearly' , 'weight_bicubic_512x256-ORCA${nem_res_hor}.nc' , 'Uwnd' sn_wndj = 'v10' , 3 , 'v10' , .true. , ${is_climatology} , 'yearly' , 'weight_bicubic_512x256-ORCA${nem_res_hor}.nc' , 'Vwnd' sn_qsr = 'qsw' , 24 , 'radsw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' sn_qlw = 'qlw' , 24 , 'radlw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' sn_tair = 't2' , 3 , 't2' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' sn_humi = 'q2' , 3 , 'q2' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' sn_prec = 'precip' , 24, 'precip' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' sn_snow = 'snow' , 24, 'snow' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , '' ! 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