Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ghrsst-more-options
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Nov 13, 2023
2 parents 5c8526f + 2ed00d2 commit fcc1397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/obsproc/Smap2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace gdasapp {
public:
explicit Smap2Ioda(const eckit::Configuration & fullConfig, const eckit::mpi::Comm & comm)
: NetCDFToIodaConverter(fullConfig, comm) {
variable_ = "Salinity";
variable_ = "seaSurfaceSalinity";
}

// Read netcdf file and populate iodaVars
Expand Down
2 changes: 1 addition & 1 deletion utils/obsproc/Smos2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace gdasapp {
public:
explicit Smos2Ioda(const eckit::Configuration & fullConfig, const eckit::mpi::Comm & comm)
: NetCDFToIodaConverter(fullConfig, comm) {
variable_ = "Salinity";
variable_ = "seaSurfaceSalinity";
}

// Read netcdf file and populate iodaVars
Expand Down

0 comments on commit fcc1397

Please sign in to comment.