Error reading RRTMG_SW_DATA in 240 km 3DEnVar tutorial

ZIZU296

New member
Hi everyone,

I’m running the MPAS-JEDI 240 km 3DEnVar tutorial and ran into a critical error when the core physics module tries to read the shortwave radiation data:
"ERROR: module_ra_rrtmg_sw: error reading RRTMG_SW_DATA on unit 101, CRITICAL ERROR: MPAS core_physics abort",
and my case directory contains RRTMG_SW_DATA and RRTMG_LW_DATA, both of which are symbolic links to files in the current directory and are not corrupted.
I would like to understand what exactly is causing this error and how to fix it.

(Attached are my log.atmosphere.0000.out and the error file for reference.)
 

Attachments

Hi everyone,

I’m running the MPAS-JEDI 240 km 3DEnVar tutorial and ran into a critical error when the core physics module tries to read the shortwave radiation data:
"ERROR: module_ra_rrtmg_sw: error reading RRTMG_SW_DATA on unit 101, CRITICAL ERROR: MPAS core_physics abort",
and my case directory contains RRTMG_SW_DATA and RRTMG_LW_DATA, both of which are symbolic links to files in the current directory and are not corrupted.
I would like to understand what exactly is causing this error and how to fix it.

(Attached are my log.atmosphere.0000.out and the error file for reference.)
Hi, you can see this,
set the env,
export GFORTRAN_CONVERT_UNIT='big_endian:101-200'
to see if it works.
this env, can be found in the mpas-jedi ctest files, and be found in the tutorial submit scripts.
but if you've set this, then sorry to hear.
 
Back
Top