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
The use of uninitialized variables (i.e., `Qsur` and `Qsub`) in the computation of the change of energy
due to heat exchange with the environment and advection is fixed. Currently, it is assumed that those
changes in energy are zero.
Fixes#5332
[BFB]
Here:
E3SM/components/mosart/src/riverroute/MOSART_heat_mod.F90
Line 91 in fb7d271
Qsur
andQsub
are used without being initialized. I'm guessing this routine isn't used in standard configurations.The text was updated successfully, but these errors were encountered: