Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/THM_variable_doc' into THM_var…
Browse files Browse the repository at this point in the history
…iable_doc
  • Loading branch information
braczka committed Oct 22, 2024
2 parents 95fbd1a + 75b25ce commit 92dac72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions models/wrf/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ For example:

It is mandatory to include ``THM`` instead of ``T`` as the ``TYPE_T`` WRF
temperature variable. This is because ``THM`` is the prognostic temperature variable
that will impact the forecast when updated. Also, including ``T`` can give
boundscheck errors as described in `issue #728. <https://github.com/NCAR/DART/issues/728>`__
that will impact the forecast when updated.


- polar, periodic_x
Expand Down
4 changes: 1 addition & 3 deletions models/wrf/tutorial/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ either WRF or DART.
`DART issue #661 <https://github.com/NCAR/DART/issues/661>`__. The current implementation
of the code sets ``T=THM`` because within &dynamics section of ``namelist.input``
``use_theta_m=0``. For this reason, It is mandatory to include ``THM`` instead of
``T`` as the ``TYPE_T`` within the wrf_state_variables namelist. Furthermore, including
``T`` in the namelist can lead to errors in the WRF model_mod bounds check as
described in `Issue #728. <https://github.com/NCAR/DART/issues/728>`__
``T`` as the ``TYPE_T`` within the wrf_state_variables namelist.
Earlier version of WRF (v3.9) may run without errors with more recent versions of
DART (later than 11.4.0), but the assimilation performance will be deprecated.
Expand Down

0 comments on commit 92dac72

Please sign in to comment.