csdms / component_metadata

Metadata for CSDMS model components
0 stars 3 forks source link

working snow_degree_day setup #37

Closed Elchin closed 9 years ago

Elchin commented 9 years ago

I changed the parameter.json and hooks/pre-stage.py so that '.cfg' fills correctly.

mdpiper commented 9 years ago

This is close! There are only two changes that need to be made:

  1. Please modify parameters.json to use the 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.
  2. Uncomment the call to assign_parameter_type_and_value in the pre-stage.py hook.
mcflugen commented 9 years ago

One more tiny change: remove the Mac .DS_Store file.

mdpiper commented 9 years ago

This looks good so far. A few points: