Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial:using_sojourn_time_and_deterministic_transitions [2013/07/23 21:34]
juliana
tutorial:using_sojourn_time_and_deterministic_transitions [2013/07/23 21:43] (current)
juliana
Line 5: Line 5:
  
 [{{ :​tutorial:​advanced_19.jpg |Transition from abandon to forest are deterministically determined solely based on sojourn time.}}] [{{ :​tutorial:​advanced_19.jpg |Transition from abandon to forest are deterministically determined solely based on sojourn time.}}]
 +
 +An additional transition from deforested land to abandon is added to the previous model. Calculate Categorical Map placed at the end of the model is employed to perform this transition. Its rule is the following:
 +
 +**if i1 = 8 and i2 > 20 then 2 else i1**
 +
 +i1 is the landscape map and i2 is the sojourn map (forest is 2, abandon is 8). Note that for simplicity, it’s not possible to clear areas in abandon (transition 8 to 1). This could be added to the model as a new transition. Texeira et al. (2009) provide an example of modeling the landscape dynamics of the Atlantic forest, which includes multistate and transition from forest to various land-use.
 +
 +{{ :​tutorial:​advanced_20.jpg |}}