Skip to content

Commit

Permalink
Update defaults for location of data store on siwenna
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jun 27, 2018
1 parent 6a10975 commit d7b3242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bmi/benchmark_ingest_tool/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ilamb_root:
'Path to the ILAMB benchmark data and model output repository (ILAMB_ROOT)'
value:
type: string
default: /nas/data/ilamb
default: /home/csdms/ilamb

dest_dir:
description:
Expand All @@ -18,14 +18,14 @@ link_dir:
linked (optional)
value:
type: string
default: ''
default: 'DATA-by-project'

study_name:
description:
Name of modeling project or study; e.g., CMIP5 (optional)
value:
type: string
default: ''
default: 'PBS'

ingest_files:
description:
Expand Down
6 changes: 3 additions & 3 deletions .bmi/model_ingest_tool/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ilamb_root:
'Path to the ILAMB benchmark data and model output repository (ILAMB_ROOT)'
value:
type: string
default: /nas/data/ilamb
default: /home/csdms/ilamb

dest_dir:
description:
Expand All @@ -18,14 +18,14 @@ link_dir:
(optional)
value:
type: string
default: ''
default: 'MODELS-by-project'

study_name:
description:
Name of modeling project or study; e.g., CMIP5 (optional)
value:
type: string
default: ''
default: 'PBS'

ingest_files:
description:
Expand Down

0 comments on commit d7b3242

Please sign in to comment.