Commit 1fc80a16442b8eb9ffb9c9cdda38e607b9e38766

Authored by Eduardo Eloy
1 parent d4f96e84
Exists in Standardized

readme

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
@@ -26,7 +26,7 @@ In general for every line in one of the files we assume a new Management Unit, a @@ -26,7 +26,7 @@ In general for every line in one of the files we assume a new Management Unit, a
26 ### This file serves to indicate how many Management Units exist in the forest, so each line should have a number to serve as an External identifier of each MU. There should be as many lines as there are MUs in the forest. 26 ### This file serves to indicate how many Management Units exist in the forest, so each line should have a number to serve as an External identifier of each MU. There should be as many lines as there are MUs in the forest.
27 27
28 Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 28 Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0
29 -. 29 +
30 ........................EXAMPLE: 30 ........................EXAMPLE:
31 31
32 30 32 30
@@ -44,8 +44,11 @@ So they have the following Internal IDs @@ -44,8 +44,11 @@ So they have the following Internal IDs
44 ......................... 44 .........................
45 45
46 0 46 0
  47 +
47 1 48 1
  49 +
48 2 50 2
  51 +
49 3 52 3
50 53
51 ......................... 54 .........................
@@ -139,6 +142,7 @@ If borders aren't a factor is your data just put use 0s in place of real border @@ -139,6 +142,7 @@ If borders aren't a factor is your data just put use 0s in place of real border
139 142
140 ##years_init.txt 143 ##years_init.txt
141 ### This file sets up the relation between Prescriptions and the years where those Prescriptions have Harvest actions. 144 ### This file sets up the relation between Prescriptions and the years where those Prescriptions have Harvest actions.
  145 +
142 ### Each line lists the years where the corresponding Prescription has Harvest actions separated by commas, if the MU has more than one Prescription then a "/" is followed by the next Prescription's harvest years. If a Prescription has no years of Harvest there should be a -1 146 ### Each line lists the years where the corresponding Prescription has Harvest actions separated by commas, if the MU has more than one Prescription then a "/" is followed by the next Prescription's harvest years. If a Prescription has no years of Harvest there should be a -1
143 147
144 Before listing the years the line should have the Internal ID of the MU followed by a "|" 148 Before listing the years the line should have the Internal ID of the MU followed by a "|"
@@ -155,7 +159,7 @@ Before listing the years the line should have the Internal ID of the MU followed @@ -155,7 +159,7 @@ Before listing the years the line should have the Internal ID of the MU followed
155 159
156 ------------------------ 160 ------------------------
157 161
158 -#Step 2: Criteria Files 162 +# Step 2: Criteria Files
159 163
160 There can be a maximum of 10 optimizable criteria in the program represented by these files, these files are crit_file0-10.txt and their format is the same. 164 There can be a maximum of 10 optimizable criteria in the program represented by these files, these files are crit_file0-10.txt and their format is the same.
161 165