ImperialCollegeLondon / wsi

WSIMOD is a software for simulating water quality and quantity
https://imperialcollegelondon.github.io/wsi/
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Parameter set change on the DAFNI platform #53

Open liuly12 opened 10 months ago

liuly12 commented 10 months ago

To test the acceptibility of input data in .csv.gz format on the DAFNI platform, I've revised and uploaded both the setting.ymal and timeseries_data.csv.gz to the Data section on the platform. image The revisions are listed here: (1) timeseries_data.csv.gz - I double the 'precipitation' data to make it different from the original timseseries_data.csv, to validate that the DAFNI platform is using the data I expect. (2) settings.yaml - I revise the data file names in the yaml file from .csv to .csv.gz. The rest stays the same with the original yaml file.

I then try to use the WSIMOD workflow created by Diego and reset the parameters from default into the newly uploaded yaml and csv.gz image

Two issues happen when I continue: (1) permission denied when I try to 'upload the parameter set' image (2) then I just 'excute workflow with parameter set'. It runs but the results I get is based on the default quickstart_demo parameter setting. If they use the new parameter set I specify, the resultant values in flows.csv (output) should be doubled.

I then created my own workflow and tested it. Everything works as expected and the results are doubled when I switch the parameter set.

dalonsoa commented 10 months ago

Ok, so what exactly are you trying to do - edit the existing default parameter set or add a new parameter set with the "Create" button in the workflow page?

Screenshot from 2024-01-10 12-25-54

liuly12 commented 10 months ago

Yes! This is what I attempted to do.