Skip to content

Commit

Permalink
Omit GOES V4 Full Disc dataset from downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaulgilman committed Dec 5, 2024
1 parent d086b2e commit 76eda4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nsrdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ void NSRDBDialog::GetResources()
#endif
// skip some datasets
if ((name.Lower() != "spectral-india-tmy") // not compatible with SAM
&& (name.Lower() != "full-disc") // only covers a few years and is similar to GOES V4 from solar modeling perspective
&& (name.Lower() != "full-disc") // only covers a few years and is similar to PSM V3 from solar modeling perspective
&& (name.Lower() != "nsrdb-goes-full-disc-v4-0-0") // similar to GOES V4 from solar modeling perspective
&& (name.Lower() != "philippines") // basic solar resource data only tamb, dhi, dni, ghi, wind (not enough data for CSP or PV thermal models)
&& (name.Lower() != "vietnam")) // // basic solar resource data only tamb, dhi, dni, ghi, wind (not enough data for CSP or PV thermal models)
{
Expand Down

0 comments on commit 76eda4f

Please sign in to comment.