europe_demo.ins 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. !
  2. ! Instruction file with European species to be used with the
  3. ! demonstration I/O module.
  4. !
  5. ! See the file data/env/readme_env.txt for information about the
  6. ! data files.
  7. !
  8. ! Make sure to start LPJ-GUESS with -input demo when using this
  9. ! instruction file.
  10. !
  11. import "europe.ins"
  12. ! The number of years to run the model after spinup.
  13. ! Since the demo I/O module simply repeats the same year's climate
  14. ! over and over we need to specify how many years we wish to run.
  15. nyear 100
  16. !///////////////////////////////////////////////////////////////////////////////////////
  17. ! Forcing Data & gridlists
  18. !
  19. ! Atmospheric CO2 content (ppmv)
  20. ! (used only by guessio.cpp)
  21. param "co2" (num 340)
  22. ! Nitrogen deposition (kg/ha/year)
  23. param "ndep" (num 2)
  24. param "file_gridlist" (str "gridlist.txt")
  25. ! You may need to specify the full pathname (including directory) here
  26. param "file_temp" (str "tmp30_21.grd") ! temperature
  27. param "file_prec" (str "prc30_21.grd") ! precipitation
  28. param "file_sun" (str "clo30_21.grd") ! sunshine
  29. param "file_soil" (str "soils_lpj.dat") ! Path to LPJ soil code file