Closed Elchin closed 9 years ago
This is close! There are only two changes that need to be made:
group
key for the input parameters that take scalar, time series, grid, or grid sequence inputs. Using this format allows a user to upload a file. See the parameters file for the Meteorology component for an example.assign_parameter_type_and_value
in the pre-stage.py hook. One more tiny change: remove the Mac .DS_Store
file.
This looks good so far. A few points:
git pull
before you start committing changes (and periodically as you're working on a project). This syncs your repo with the upstream repo. It tends to help avoid conflicts when multiple people are committing changes to a repo.
I changed the parameter.json and hooks/pre-stage.py so that '.cfg' fills correctly.