namelist.nemo-runoff-default.sh 1.3 KB

123456789101112131415161718
  1. cat << EOF
  2. sn_rnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', -1 , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , ''
  3. sn_cnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', 0 , 'socoeff' , .false. , .true. , 'yearly' , '' , '' , ''
  4. sn_dep_rnf = 'runoff_depth' , 0 , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , ''
  5. !
  6. cn_dir = './' ! root directory for the location of the runoff files
  7. ln_rnf_mouth = .false. ! specific treatment at rivers mouths
  8. rn_hrnf = 0. ! depth over which enhanced vertical mixing is used
  9. rn_avt_rnf = 0. ! value of the additional vertical mixing coef. [m2/s]
  10. rn_rfact = 1.e0 ! multiplicative factor for runoff
  11. ln_rnf_depth = .true. ! read in depth information for runoff
  12. ln_rnf_tem = .false. ! read in temperature information for runoff
  13. ln_rnf_sal = .false. ! read in salinity information for runoff
  14. ln_rnf_depth_ini = .false.! compute depth at initialisation from runoff file
  15. rn_rnf_max = 0.0065 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
  16. rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
  17. nn_rnf_depth_file = 0 ! create (=1) a runoff depth file or not (=0)
  18. EOF