12345678910111213141516171819 |
- 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' , 3 , 'qsw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
- sn_qlw = 'qlw' , 3 , 'qlw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
- sn_tair = 't10' , 3 , 't10' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
- sn_humi = 'q10' , 3 , 'q10' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
- sn_prec = 'precip' , 3 , 'precip' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
- sn_snow = 'snow' , 3 , '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 = 10. ! 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
|