diff --git a/README.md b/README.md index c0c6556..80f42e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In general for every line in one of the files we assume a new Management Unit, a ### 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. Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 -. + ........................EXAMPLE: 30 @@ -44,8 +44,11 @@ So they have the following Internal IDs ......................... 0 + 1 + 2 + 3 ......................... @@ -139,6 +142,7 @@ If borders aren't a factor is your data just put use 0s in place of real border ##years_init.txt ### This file sets up the relation between Prescriptions and the years where those Prescriptions have Harvest actions. + ### 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 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 ------------------------ -#Step 2: Criteria Files +# Step 2: Criteria Files 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. -- libgit2 0.21.2