Skip to content

Commit

Permalink
Removing external evapotranspiration input and resolving model order …
Browse files Browse the repository at this point in the history
…for vr_run on example data
  • Loading branch information
davidorme committed Dec 7, 2023
1 parent 395c3d3 commit 24f20bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions virtual_rainforest/example_data/dummy_total_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ var_name = "mean_annual_temperature"
# [[core.data.variable]]
# file = "plants_dummy.nc"
# var_name = "leaf_area_index"
[[core.data.variable]]
file = "plants_dummy.nc"
var_name = "evapotranspiration"
# [[core.data.variable]]
# file = "plants_dummy.nc"
# var_name = "evapotranspiration"
# [[core.data.variable]]
# file = "plants_dummy.nc"
# var_name = "layer_leaf_mass"
Expand Down
6 changes: 4 additions & 2 deletions virtual_rainforest/example_data/vr_run.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ max_height = 1.0
pft_name = "broadleaf"
max_height = 50.0

[hydrology]
[hydrology.depends]
update = ['plants', 'abiotic_simple']
[abiotic_simple]
[animals]
[litter]
[litter.depends]
update = ['hydrology', 'abiotic_simple']
[soil.depends]
init = ['hydrology', 'abiotic_simple']
update = ['hydrology', 'abiotic_simple']

0 comments on commit 24f20bf

Please sign in to comment.