europe_cf.ins 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. !
  2. ! Instruction file with European species to be used with the
  3. ! CF I/O module.
  4. !
  5. ! Make sure to start LPJ-GUESS with -input cf when using this
  6. ! instruction file.
  7. !
  8. import "europe.ins"
  9. !///////////////////////////////////////////////////////////////////////////////////////
  10. ! Forcing Data & gridlists
  11. !
  12. param "file_gridlist_cf" (str "gridlist.txt")
  13. param "file_co2" (str "c:/co2/co2_1901-2006.txt")
  14. param "file_cru" (str "c:/cru/cru_1901_2006.bin")
  15. param "file_cru_misc" (str "c:/cru/cru_1901_2006misc.bin")
  16. ! N deposition (blank string to use constant pre-industrial level of 2 kgN/ha/year)
  17. param "file_ndep" (str "c:/ndep/GlobalNitrogenDeposition.bin")
  18. param "file_temp" (str "c:/nc/temp.nc")
  19. param "variable_temp" (str "temp")
  20. param "file_prec" (str "c:/nc/prec.nc")
  21. param "variable_prec" (str "prec")
  22. param "file_insol" (str "c:/nc/insol.nc")
  23. param "variable_insol" (str "insol")
  24. ! Wet days can only be used with monthly precipitation
  25. param "file_wetdays" (str "c:/nc/wetdays.nc")
  26. param "variable_wetdays" (str "wetdays")
  27. ! Min/max temp is required for BVOC,
  28. ! if BVOC is switched off these can be set to ""
  29. param "file_min_temp" (str "c:/nc/min_temp.nc")
  30. param "variable_min_temp" (str "min_temp")
  31. param "file_max_temp" (str "c:/nc/max_temp.nc")
  32. param "variable_max_temp" (str "max_temp")