Skip to content

Commit

Permalink
update 07.06.24-03
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-lormi committed Jun 7, 2024
1 parent 4b8e336 commit fb36305
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/tests/interpolation/test_interpolation_binning.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ CASE("rigridding from high to low resolution; grid type: CS-LFR") {


const auto scheme = util::Config("type", "binning") |
util::Config("ancillary_scheme", option::type("cubedsphere-bilinear")) |
util::Config("grid_type", "CS-LFR");
util::Config("ancillary_scheme", option::type("cubedsphere-bilinear"));

Interpolation regrid_high2low(scheme, csfs_s, csfs_t);

Expand Down Expand Up @@ -180,8 +179,7 @@ CASE("rigridding from high to low resolution; grid type: O") {


const auto scheme = util::Config("type", "binning") |
util::Config("ancillary_scheme", option::type("structured-bilinear")) |
util::Config("grid_type", "O");
util::Config("ancillary_scheme", option::type("structured-bilinear"));

Interpolation regrid_high2low(scheme, ncfs_s, ncfs_t);

Expand Down

0 comments on commit fb36305

Please sign in to comment.