Skip to content

Commit

Permalink
feat: update hazard cwl input example (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Ciaran Sweet <ciaran@developmentseed.org>
  • Loading branch information
ciaransweet authored Aug 29, 2024
1 parent 4cad0b6 commit 5149d4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hazard_workflow_input_example.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
write_xarray_compatible_zarr: false # type 'boolean'
window_years: 0 # type 'int'
threshold_temperature: 0.1 # type 'float'
threshold_list: "[]" # default value of type 'string'.
store: "./indicator" # default value of type 'string'.
source_dataset_kwargs: "{}" # default value of type 'string'.
source_dataset: a_string # type 'string'
source_dataset_kwargs: "{'a-key':'a-value','another-key':'another-value'}" # type: string
scenario_list: a_string # type 'string'
inventory_format: "osc" # default value of type 'string'.
indicator: "days_tas_above_indicator" # default value of type 'string'.
gcm_list: a_string # type 'string'
dask_cluster_kwargs: "{'n_workers': 1, 'threads_per_worker': 1}" # default value of type 'string'.
central_year_list: a_string # type 'string'
central_year_historical: 0 # type 'int'
ceda_ftp_username: a_string # type 'string'
Expand Down

0 comments on commit 5149d4f

Please sign in to comment.