crop_n.ins 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. !///////////////////////////////////////////////////////////////////////////////////////
  2. !// NITROGEN-LIMITED CROP ADDITIONS TO LPJ-GUESS INSTRUCTION SCRIPT
  3. !// Mats Lindeskog, Stefan Olin 2015-10-14
  4. !// Peter Anthoni, 2016-05-19 updated for LUH2 crop type mapping, removed standard crop stands/pfts
  5. !// Peter Anthoni, 2017-01-24 added LUH2 irrigated crop types
  6. !///////////////////////////////////////////////////////////////////////////////////////
  7. import "crop.ins"
  8. !///////////////////////////////////////////////////////////////////////////////////////
  9. !// RUN PARAMETERS AND OPTIONS
  10. !
  11. ifnlim 1
  12. !///////////////////////////////////////////////////////////////////////////////////////
  13. !// PARAMETERS FOR STAND TYPES
  14. !// LUH2 c3ann: C3 annual crop type
  15. st "CC3ann" (
  16. crop_stand
  17. stinclude 1
  18. pft "CC3ann"
  19. intercrop "NOINTERCROP"
  20. )
  21. !// LUH2 c3per: C3 perennial crop type with inter crop grass enabled
  22. st "CC3per" (
  23. crop_stand
  24. stinclude 1
  25. pft "CC3per"
  26. intercrop "NATURALGRASS"
  27. )
  28. !// LUH2 c3nfx: C3 nitrogen fixers type
  29. st "CC3nfx" (
  30. crop_stand
  31. stinclude 1
  32. pft "CC3nfx"
  33. intercrop "NOINTERCROP"
  34. )
  35. !// LUH2 c4ann: C4 annual crop type
  36. st "CC4ann" (
  37. crop_stand
  38. stinclude 1
  39. pft "CC4ann"
  40. intercrop "NOINTERCROP"
  41. )
  42. !// LUH2 c4per: C4 perennial crop type with inter crop grass enabled
  43. st "CC4per" (
  44. crop_stand
  45. stinclude 1
  46. pft "CC4per"
  47. intercrop "NATURALGRASS"
  48. )
  49. !// LUH2 irrigated crop types,
  50. !// Note: LUH2 irrigated has the exact same irrigated fraction within each of the 5 crop types.
  51. !// LUH2 c3ann: C3 annual crop type irrigated
  52. st "CC3anni" (
  53. crop_stand
  54. stinclude 1
  55. pft "CC3anni"
  56. intercrop "NOINTERCROP"
  57. hydrology "irrigated"
  58. )
  59. !// LUH2 c3per: C3 perennial crop type with inter crop grass enabled irrigated
  60. st "CC3peri" (
  61. crop_stand
  62. stinclude 1
  63. pft "CC3peri"
  64. intercrop "NATURALGRASS"
  65. hydrology "irrigated"
  66. )
  67. !// LUH2 c3nfx: C3 nitrogen fixers type irrigated
  68. st "CC3nfxi" (
  69. crop_stand
  70. stinclude 1
  71. pft "CC3nfxi"
  72. intercrop "NOINTERCROP"
  73. hydrology "irrigated"
  74. )
  75. !// LUH2 c4ann: C4 annual crop type irrigated
  76. st "CC4anni" (
  77. crop_stand
  78. stinclude 1
  79. pft "CC4anni"
  80. intercrop "NOINTERCROP"
  81. hydrology "irrigated"
  82. )
  83. !// LUH2 c4per: C4 perennial crop type with inter crop grass enabled irrigated
  84. st "CC4peri" (
  85. crop_stand
  86. stinclude 1
  87. pft "CC4peri"
  88. intercrop "NATURALGRASS"
  89. hydrology "irrigated"
  90. )
  91. !///////////////////////////////////////////////////////////////////////////////////////
  92. !// PARAMETERS FOR PFTS
  93. !// Run GUESS with -help option for list of keywords and their meanings
  94. group "TeW_nlim" (
  95. TeW
  96. sla 35
  97. cton_leaf_min 15.0
  98. T_vn_min -1.3 !-1.3 - -1
  99. T_vn_opt 4.9 !2 - 4.9
  100. T_vn_max 15.7!15 - 15.7
  101. T_veg_min 0.0 !
  102. T_veg_opt 24.0 !
  103. T_veg_max 35.0 !
  104. T_rep_min 8.0 !0 - 8
  105. T_rep_opt 29.0 !
  106. T_rep_max 40.0 !
  107. !photoperiod, critical omega short-day-plant
  108. photo 9.5 0.34 0.0
  109. photo 9.5 0.34 0.0
  110. dev_rate_veg 0.03
  111. dev_rate_rep 0.042 !0.04545
  112. fertdates 110 202
  113. )
  114. group "TeWW" (
  115. TeW_nlim
  116. a1 0.53
  117. b1 0.0 !0.06
  118. c1 7.63
  119. d1 0.55
  120. a2 0.8 !0.88
  121. b2 0.2 !0.09
  122. c2 13.99
  123. d2 0.55 !0.65
  124. a3 0.00
  125. b3 1.00
  126. c3 8.32
  127. d3 1.15
  128. ifsdautumn 1
  129. forceautumnsowing 0
  130. fertrate 0.09 0.11
  131. N_appfert 0.025
  132. )
  133. group "TeSW" (
  134. TeW_nlim
  135. a1 0.62
  136. b1 -0.02 !0.06
  137. c1 5.8
  138. d1 0.55
  139. a2 0.86 !0.88
  140. b2 0.19 !0.09
  141. c2 28.65
  142. d2 0.55 !0.65
  143. a3 0.00
  144. b3 1.00
  145. c3 8.27
  146. d3 1.1
  147. ifsdautumn 0
  148. forceautumnsowing 2
  149. fertrate 0.09 0.49
  150. N_appfert 0.0250
  151. )
  152. group "TeCo_nlim" (
  153. TeCo
  154. sla 45.0
  155. cton_leaf_min 15.0
  156. a1 0.24
  157. b1 1.22
  158. c1 18.10
  159. d1 1.12
  160. a2 0.68
  161. b2 -0.06
  162. c2 12.45
  163. d2 0.81
  164. a3 0.00
  165. b3 1.00
  166. c3 28.52
  167. d3 1.03
  168. T_vn_min 0
  169. T_vn_opt 0
  170. T_vn_max 0
  171. T_veg_min 10.0 !
  172. T_veg_opt 28.0 !
  173. T_veg_max 47.0 !
  174. T_rep_min 10.0 !
  175. T_rep_opt 28.0 !
  176. T_rep_max 47.0 !
  177. dev_rate_veg 0.0265
  178. dev_rate_rep 0.017
  179. !photoperiod, critical omega short-day-plant
  180. photo 12.0 0.02619 1.0
  181. fertrate 0.4 0.5
  182. fertdates 0 30
  183. N_appfert 0.005
  184. )
  185. !//LUH2 C3 annual is mapped to our winter wheat (no inter crop grass)
  186. pft "CC3ann" (
  187. TeWW
  188. )
  189. !//LUH2 C3 perennial is mapped to our summer wheat with inter crop grasses enabled
  190. pft "CC3per" (
  191. TeSW
  192. )
  193. !//LUH2 C3 nitrogen fixers is mapped to our summer wheat (no inter crop grass)
  194. pft "CC3nfx" (
  195. TeSW
  196. )
  197. !//LUH2 C4 annual is mapped to our corn (no inter crop grass)
  198. pft "CC4ann" (
  199. TeCo_nlim
  200. )
  201. !//LUH2 C4 perennial is mapped to our corn with inter crop grasses enabled
  202. pft "CC4per" (
  203. TeCo_nlim
  204. )
  205. !//LUH2 irrigated crop PFTs
  206. !//LUH2 C3 annual is mapped to our winter wheat (no inter crop grass)
  207. pft "CC3anni" (
  208. TeWW
  209. )
  210. !//LUH2 C3 perennial is mapped to our summer wheat with inter crop grasses enabled
  211. pft "CC3peri" (
  212. TeSW
  213. )
  214. !//LUH2 C3 nitrogen fixer is mapped to our summer wheat (no inter crop grass)
  215. pft "CC3nfxi" (
  216. TeSW
  217. )
  218. !//LUH2 C4 annual is mapped to our corn (no inter crop grass)
  219. pft "CC4anni" (
  220. TeCo_nlim
  221. )
  222. !//LUH2 C4 perennial is mapped to our corn with inter crop grasses enabled
  223. pft "CC4peri" (
  224. TeCo_nlim
  225. )
  226. pft "CC3G_ic" (
  227. C3G
  228. landcover "cropland"
  229. laimax 4
  230. isintercropgrass 1
  231. harv_eff 0.0
  232. harv_eff_ic 0.0
  233. res_outtake 0.0 ! not used by crop grass
  234. leaflong 1 ! as in crop
  235. )
  236. pft "CC4G_ic" (
  237. C4G
  238. landcover "cropland"
  239. laimax 4
  240. isintercropgrass 1
  241. harv_eff 0.0
  242. harv_eff_ic 0.0
  243. res_outtake 0.0 ! not used by crop grass
  244. leaflong 1 ! as in crop
  245. )