Skip to content

Commit

Permalink
Update DAFNI model file
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Dec 1, 2023
1 parent 2d07f3e commit f65f610
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions model_file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.secure.dafni.rl.ac.uk/docs/how-to/how-to-write-a-model-definition-file
#
kind: M
api_version: v1beta2
api_version: v1beta3

metadata:
display_name: WSIMOD
Expand All @@ -24,6 +24,10 @@ metadata:
water flux and water quality information between each other, and self-contained
representations of the key parts of the water cycle (rivers, reservoirs, urban and
rural hydrological catchments, treatment plants, and pipe networks).
contact_point_email: [email protected]
contact_point_name: Diego Alonso Álvarez
source_code: https://github.com/ImperialCollegeLondon/wsi
licence: https://raw.githubusercontent.com/ImperialCollegeLondon/wsi/main/LICENSE

spec:
inputs:
Expand All @@ -40,12 +44,14 @@ spec:
- name: Settings file
description: Settings file setting up a WSIMOD simulation.
path: inputs/
default:
- 8cea5a04-ac8c-42c7-b742-3864436efef2
required: true

- name: Additional Data Files
description: >
These are files, required by the WSIMOD simulation and that contain the input
data. The filenames should be the same as those indicated in the WSIMOD
settings file.
settings file. It can be empty if no data files are required.
path: inputs/
required: False

0 comments on commit f65f610

Please sign in to comment.