Skip to content

Commit

Permalink
Merge branch 'develop' into feature/NickE_conventional_prepbufr
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Esposito authored and Nicholas Esposito committed Nov 13, 2023
2 parents 9fe52b0 + 2ed00d2 commit fbe39bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parm/atm/obs/config/satwind_goes-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obs space:
obsdatain:
engine:
type: H5File
obsfile: $(DATA)/obs/$(OPREFIX)satwind.abi_goes-16.{{ current_cycle | to_YMDH }}.nc4
obsfile: $(DATA)/obs/$(OPREFIX)satwnd.abi_goes-16.tm00.nc
obsdataout:
engine:
type: H5File
Expand Down
2 changes: 1 addition & 1 deletion parm/atm/obs/config/satwind_goes-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obs space:
obsdatain:
engine:
type: H5File
obsfile: $(DATA)/obs/$(OPREFIX)satwind.abi_goes-17.{{ current_cycle | to_YMDH }}.nc4
obsfile: $(DATA)/obs/$(OPREFIX)satwnd.abi_goes-17.tm00.nc
obsdataout:
engine:
type: H5File
Expand Down
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 fbe39bc

Please sign in to comment.