namelist.nemo.forcing_era5.sh 1.9 KB

12345678910111213141516171819
  1. cat << EOF
  2. sn_wndi = 'u10' , 3 , 'u10' , .true. , ${is_climatology} , 'yearly' , 'weight_bicubic_512x256-ORCA${nem_res_hor}.nc' , 'Uwnd'
  3. sn_wndj = 'v10' , 3 , 'v10' , .true. , ${is_climatology} , 'yearly' , 'weight_bicubic_512x256-ORCA${nem_res_hor}.nc' , 'Vwnd'
  4. sn_qsr = 'qsw' , 3 , 'qsw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
  5. sn_qlw = 'qlw' , 3 , 'qlw' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
  6. sn_tair = 't10' , 3 , 't10' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
  7. sn_humi = 'q10' , 3 , 'q10' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
  8. sn_prec = 'precip' , 3 , 'precip' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.nc' , ''
  9. sn_snow = 'snow' , 3 , 'snow' , .true. , ${is_climatology} , 'yearly' , 'weight_bilinear_512x256-ORCA${nem_res_hor}.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. ! in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
  19. EOF