Skip to content

Commit

Permalink
Add comments for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
apchoiCMD committed Sep 23, 2024
1 parent 5025cec commit 9383f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/obsproc/IcecAbi2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ namespace gdasapp {
float IcecScaleFactor;
ncFile.getVar("IceConc").getAtt("scale_factor").getValues(&IcecScaleFactor);

// TODO: Think how we will be acle to use Temp later
// Get Ice_Temp obs values
std::vector<uint16_t> IcecTempObsVal(iodaVars.location_);
ncFile.getVar("Temp").getVar(IcecTempObsVal.data()); // Kelvin
Expand Down
1 change: 1 addition & 0 deletions utils/obsproc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ namespace gdasapp {
};
} // namespace iodavars

// TODO: To move below as a private method to the iceabi2ioda class
namespace utils {

// Calculate latitude and longitude from GOES ABI fixed grid projection data
Expand Down
1 change: 1 addition & 0 deletions utils/test/prepdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# called for test_gdasapp_util_prepdata, and by
# test/soca/gw/setup_obsproc.sh for test_gdasapp_soca_setup_obsproc

# TODO: It need to point toe experimental obs instead of prepdata.sh
# Get the machine hostname
MACHINE_NAME=$(hostname)

Expand Down

0 comments on commit 9383f4f

Please sign in to comment.