I tried running my own simple test run of hofx for GNSS RO Bending Angle but failed and need some advice on what went wrong! Please help
Here are the details of my setup which follows that of the online tutorial linked here except using my own inputs and model geometry.
1) environment
running on a HPC server but using the following container supplied by JCSDA: jedi-gnu-openmpi-dev_latest.sif
2) inputs
a) some GFS FV3 output files that where lying around from an experiment run by the NCEP guys on our server
b) an ioda format GNSS RO file that I created myself using the ioda converters (see my other post about compiling that). This file seems perfectly fine to me and has data within it that fell within the DA window
3) error message
a) It complains about the ioda data file, specifically the geoid_height_above_reference_ellipsoid@MetaData variable. However I can dump that variable and it has quite reasonable numbers in it.
GnssroBndNBAM vars: 1 variables: bending_angle
Exception: Reason: An exception occurred inside ioda while opening a variable.
name: geoid_height_above_reference_ellipsoid@MetaData
source_column: 0
source_filename: /cw3e/mead/projects/cwp106/projects/hiaper/mjmurphy/modeling/jedi/src/fv3-bundle/ioda/src/engines/ioda/src/ioda/Has_Variables.cpp
source_function: virtual ioda::Variable ioda::detail::Has_Variables_Base::open(const string&) const
source_line: 107
b) I’m not sure these matter as they are warnings
WARNING: There was an error initializing an OpenFabrics device.
Local host: comet-14-57
Local device: mlx4_0
--------------------------------------------------------------------------
--------------------------------------------------------------------------
WARNING: Could not generate an xpmem segment id for this process'
address space.
The vader shared memory BTL will fall back on another single-copy
mechanism if one is available. This may result in lower performance.
Local host: comet-14-57
Error code: 2 (No such file or directory)
I appreciate any help you can provide,
mjm