NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
12 stars 11 forks source link

Use of `CachingCommX` in `driver` review #73

Open fmalatino opened 5 months ago

fmalatino commented 5 months ago

Currently driver has dependencies on CachingCommX methods from ndsl. This needs review such that they can be initialized, but not configured by the driver

FlorianDeconinck commented 5 months ago

Specifically the CachingCommXConfig are held by the driver and probably should be lowered to ndsl.

Same reasoning might apply to a lot of the configs in the driver and as part of this task a full review should be conducted