<p><b>laura@ucar.edu</b> 2013-01-30 14:42:25 -0700 (Wed, 30 Jan 2013)</p><p>Initialize the variable gwdo_scheme needed to run the parameterization of gravity wave drag over orography.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F        2013-01-30 21:40:22 UTC (rev 2396)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F        2013-01-30 21:42:25 UTC (rev 2397)
@@ -463,6 +463,7 @@
  lsm_scheme          = trim(config_lsm_scheme)
  microp_scheme       = trim(config_microp_scheme)
  pbl_scheme          = trim(config_pbl_scheme)
+ gwdo_scheme         = trim(config_gwdo_scheme)
  radt_cld_scheme     = trim(config_radt_cld_scheme)
  radt_lw_scheme      = trim(config_radt_lw_scheme)
  radt_sw_scheme      = trim(config_radt_sw_scheme)

</font>
</pre>