CEMPD / SMOKE

Create emissions inputs for multiple air quality modeling systems with unmatched speed and flexibility
https://www.cmascenter.org/smoke/
45 stars 21 forks source link

Developing the new recreational RWC SCCs temporal profiles using Gentpro #68

Closed bokhaeng closed 1 year ago

bokhaeng commented 1 year ago

Add a new feature in Gentpro to generate the TPRO (daily and monthly temporal profiles) files for recreational RWC SCCs based on the weekly temporal profile.

bokhaeng commented 1 year ago

To enable this feature of generating the new recreational RWC SCCs temporal profiles (daily and monthly), the following new environment variables needed.

PREFIX_TPRO [default: blank] : Define the prefix for temporal profile IDs

RECREATIONAL_RWC_TPRO_YN [default: N] : Determine whether develop the monthly and day of month temporal profiles or not. Note: TPRO_OUTPUT = “ALL” is not applicable

MONTOSUN_WEEKPROF [default: ‘’] : List the weekly profile values from Monday to Sunday [ex: “1 1 1 1 1 4 4”]

LOW_RWC_TEMP_THRESHOLD [default: 50] : Enter low temperature threshold for recreational RWC

HIGH_RWC_TEMP_THRESHOLD [default: 80] : Enter high temperature threshold for recreational RWC

If RWC_COUNTY_TEMP_YN is set to Y, you must provide the new RWC_COUNTY_TEMP file. This county-level temperature threshold input file) has been updated with an additional new column for a higher temperature threshold value for recreational RWC SCCs. So, there will be three columns (e.g., county, lowTemp, highTemp) in the RWC_COUNTY_TEMP input file.

MONTOSUN_WEEKPROF is required for the RECREATIONAL_RWC_TPRO_YN is set to Y.

bokhaeng commented 1 year ago

Checked the finalized code of Gentpro into the GitHub