<p><b>laura@ucar.edu</b> 2012-12-18 15:55:22 -0700 (Tue, 18 Dec 2012)</p><p>Added parameters and arrays needed 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        2012-12-18 22:50:13 UTC (rev 2362)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-12-18 22:55:22 UTC (rev 2363)
@@ -381,6 +381,7 @@
 namelist character physics  config_eddy_scheme            off 
 namelist character physics  config_lsm_scheme             off
 namelist character physics  config_pbl_scheme             off
+namelist character physics  config_gwdo_scheme            off
 namelist character physics  config_radt_cld_scheme        off
 namelist character physics  config_radt_lw_scheme         off
 namelist character physics  config_radt_sw_scheme         off
@@ -520,6 +521,41 @@
 var persistent real    kzq      ( nVertLevels nCells Time   ) 1   o kzq            diag_physics - -
 
 %--------------------------------------------------------------------------------------------------
+%... PARAMETERIZATION OF GRAVITY WAVE DRAG OVER OROGRAPHY:
+%--------------------------------------------------------------------------------------------------
+
+% var2d      : orographic variance                                                             (m2)
+% con        : orographic convexity                                                            (m2)
+% oa1        : orographic direction asymmetry function                                          (-)
+% oa2        : orographic direction asymmetry function                                          (-)
+% oa3        : orographic direction asymmetry function                                          (-)
+% oa4        : orographic direction asymmetry function                                          (-)
+% ol1        : orographic direction asymmetry function                                          (-)
+% ol2        : orographic direction asymmetry function                                          (-)
+% ol3        : orographic direction asymmetry function                                          (-)
+% ol4        : orographic direction asymmetry function                                          (-)
+% dusfcg     : vertically-integrated gravity wave drag over orography u-stress           (Pa m s-1)
+% dvsfcg     : vertically-integrated gravity wave drag over orography v-stress           (Pa m s-1)
+% 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    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 - -
+
+%--------------------------------------------------------------------------------------------------
 %... PARAMETERIZATION OF SURFACE LAYER PROCESSES:
 %--------------------------------------------------------------------------------------------------
 

</font>
</pre>