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

Microphysics savepoint test passes on standard case #313

Closed elynnwu closed 2 years ago

elynnwu commented 2 years ago

Purpose

land is a 2D input into microphysics which affects ccn. Previously, we assign land as a temporary storage to all zeros since we only test on the idealized baroclinic test case. This PR adds it to be an input into MicrophysicState, and as a result we can test standard case microphysics savepoint.

Code changes:

Checklist

Before submitting this PR, please make sure:

elynnwu commented 2 years ago

launch jenkins