NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
15 stars 6 forks source link

Identify list of parameters needed from user #63

Closed fossell closed 1 year ago

fossell commented 2 years ago

Describe the Task

Need a list of parameters that scripts expect to get from user.

Time Estimate

1 hour group discussion

Sub-Issues

Consider breaking the task down into sub-issues.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

Task Checklist

fossell commented 2 years ago

Current list of parameters along with lower/upper bounds includes:

  1. start date: Feb 11, 2021 - Current date (? smart enough to determine if data will be available for current cycle)
  2. end date: startdate+384 hours
  3. output frequency: 60min - 384hours
  4. input frequency: 3 hourly (restricted to available data -- user will not select or change this right now)
  5. CPU specs: depends on domain configuration, but needs to be passed to run scripts
  6. config name: along with this name comes a set of parameters that remain static for that configuration. where are these stored/defined? Need them to fill in namelists, or need hard coded nameslist associated with each configuration.