diff --git a/models/wrf/readme.rst b/models/wrf/readme.rst index 0e36421e6..04fc4267b 100644 --- a/models/wrf/readme.rst +++ b/models/wrf/readme.rst @@ -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. `__ + that will impact the forecast when updated. - polar, periodic_x diff --git a/models/wrf/tutorial/README.rst b/models/wrf/tutorial/README.rst index 4a0bd6c4e..6e3a7be73 100644 --- a/models/wrf/tutorial/README.rst +++ b/models/wrf/tutorial/README.rst @@ -26,9 +26,7 @@ either WRF or DART. `DART issue #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. `__ + ``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.