Skip to content

Commit

Permalink
more coding norms
Browse files Browse the repository at this point in the history
  • Loading branch information
andytangborn committed Jul 8, 2024
1 parent 28b74d1 commit 6cd06f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/chem/chem_diagb.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,12 @@ namespace gdasapp {
// std = diagb_weight*diagb_std + (1-diagb_weight)*Climat_std
double diagb_weight;
fullConfig.get("diagb_weight", diagb_weight);

// Initialize and read the climatological background error standard deviation field
oops::Log::info() << "====================== read climat bkg error std dev" << std::endl;
fv3jedi::Increment ClimBkgErrorStdDev(geom, chemVars, cycleDate);
ClimBkgErrorStdDev.zero();
const eckit::LocalConfiguration ClimBkgErrorStdDevConfig(fullConfig,
"Climate background error stddev");
const eckit::LocalConfiguration ClimBkgErrorStdDevConfig(fullConfig,
"Climate background error stddev");
ClimBkgErrorStdDev.read(ClimBkgErrorStdDevConfig);
atlas::FieldSet ClimBkgErrorStdDevFs;
ClimBkgErrorStdDev.toFieldSet(ClimBkgErrorStdDevFs);
Expand Down

0 comments on commit 6cd06f6

Please sign in to comment.