ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Fix physics storage bug #349

Closed elynnwu closed 2 years ago

elynnwu commented 2 years ago

Purpose

Physics state phii and tendency variables need to be reset to zero in between steps. These variables are first used as read before writing, so they need to be reset back to zero.

Code changes:

Checklist

Before submitting this PR, please make sure: