Skip to content

Commit

Permalink
norms
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jan 15, 2025
1 parent cfb239a commit e303dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions utils/soca/gdas_incr_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <iostream>
#include <string>
#include <vector>

#include "eckit/config/LocalConfiguration.h"

Expand Down
4 changes: 3 additions & 1 deletion utils/soca/gdas_postprocincr.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <iostream>
#include <string>
#include <vector>

#include "eckit/config/LocalConfiguration.h"

Expand Down Expand Up @@ -220,7 +221,8 @@ class PostProcIncr {
// -----------------------------------------------------------------------------
// Save increment

int save(soca::Increment& socaIncr, int ensMem = 1, const std::vector<std::string>& domains = {"ocn", "ice"}) {
int save(soca::Increment& socaIncr, int ensMem = 1,
const std::vector<std::string>& domains = {"ocn", "ice"}) {
oops::Log::info() << "==========================================" << std::endl;
oops::Log::info() << "-------------------- save increment: " << std::endl;
oops::Log::info() << socaIncr << std::endl;
Expand Down

0 comments on commit e303dec

Please sign in to comment.