Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off the grid cell subsetting #14

Closed
bokhaeng opened this issue Jan 4, 2018 · 1 comment
Closed

Turning off the grid cell subsetting #14

bokhaeng opened this issue Jan 4, 2018 · 1 comment

Comments

@bokhaeng
Copy link
Collaborator

bokhaeng commented Jan 4, 2018

Turning off the grid cell subsetting for 4 km run groups when working with a nonCONUS 9 km or 3 km domain. The tool should not try to split a 3 km grid cell into nine 4 km sources

@cseppan
Copy link
Member

cseppan commented Jan 25, 2018

Commit 8b787eb adds environment variables to configure grid cell subsetting for the np_oilgas sector.

USE_GRID_CELL_SUBSETTING_YN: set to N to turn off grid cell subsetting, default is enabled
OUTER_GRID_CELL_SIZE: size of the outer grid cells as an integer (e.g. 9, 12), default is 12
INNER_GRID_CELL_SIZE: size of the inner grid cells as an integer (e.g. 3, 4), default is 4

If grid cell subsetting is turned on, the OUTER_GRID_CELL_SIZE must be a multiple of the INNER_GRID_CELL_SIZE.

@cseppan cseppan closed this as completed Jan 25, 2018
AERMOD Scripts Updates automation moved this from To Do to Done Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants