Commit 72632b9
authored
CCPP framework only allows standard names as dimension indices (ESCOMP#264)
Originator(s): peverwhee
Description (include issue title and the keyword ['closes', 'fixes',
'resolves'] and issue number):
With the new CCPP-framework updates, we can no longer use integer
dimension indices (like 1:horizontal_loop_extent).
This PR removes a couple of those.
List all namelist files that were added or changed: N/A
List all files eliminated and why: N/A
List all files added and what they do: N/A
List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
M schemes/sima_diagnostics/zm_diagnostics.meta
M schemes/sima_diagnostics/zm_evap_tendency_diagnostics.meta
- remove "1:" in metadata dimensions
List all automated tests that failed, as well as an explanation for why
they weren't fixed: N/A
Is this an answer-changing PR? If so, is it a new physics package,
algorithm change, tuning change, etc? No.
If yes to the above question, describe how this code was validated with
the new/modified features:1 parent 4971625 commit 72632b9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments