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
This merge corrects several issues in the MPAS-Atmosphere model, specifically:
* Fix an OpenMP error in the deallocation of an array (rthdynten) when neither
the Grell-Freitas nor the Tiedtke/nTiedtke cumulus schemes are used.
* Fix a compilation issue due to a missing include path for the physics_mmm
directory when certain Fortran compilers are used.
* Fix an issue in reading real-valued global attributes from input files with
SMIOL when the input file is of a different precision than the compiled
precision of MPAS.
* Fix a memory leak for the recloud_p, reice_p, and resnow_p arrays in the
deallocate_microphysics routine.
* Correct the units and description for the rt_diabatic_tend, pv_vertex,
pv_edge, and pv_cell variables in the atmosphere core's Registry.xml file.
0 commit comments