NOAA-GFDL / NDSL

NOAA NASA Domain Specific Language middleware layer
6 stars 8 forks source link

Allow pressure coeff to be read from ak & bk data #34

Closed FlorianDeconinck closed 4 months ago

FlorianDeconinck commented 5 months ago

Description In order to facilitate integration with existing model, we allow the pressure coefficients AK/BK to be read from data. We keep the same checks and give precedence to the data to keep backward compatibility.

How Has This Been Tested? Tested on GEOS integration. No unit test present but default behavior did not change.

Checklist:

FlorianDeconinck commented 4 months ago

PR died because of mpi4py build failing on the setup side of things, will investigate.