asgs icon indicating copy to clipboard operation
asgs copied to clipboard

"new ASGS configuration" wizard for common scenarios

Open wwlwpd opened this issue 5 years ago • 1 comments

Script would use a configuration template, and ask for the following pieces of information:

  1. mesh to use (present numerical options, 1 through N) (possibly use a YAML mesh database that would eventually replace config/mesh_defaults.sh)
  2. operator "name"
  3. platform (auto detect default answer)
  4. instance name (provide default based on above answers)
  5. allocation name
  6. QOS level (and value)
  7. PPN (present reasonable default)
  8. num procs per run (present reasonable default)
  9. max total number of procs in use
  10. forcing (BACKGROUNDMET or TROPICALCYCLONE)
  11. forecast cycles (00, 06, 12, 18) if BACKGROUNDMET is selected
  12. storm number (if TROPICALCYCLONE)
  13. storm year (TROPICALCYCLONE)
  14. cold or hot start
  15. cold start date (if cold start)
  16. where to look for hot start files (if hot start)
  17. notification distribution list

Not sure how to automate selection of run scenerios in a simple script, but we may be able to determine a reasonable starting set that can be modified manually.

Other features:

  1. presents confirmation before writing (looks reasonable? check)
  2. saves as file name derived from instance name
  3. automatically runs define config $filename and save profile
  4. suggests to operator that they commit the config file to master and push

wwlwpd avatar Aug 06 '20 04:08 wwlwpd

@wwlwpd I think you've implemented this as an SPA, is that right?

jasonfleming avatar Nov 14 '24 19:11 jasonfleming

https://tools.adcirc.live/spa/models/ASGS/configure

wwlwpd avatar Aug 14 '25 05:08 wwlwpd