NCAR / wrfcloud

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

Select namelist parameters on UI to create namelists on demand #64

Closed fossell closed 1 year ago

fossell commented 2 years ago

Describe the New Feature

This represents the larger vision of having the user able to select their own domain parameters via the UI. Issue #111 will handle running geogrid and uploading to S3. This issue should handle enhancing the UI to select these parameters, passing them through the api to the runtime module to create the namelist on the fly and run geogrid.

Information needed from the user for the namelist.wps should be limited to:

  1. max_dom
  2. parent_id
  3. parent_grid_ratio
  4. i_parent_start
  5. j_parent_start
  6. e_we
  7. e_sn
  8. geog_data_res
  9. dx
  10. dy
  11. map_proj
  12. ref_lat
  13. ref_lon
  14. truelat1
  15. truelat2
  16. stand_lon

Acceptance Testing

List input data types and sources. Describe tests required for new functionality.

Time Estimate

3 days

Sub-Issues

Consider breaking the new feature down into sub-issues.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

New Feature Checklist

fossell commented 1 year ago

Related to #111 and #112

fossell commented 1 year ago

The scope of this issue is closed with #112. New issue #144 will involve interactive GUI.