MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
238 stars 317 forks source link

v8.2.0 crashes with null pointer for nifa_p with DEBUG=true #1209

Open theweathermanda opened 2 months ago

theweathermanda commented 2 months ago

I'm running v8.2.0 compiled on Derecho as follows: make nvhpc CORE=atmosphere AUTOCLEAN=true PRECISION=single DEBUG=true OPENACC=true >& compile.log

With DEBUG=true, I receive the following error at runtime: 0: Null pointer for nifa_p (mpas_atmphys_driver_pbl.F: 904)

which is associated with call mynn_bl_driver, wherein nifa is declared an optional argument.

mgduda commented 1 month ago

I think PR #1215 may address this issue.