Skip to content
Snippets Groups Projects
Commit 6ec01a46 authored by jw82usig's avatar jw82usig
Browse files

Merge branch 'marco/rm-duplicate-params' into 'master'

Remove duplicated data files from test folder

Closes #118

See merge request persefone/persefone-model!5
parents fdcdf8e3 07aea1b6
No related branches found
No related tags found
No related merge requests found
File deleted
File deleted
...@@ -21,11 +21,11 @@ startdate = 2022-02-01 ...@@ -21,11 +21,11 @@ startdate = 2022-02-01
enddate = 2022-03-31 enddate = 2022-03-31
[world] [world]
mapdirectory = "." # the directory in which all geographic data are stored mapdirectory = "data/regions/jena/" # the directory in which all geographic data are stored
mapresolution = 10 # map resolution in meters mapresolution = 10 # map resolution in meters
landcovermap = "landcover_jena.tif" # location of the landcover map landcovermap = "landcover.tif" # location of the landcover map
farmfieldsmap = "fields_jena.tif" # location of the field geometry map farmfieldsmap = "fields.tif" # location of the field geometry map
weatherfile = "weather_jena.csv" # location of the weather data file weatherfile = "weather.csv" # location of the weather data file
[farm] [farm]
farmmodel = "BasicFarmer" # which version of the farm model to use farmmodel = "BasicFarmer" # which version of the farm model to use
......
...@@ -21,11 +21,11 @@ startdate = 2022-02-01 ...@@ -21,11 +21,11 @@ startdate = 2022-02-01
enddate = 2022-03-31 enddate = 2022-03-31
[world] [world]
mapdirectory = "." # the directory in which all geographic data are stored mapdirectory = "data/regions/jena/" # the directory in which all geographic data are stored
mapresolution = 10 # map resolution in meters mapresolution = 10 # map resolution in meters
landcovermap = "landcover_jena.tif" # location of the landcover map landcovermap = "landcover.tif" # location of the landcover map
farmfieldsmap = "fields_jena.tif" # location of the field geometry map farmfieldsmap = "fields.tif" # location of the field geometry map
weatherfile = "weather_jena.csv" # location of the weather data file weatherfile = "weather.csv" # location of the weather data file
[farm] [farm]
farmmodel = "BasicFarmer" # which version of the farm model to use farmmodel = "BasicFarmer" # which version of the farm model to use
......
...@@ -21,11 +21,11 @@ startdate = 2022-02-01 ...@@ -21,11 +21,11 @@ startdate = 2022-02-01
enddate = 2022-03-31 enddate = 2022-03-31
[world] [world]
mapdirectory = "." # the directory in which all geographic data are stored mapdirectory = "data/regions/jena/" # the directory in which all geographic data are stored
mapresolution = 10 # map resolution in meters mapresolution = 10 # map resolution in meters
landcovermap = "landcover_jena.tif" # location of the landcover map landcovermap = "landcover.tif" # location of the landcover map
farmfieldsmap = "fields_jena.tif" # location of the field geometry map farmfieldsmap = "fields.tif" # location of the field geometry map
weatherfile = "weather_jena.csv" # location of the weather data file weatherfile = "weather.csv" # location of the weather data file
[farm] [farm]
farmmodel = "BasicFarmer" # which version of the farm model to use farmmodel = "BasicFarmer" # which version of the farm model to use
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment