Skip to content

Commit

Permalink
Add diagnostics to TJ2016 test schemes (ESCOMP#170)
Browse files Browse the repository at this point in the history
Originator(s): peverwhee

Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue
number):
Add state and tend diagnostics schemes to the test TJ2016 schemes so
that the tests will create history files. Also fix the tendency units
for wind variables.

Describe any changes made to the namelist: none

List all files eliminated and why: none

List all files added and what they do: none

List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
M   test/test_schemes/suite_tj2016_sfc_pbl_hs.xml
M   test/test_schemes/suite_tj2016_precip.xml
- Add state and tend diagnostic schemes

M   schemes/tj2016/tj2016_sfc_pbl_hs.meta
- fix wind tendency units

List any test failures: none

Is this a science-changing update? New physics package, algorithm
change, tuning changes, etc? no.
  • Loading branch information
peverwhee authored Dec 5, 2024
1 parent d46bb55 commit 0ecfcc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/NamesNotInDictionary.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#######################
Date/time of when script was run:
2024-12-02 10:21:31.914990
2024-12-04 09:38:58.707515
#######################

Non-dictionary standard names found in the following metadata files:
Expand Down
4 changes: 2 additions & 2 deletions schemes/tj2016/tj2016_sfc_pbl_hs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
intent = in
[ dudt ]
standard_name = tendency_of_eastward_wind
units = m s-1
units = m s-2
type = real | kind = kind_phys
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = out
Expand All @@ -181,7 +181,7 @@
intent = in
[ dvdt ]
standard_name = tendency_of_northward_wind
units = m s-1
units = m s-2
type = real | kind = kind_phys
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = out
Expand Down
2 changes: 2 additions & 0 deletions test/test_suites/suite_tj2016_precip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<scheme>tj2016_precip</scheme>
<scheme>apply_heating_rate</scheme>
<scheme>qneg</scheme>
<scheme>sima_state_diagnostics</scheme>
<scheme>sima_tend_diagnostics</scheme>
</group>
</suite>

2 changes: 2 additions & 0 deletions test/test_suites/suite_tj2016_sfc_pbl_hs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<scheme>apply_tendency_of_eastward_wind</scheme>
<scheme>apply_tendency_of_northward_wind</scheme>
<scheme>qneg</scheme>
<scheme>sima_state_diagnostics</scheme>
<scheme>sima_tend_diagnostics</scheme>
</group>
</suite>

0 comments on commit 0ecfcc1

Please sign in to comment.