Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Oct 31, 2023
1 parent 235380b commit 028ee63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/soca/gdas_socahybridweights.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace gdasapp {

// Recompute weights
for (auto & field : gaussIncrFs) {
std::cout << "---------- Field name: " << field.name() << std::endl;
oops::Log::info() << "---------- Field name: " << field.name() << std::endl;
auto view = atlas::array::make_view<double, 2>(field);
for (int jnode = 0; jnode < field.shape(0); ++jnode) {
atlas::PointLonLat p1(lons[jnode], lats[jnode]);
Expand Down Expand Up @@ -107,7 +107,7 @@ namespace gdasapp {
soca::Increment socaOcnHW(geom, socaOcnVars, dt);
socaOcnHW.ones();

// Apply localized gaussians to the weights
/// Apply localized gaussians to the weights
eckit::LocalConfiguration localWeightsConfigs(fullConfig, "weights.ocean local weights");
std::vector<eckit::LocalConfiguration> localWeightsList =
localWeightsConfigs.getSubConfigurations();
Expand Down

0 comments on commit 028ee63

Please sign in to comment.