Update obs2ioda executable and enable h5 extension output in ObsToIODA#426
Update obs2ioda executable and enable h5 extension output in ObsToIODA#426ibanos90 wants to merge 3 commits into
Conversation
| self._set('obs2iodaEXE', 'obs2ioda_v3') | ||
| self._set('obs2iodaBuildDir', '/glade/campaign/mmm/parc/ivette/pandac/codeBuild/obs2iodaV3/build/bin') | ||
| self._set('obs2iodaEXE', 'obs2ioda') | ||
| self._set('obs2iodaBuildDir', '/glade/derecho/scratch/jwittig/repos-s/mpas-bundle-cron/build-gnu-2p/bin') |
There was a problem hiding this comment.
The build-gnu-2p directory isn't stable. At any given time it may be overwritten. I think you should use build-gnu-1p_latest which will always point to the most recent completed single precision build. It gets built every weekend. (Note the iodaconv binaries aren't there yet, I can kick off a build today if you wish.)
There was a problem hiding this comment.
Thanks for this suggestion @jim-p-w and for providing a latest build with the ioda-converters!
| self._set('obs2iodaEXE', 'obs2ioda_v3') | ||
| self._set('obs2iodaBuildDir', '/glade/campaign/mmm/parc/ivette/pandac/codeBuild/obs2iodaV3/build/bin') | ||
| self._set('obs2iodaEXE', 'obs2ioda') | ||
| self._set('obs2iodaBuildDir', '/glade/derecho/scratch/jwittig/repos-s/mpas-bundle-cron/build-gnu-1p_26_06_17/bin') |
There was a problem hiding this comment.
I think this should be /glade/derecho/scratch/jwittig/repos-s/mpas-bundle-cron/build-gnu-1p_latest
It is a symlink to the most recent completed single precision build. All of the dated builds, e.g. build-gnu-1p_26_06_17 age off and get deleted from the scratch filesystem automatically. What the latest points to will always be valid.
See line 48 above for an example for the mpas bundle binaries.
Description
This PR updates the
obs2iodaexecutable to use the version fromioda-converterscompiled with the latest nightly mpas-bundle build and incorporates recent changes toObsToIODAfor writing output files with h5 extension. This extension is in alignment with current practices used in scientific experiments.Issue closed
None
Tests completed
Tier 1:
Tier 2: