guess.ins 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. !///////////////////////////////////////////////////////////////////////////////////////
  2. !// ecev3 guess.ins - adapted from global crop benchmark guess.ins
  3. import "global.ins"
  4. import "crop_n.ins"
  5. !///////////////////////////////////////////////////////////////////////////////////////
  6. ! ecev3 - Import landcover and land use (e.g. LUH2) files
  7. param "file_gridlist" (str "ece_gridlist.txt")
  8. import "landuse.ins"
  9. !///////////////////////////////////////////////////////////////////////////////////////
  10. ! Output files
  11. file_aiso "aiso.out"
  12. file_amon "amon.out"
  13. file_miso "miso.out"
  14. file_mmon "mmon.out"
  15. !///////////////////////////////////////////////////////////////////////////////////////
  16. !// RUN PARAMETERS AND OPTIONS
  17. ! ecev3 - overrides ifbvoc 0 in global.ins
  18. ifbvoc 1
  19. ! ecev3 - set to 1
  20. ifintercropgrass 1 ! Whether to grow grass as cover crop between growing periods
  21. !///////////////////////////////////////////////////////////////////////////////////////
  22. !// ecev3 - Parameters and options specific to LPJ-GUESS coupled to EC-Earth
  23. ! N deposition (blank string to use constant pre-industrial level of 2 kgN/ha/year)
  24. ! NB! not used in EC-Earth coupling
  25. !param "file_ndep" (str "c:/ndep/GlobalNitrogenDeposition.bin")
  26. param "file_ndep" (str "") ! NB! MUST be cru_ncep version of this file
  27. ! CMIP6 N deposition - replaces file_ndep
  28. !param "ndep_cmip6_dir" (str "D:/DATA/J/MODELDATA/ndep/cmip6/") ! Windows PC
  29. param "ndep_cmip6_dir" (str "../ndep/")
  30. ! Whether to use soil water content and soil temperature sent from IFS (1), or use GUESS' own
  31. ! hydrology (driven by precipitation) and analytic soil temperature (0).
  32. param "useifssoilmoist" (num 0)
  33. param "useifssoiltemp" (num 1)
  34. ! Determine which RCP to use
  35. ! 0 - historical only (i.e. use file_co2 below)
  36. ! 1 - use ghg_rcp3PD.txt
  37. ! 2 - use ghg_rcp45.txt
  38. ! 3 - use ghg_rcp60.txt
  39. ! 4 - use ghg_rcp85.txt
  40. param "nrcp" (num 0)
  41. ! State file name and directory
  42. ! For saving and reading .bin files.
  43. !state_path "./"
  44. param "state_path" (str "..") ! directory containing the .bin state files
  45. param "state_name" (str "lpjg") ! state filenames
  46. param "restart" (num 1) ! ! 1: restart from .bin files. 0: start from bare ground
  47. ! Paths to IFS spinup data - MUST have trailing "/" (linux/unix systems) or "\" (Windows)
  48. ! NSC ECE 3p1:
  49. !param "ifs_spinup_dir" (str "/nobackup/rossby15/sm_paumi/ecev3/processed/daily/")
  50. ! NSC ECE 3p2 AMIP output:
  51. !param "ifs_spinup_dir" (str "/nobackup/rossby18/sm_wyser/ecearth3-amip/processed/daily/")
  52. ! Fast AMIP output:
  53. !param "ifs_spinup_dir" (str "/nobackup/rossby20/sm_paumi/amipspinupforcing/")
  54. ! lsm runscript: ifs_spinup_forcing must be linked in the runtime script
  55. param "ifs_spinup_dir" (str "../ifs_spinup_forcing/")
  56. ! Paul Miller's PC:
  57. !param "ifs_spinup_dir" (str "D:\DATA\J\EC-Earth\Version3p1_output\se21\daily\") ! Older set
  58. !param "ifs_spinup_dir" (str "D:\DATA\J\EC-Earth\Version3p2_output\AMIP\")
  59. ! N deposition (default is pre-industrial level of 2 kgN/ha/year)
  60. param "ndep" (num 2)
  61. ! Print Lon/Lat with extra precision. Default is 1
  62. coordinates_precision 6