Kitware / resonanthpc

HPC-Enabled Pre- and Post-Processing with Jupyter
https://kitware.github.io/resonanthpc/
Apache License 2.0
6 stars 0 forks source link

Initial CMB workflow files #3

Closed johnkit closed 4 years ago

johnkit commented 4 years ago

Develop initial CMB UI template files and python scripts for generating ATS input files. The results from this task should be sufficient to model the ATS demo01 problem (steady state Richards).

Main results are:

CMB template files

Preceding `` means it is blocking us from moving on*

Python export scripts

Other:

Known limitations

johnkit commented 4 years ago

Pushed cmb-initial-dev branch with some .sbt files to begin modeling ATS simulations. Lots more needed to reconstruct even the simplest example (demo 01).

johnkit commented 4 years ago

Some potentially helpful links:

banesullivan commented 4 years ago

@johnkit - while looking at the baseline file for the Mesh/Domain/Region writer I saw something that I'm not sure about. You currently have three separate sections: mesh, domain, and regions. Is this intentional? I'm thinking there should only be 2 sections: mesh and regions while one of the mesh objects must have the name domain. That's what I am seeing in the demo files - no domain section, just one of the mesh objects is always called domain.

Should I change this?


Answered in https://github.com/Kitware/resonanthpc/pull/18#issuecomment-628630604

banesullivan commented 4 years ago

I think we have finally reached a point where this task can be marked as complete! 🎉

We have working CMB templates/export scripts for ATS Demos 01 through 04 under the dev/cmb/simulation-workflows/ats/internal/tests/test_demos directory. The baseline ATS XML input files included in that directory are what we can generate and they will run in ATS