JCSDA-internal / soca

Sea-ice Ocean Coupled Assimilation
Apache License 2.0
12 stars 4 forks source link

prepare to switch from custom interp code (soca_remap_idw) to generic atlas interp #1033

Closed travissluka closed 5 months ago

travissluka commented 5 months ago

part of my inevitable march toward soca using more generic and atlas-ified C++ code, and less Fortran

The main part of this PR is

In support of the above:

[!WARNING] @Dooruk , @guillaumevernieres the rossrad.dat file has been converted into a netCDF file. This will require anyone running gridgen to have their yaml point to the nc file, not the dat file, this should be the only end-user change

build-group=https://github.com/JCSDA-internal/coupling/pull/43

Dooruk commented 5 months ago

Thanks for the heads up!

travissluka commented 5 months ago

note: the integration tests pass with https://github.com/JCSDA-internal/coupling/pull/43