You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither of these files set or provide defaults for npx_rescale and npy_rescale.
Correcting item 1 is easy. It's not clear to me what is the correct way to fix 2. Should npx_rescale and npy_rescale be added to both config.aeroanlgenb and parm/aero/jcb-base.yaml.j2
A test in which npx_rescale and npy_rescale was added to both files was not sufficient for gdas_aeroanlgenb to successfully run to completion. Executable gdasapp_chem_diagb.x aborted with
0: cubic_grid domain decomposition
0: whalo = 3, ehalo = 3, shalo = 3, nhalo = 3
0: X-AXIS = 24 24 24 24
0: Y-AXIS = 24 24 24 24
33: fv3jedi_io_fms_mod.read_restart_fields: file .//
64: fv3jedi_io_fms_mod.read_restart_fields: file .//
36: fv3jedi_io_fms_mod.read_restart_fields: file .//
39: fv3jedi_io_fms_mod.read_restart_fields: file .//
71: fv3jedi_io_fms_mod.read_restart_fields: file .//
91: fv3jedi_io_fms_mod.read_restart_fields: file .//
64: Abort(1) on node 64 (rank 64 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 64
47: fv3jedi_io_fms_mod.read_restart_fields: file .//
71: Abort(1) on node 71 (rank 71 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 71
52: fv3jedi_io_fms_mod.read_restart_fields: file .//
Open this issue to report this problem and document its resolution.
The text was updated successfully, but these errors were encountered:
Tagging @andytangborn and @CoryMartin-NOAA for awareness. I'm guessing the failure is related to GDASApp PR #1339. Are additional changes needed to GDASApp, jcb-gdas, and/or g-w?
g-w CI C96C48_hybatmaerosnowDA job gdas_aeroanlgenb failed for 20211220 12Z with the error message
This error is due to two factors
nxp
should benpx
inparm/aero/berror/aero_diagb.yaml.j2
npx_rescale
nornpy_rescale
are setA check of g-w
parm/config/gfs/config.aeroanlgenb
findsA check of GDASApp
parm/aero/jcb-base.yaml.j2
findsNeither of these files set or provide defaults for
npx_rescale
andnpy_rescale
.Correcting item 1 is easy. It's not clear to me what is the correct way to fix 2. Should
npx_rescale
andnpy_rescale
be added to bothconfig.aeroanlgenb
andparm/aero/jcb-base.yaml.j2
A test in which
npx_rescale
andnpy_rescale
was added to both files was not sufficient for gdas_aeroanlgenb to successfully run to completion. Executablegdasapp_chem_diagb.x
aborted withOpen this issue to report this problem and document its resolution.
The text was updated successfully, but these errors were encountered: