-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
are there unit test we can run after installing, can unit testing better support UFS? #292
Comments
I do not believe there are any beyond a GEOS run itself. I'll ping @tclune as maybe he's had thoughts about what could possibly be done in GOCART in re pFUnit or other tests. GOCART2G can be built by itself and our CI still does this, though for us it's sort of a byproduct of the days we were converting from GOCART1 to GOCART2 (and thus wanted a way to build just GOCART). That said, if the CMake install step works, it must have installed correctly. I suppose finding MAPL and ESMF, one could parse the CMake output:
though that is with the MAPL-from-mepo. I'm not sure what CMake spits out for MAPL-from-Spack |
@amdasilva has in the past mentioned some standalone tests for GOCART. I have not seen them, nor do I know how documented they are. If Arlindo is to be believed they are "in the repository" but may have been left behind on the CVS to Git transition. I will try to ask Arlindo about them tomorrow. |
When @bena-nasa returns from vacation (~Oct 21) He might be able to rig up something with our ExtData driver that would exercise MAPL + ESMF + GOCART. |
Currently we are having issues with GOCART and MAPL. (See NOAA-EMC/WCOSS2-requests#5). We would like to add tests to GOCART which try to catch the problem we are having. @lipan @DusanJovic-NOAA @junwang-noaa Can we run your tests after we install? |
We are installing GOCART as part of the UFS.
There is some problem between GOCART, MAPL, and ESMF versions which is giving our code the heebee-jeebees.
Are there GOCART unit tests we can run to confirm that we installed correctly, and that GOCART is finding and correctly using MAPL and ESMF?
The text was updated successfully, but these errors were encountered: