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

Speed up initialization #294

Closed twicki closed 2 years ago

twicki commented 2 years ago

Purpose

When using run_mode: Run there was a non-insignificant overhead in initializing the dycore from the checks that we do not build. By moving them our initialization time gets significantly faster

Remove the sections below which do not apply.

Code changes:

Checklist

Before submitting this PR, please make sure: