Fix bug preventing CMAQ from running using SAPRC mechanisms #226
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contact:
Chris Nolte US EPA
Type of code change:
Bug fix
Description of changes:
CMAQ currently crashes when using any of the SAPRC07 mechanisms. A recent update specified that nitryl chloride (CLNO2) should be written to the DRYDEP and WETDEP1 files. However, in the GC namelist files for the SAPRC mechanisms, CLNO2 does not have a dry deposition velocity and does not undergo dry deposition. The fix is to specify that CLNO2 does undergo dry deposition.
Summary of Impact:
This fix resolves the inconsistency and allows the model to run with SAPRC mechanisms. Since this fix involves only the input namelist files, it is not necessary to recompile the model.
Tests Conducted
Model was run using 2010_4CALIF1 mechanism using all 3 SAPRC mechanisms. (See internal PR1197).