!----------------------------------------------------------------------- &namsbc_core ! namsbc_core CORE bulk formulea !----------------------------------------------------------------------- ! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'yearly' or ! ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! sn_wndi = 'u10' , 24. , 'U_10_MOD' , .false. , 1 , 0 , '' , '' sn_wndj = 'v10' , 24. , 'V_10_MOD' , .false. , 1 , 0 , '' , '' sn_qsr = 'rad' , 24. , 'SWDN_MOD' , .false. , 1 , 0 , '' , '' sn_qlw = 'rad' , 24. , 'LWDN_MOD' , .false. , 1 , 0 , '' , '' sn_tair = 't10' , 24. , 'T_10_MOD' , .false. , 1 , 0 , '' , '' sn_humi = 'q10' , 24. , 'Q_10_MOD' , .false. , 1 , 0 , '' , '' sn_prec = 'precip' , -12. , 'RAIN' , .false. , 1 , 0 , '' , '' sn_snow = 'precip' , -12. , 'SNOW' , .false. , 1 , 0 , '' , '' ! cn_dir = './' ! root directory for the location of the bulk files ln_2m = .false. ! air temperature and humidity referenced at 2m (T) instead 10m (F) alpha_precip= 1. ! multiplicative factor for precipitation (total & snow) /