-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel-definition.yml
39 lines (36 loc) · 1.15 KB
/
model-definition.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
kind: Model
api_version: v1beta1
metadata:
display_name: HBV-UK
name: hbv-uk
summary: HBV-UK is a conceptual spatially-distributed hydrological model.
source_code: https://github.com/OpenCLIM/hbv-dafni
publisher: Tyndall Centre, University of East Anglia
description: >
HBV-UK is a model for water flow in river catchments.
HBV-UK is a daily, conceptual and spatially-distributed hydrological model set up at a 1x1km spatial resolution.
spec:
inputs:
dataslots:
- name: HBV-UK input files
description: HBV-UK input files
path: inputs/zip
required: false
parameters:
- name: TITLE
title: Title
type: string
description: The title given to the output dataset in the generated metadata file.
default: HBV-UK output
required: false
outputs:
datasets:
- name: outputs
type: folder
description:
HBV output files.
- name: outputs/metadata.json
type: JSON
description:
NID metadata for outputs.
This file can be used for creating datasets on DAFNI using the title specified as an input parameter.