Skip to content

Commit

Permalink
Adds defaults for data and settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Dec 1, 2023
1 parent ff55fed commit 115e2f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions model_file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ spec:

dataslots:
- name: Settings file
description: >
Settings file setting up a WSIMOD simulation. Providing a settings file is
required.
description: Settings file setting up a WSIMOD simulation.
path: inputs/
required: false
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. It can be empty if no data files are required.
path: inputs/
default:
- 599816bb-4487-406e-b765-996b64462ba6
required: False

0 comments on commit 115e2f8

Please sign in to comment.