Commit 96b7ca4
authored
bug fix for TEMPO and aer_opt=3 combination (#2302)
This PR fixes a crash when TEMPO is run in combination with aer_opt=3
TYPE: bug fix
KEYWORDS: TEMPO, aer_opt=3
SOURCE: Joseph Olson (NOAA-GSL)
DESCRIPTION OF CHANGES:
Problem:
Model crashes because two arrays are left unallocated
Solution:
1. Include taod5503d and taod5502d in the tempo_aerosolaware package
2. Add a safety check in module_check_a_mundo.F to guard against
misconfigurations
LIST OF MODIFIED FILES: list of changed files (use `git diff
--name-status develop` to get formatted list)
M Registry/Registry.EM_COMMON
M share/module_check_a_mundo.F
TESTS CONDUCTED:
1. Do mods fix problem? Yes. Testing in single case study.
2. Are the Jenkins tests all passing?1 parent 3fd1ed7 commit 96b7ca4
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3109 | 3109 | | |
3110 | 3110 | | |
3111 | 3111 | | |
3112 | | - | |
| 3112 | + | |
3113 | 3113 | | |
3114 | 3114 | | |
3115 | 3115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2559 | 2559 | | |
2560 | 2560 | | |
2561 | 2561 | | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
2562 | 2574 | | |
2563 | 2575 | | |
2564 | 2576 | | |
| |||
0 commit comments