Skip to content
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

A problem when running the MPAS-JEDI case with the recent variable name changes #226

Open
HuiLiu-NOAA opened this issue Nov 18, 2024 · 2 comments

Comments

@HuiLiu-NOAA
Copy link
Collaborator

I cloned the latest RDAS with the recent variable name changes. I also updated the geovals.yaml and obsop_name_map.yaml accordingly. When I ran the 3D-enVar case at 2022052700 case and got an error:

0: OOPS_TRACE[0] Variational Assimilation Type=3D-Var
0: OOPS_TRACE[0] CostFactory::create found cost function type
0: OOPS_TRACE[0] Geometry::Geometry starting
0: OOPS_TRACE[0] ========= Geometry::Geometry step 1 ==========
0: ==> create geom
0: Abort(437918234) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 437918234) - process 0

Any idea about this error or anyone have successfully run the case?

The full error log is in /scratch1/NCEPDEV/fv3-cam/Hui.Liu/testmpas/log.ttt

@SamuelDegelia-NOAA
Copy link
Contributor

Hui, I tried copying your run directory and running mpas-jedi with ttt.yaml and found the following error:

ERROR: No stream matching static exists in call to MPAS_stream_mgr_set_property().
ERROR: ********************************************************************************
ERROR:  Error: Stream 'static' was not defined in the Registry.xml file as
ERROR:         an immutable stream. Immutable streams may only be defined in the Registry.xml
ERROR:         file for a core.
ERROR: ********************************************************************************
CRITICAL ERROR: xml stream parser failed: ./streams.atmosphere_15km
Logging complete.  Closing file at 2024/11/18 16:32:24

It looks like the immutable stream static changed names to invariant in a recent update to MPAS in RDASApp. So your streams.atmosphere_15km needs to be modified for that purpose. After doing that, I got an error in VEGPARM.TBL which also has been updated with a new version of MPAS. Replacing that with the latest version in RDASApp gets me further and I now get an error related to the SfcCorrected obs operator.

I think it might be easier to run your tests using the new MPAS-JEDI case in RDASApp instead of the older case you are trying to run with. You can try running in RDASApp/expr/mpas_2024052700, where all of the input files should already be updated for the latest versions of MPAS and MPAS-JEDI.

@HuiLiu-NOAA
Copy link
Collaborator Author

Thanks @SamuelDegelia-NOAA for the help!
I will try the new setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants