WRF-GC v3.0.1 (August 2025)'s fast_jx_mod.F90 crashes when reading Cloud-J v8 format FJX_spec.dat, with error: "At line 2055 of file fast_jx_mod.F90, Fortran runtime error: Bad value during integer read". Root cause: Line 2055 uses format format(10x,5i5)to read integers NQRD and NWWW, but the only available FJX_spec.dat (from CLOUD_J/v2025-01) is Cloud-J v8 "NEW FMT" format, where line 2 is "NEW FMT: Jshort(a6)|Jlong(a16)" string instead of integers. Questions: 1) What is the correct version/source of FJX_spec.dat compatible with WRF-GC v3.0.1? 2) Our HPC cannot access geoschemdata.wustl.edu server, can the correct FastJ_201204/ data be provided via alternative mirror or GitHub release attachment?
WRF-GC v3.0.1 (August 2025)'s fast_jx_mod.F90 crashes when reading Cloud-J v8 format FJX_spec.dat, with error: "At line 2055 of file fast_jx_mod.F90, Fortran runtime error: Bad value during integer read". Root cause: Line 2055 uses format format(10x,5i5)to read integers NQRD and NWWW, but the only available FJX_spec.dat (from CLOUD_J/v2025-01) is Cloud-J v8 "NEW FMT" format, where line 2 is "NEW FMT: Jshort(a6)|Jlong(a16)" string instead of integers. Questions: 1) What is the correct version/source of FJX_spec.dat compatible with WRF-GC v3.0.1? 2) Our HPC cannot access geoschemdata.wustl.edu server, can the correct FastJ_201204/ data be provided via alternative mirror or GitHub release attachment?