USEPA / AMET

Code base for the U.S. EPA’s Atmospheric Model Evaluation Tool (AMET)
https://www.epa.gov/CMAQ/atmospheric-model-evaluation-tool
21 stars 22 forks source link

Bug fix for certain cases of native profile plotting over time period #176

Closed coastwx closed 7 months ago

coastwx commented 7 months ago

Added logic for case where analysis mode for UA is not specified. This is a key AMETGUI fix.

if(wrapperrunid[1] == "UA" & is.na(wrapperrunid[2]) ) { wrapperrunid[2] <- "NP" }