namelist.nemo.forcing_JRA55_1.4.sh 1.6 KB

123456789101112131415161718
  1. cat << EOF
  2. sn_wndi = 'uas' , 3 , 'uas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bicub.nc' , 'U1'
  3. sn_wndj = 'vas' , 3 , 'vas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bicub.nc' , 'V1'
  4. sn_qsr = 'rsds' , 3 , 'rsds', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  5. sn_qlw = 'rlds' , 3 , 'rlds', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  6. sn_tair = 'tas' , 3 , 'tas', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  7. sn_humi = 'huss' , 3 , 'huss', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  8. sn_prec = 'prra' , 3 , 'prra', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  9. sn_snow = 'prsn' , 3 , 'prsn', .true. , ${is_climatology} , 'yearly' , 'weights_JRA55_ORCA1_bilin.nc' , ''
  10. !
  11. cn_dir = './' ! root directory for the location of the bulk files
  12. ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data
  13. rn_zqt = 10. ! Air temperature and humidity reference height (m) (ln_bulk2z)
  14. rn_zu = 10. ! Wind vector reference height (m) (ln_bulk2z)
  15. rn_pfac = 1. ! multiplicative factor for precipitation (total & snow)
  16. rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.)
  17. rn_vfac = 0. ! multiplicative factor for ocean/ice velocity
  18. EOF