<p><b>laura@ucar.edu</b> 2013-03-01 10:28:18 -0700 (Fri, 01 Mar 2013)</p><p>Added the input i option for the static fields VAR2D,CON,OA1,OA2,OA3,OA4,OL1,OL2,OL3, and OL4 for the parameterization of wave drag over orography from WRFV3.4.1.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-03-01 15:45:06 UTC (rev 2529)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-03-01 17:28:18 UTC (rev 2530)
@@ -539,22 +539,25 @@
 % dtaux3d    : gravity wave drag over orography u-stress                                    (m s-1)
 % dtauy3d    : gravity wave drag over orography v-stress                                    (m s-1)
 
-var persistent real    var2d    ( nCells                    ) 0  ro var2d          sfc_input    - -
-var persistent real    con      ( nCells                    ) 0  ro con            sfc_input    - -
-var persistent real    oa1      ( nCells                    ) 0  ro oa1            sfc_input    - -
-var persistent real    oa2      ( nCells                    ) 0  ro oa2            sfc_input    - -
-var persistent real    oa3      ( nCells                    ) 0  ro oa3            sfc_input    - -
-var persistent real    oa4      ( nCells                    ) 0  ro oa4            sfc_input    - -
-var persistent real    ol1      ( nCells                    ) 0  ro ol1            sfc_input    - -
-var persistent real    ol2      ( nCells                    ) 0  ro ol2            sfc_input    - -
-var persistent real    ol3      ( nCells                    ) 0  ro ol3            sfc_input    - -
-var persistent real    ol4      ( nCells                    ) 0  ro ol4            sfc_input    - -
+var persistent real    var2d    ( nCells                    ) 0  iro var2d         sfc_input    - -
+var persistent real    con      ( nCells                    ) 0  iro con           sfc_input    - -
+var persistent real    oa1      ( nCells                    ) 0  iro oa1           sfc_input    - -
+var persistent real    oa2      ( nCells                    ) 0  iro oa2           sfc_input    - -
+var persistent real    oa3      ( nCells                    ) 0  iro oa3           sfc_input    - -
+var persistent real    oa4      ( nCells                    ) 0  iro oa4           sfc_input    - -
+var persistent real    ol1      ( nCells                    ) 0  iro ol1           sfc_input    - -
+var persistent real    ol2      ( nCells                    ) 0  iro ol2           sfc_input    - -
+var persistent real    ol3      ( nCells                    ) 0  iro ol3           sfc_input    - -
+var persistent real    ol4      ( nCells                    ) 0  iro ol4           sfc_input    - -
 
 var persistent real    dusfcg   ( nCells Time               ) 1  ro dusfcg         diag_physics - -
 var persistent real    dvsfcg   ( nCells Time               ) 1  ro dvsfcg         diag_physics - -
 var persistent real    dtaux3d  ( nVertLevels nCells Time   ) 1  ro dtaux3d        diag_physics - -
 var persistent real    dtauy3d  ( nVertLevels nCells Time   ) 1  ro dtauy3d        diag_physics - -
 
+var persistent real    rubldiff ( nVertLevels nCells Time   ) 1  ro rubldiff       diag_physics - -
+var persistent real    rvbldiff ( nVertLevels nCells Time   ) 1  ro rvbldiff       diag_physics - -
+
 %--------------------------------------------------------------------------------------------------
 %... PARAMETERIZATION OF SURFACE LAYER PROCESSES:
 %--------------------------------------------------------------------------------------------------

</font>
</pre>