Fixes bugs in tracer_advection_std#587
Conversation
Currently there are calls in tracer_advection_std to scratch pool arrays that have been removed from registry. This commit makes std advection functional again.
|
@mark-petersen this PR is needed to get tracer_advection_std functional again. Right now it dies on the first timestep due to a memory access bug. This should fix this. I wanted to post this as it may be useful or further advection testing. |
|
also tagging @jamilgafur as this might be good to test in your horizontal advection test. Merge this in and set |
|
@vanroekel thanks for posting. @mattdturner removed all the scratch |
mark-petersen
left a comment
There was a problem hiding this comment.
I'll go ahead and merge this so it works now. This section will be revised when we merge #457.
fixed bad array sizes in local ocean arrays MPAS-Dev/MPAS-Model#598 Remove RediKappa from gm package MPAS-Dev/MPAS-Model#602 Fixes bugs in tracer_advection_std MPAS-Dev/MPAS-Model#587
…3634) Update mpas-source: three ocean bug fixes This PR brings in a new mpas-source submodule with changes only to the ocean core. It fixes three small bugs that do not impact any current E3SM test configurations: * fixes bad array sizes in local ocean arrays (MPAS-Dev/MPAS-Model#598) * removes RediKappa from gm package (MPAS-Dev/MPAS-Model#602) * fixes bugs in tracer_advection_std (MPAS-Dev/MPAS-Model#587) [BFB]
Update mpas-source: three ocean bug fixes This PR brings in a new mpas-source submodule with changes only to the ocean core. It fixes three small bugs that do not impact any current E3SM test configurations: * fixes bad array sizes in local ocean arrays (MPAS-Dev/MPAS-Model#598) * removes RediKappa from gm package (MPAS-Dev/MPAS-Model#602) * fixes bugs in tracer_advection_std (MPAS-Dev/MPAS-Model#587) [BFB]
…ocean/develop Fixes bugs in tracer_advection_std MPAS-Dev#587 Currently there are calls in tracer_advection_std to scratch pool arrays that have been removed from registry. This commit makes std advection functional again.
Currently there are calls in tracer_advection_std to scratch pool arrays
that have been removed from registry. This commit makes std advection
functional again.