Skip to content

Commit

Permalink
address comments - remove the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
apchoiCMD committed Jan 4, 2024
1 parent 2b39de1 commit 4bf3d68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/obsproc/Ghrsst2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ namespace gdasapp {
fullConfig_.get("bounds.min", sstMin);
float sstMax;
fullConfig_.get("bounds.max", sstMax);
if ( sstUnits == "C" ) {
sstMin += 0.0;
sstMax += 0.0;
}

// Open the NetCDF file in read-only mode
netCDF::NcFile ncFile(fileName, netCDF::NcFile::read);
Expand Down

0 comments on commit 4bf3d68

Please sign in to comment.