123456789101112131415161718 |
- cat << EOF
- sn_wndi = 'uas' , 3 , 'uas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bicub.nc' , 'U1'
- sn_wndj = 'vas' , 3 , 'vas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bicub.nc' , 'V1'
- sn_qsr = 'rsds' , 3 , 'rsds', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
- sn_qlw = 'rlds' , 3 , 'rlds', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
- sn_tair = 'tas' , 3 , 'tas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
- sn_humi = 'huss' , 3 , 'huss', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
- sn_prec = 'prra' , 3 , 'prra', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
- sn_snow = 'prsn' , 3 , 'prsn', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.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
- EOF
|