<p><b>laura@ucar.edu</b> 2013-01-30 14:43:41 -0700 (Wed, 30 Jan 2013)</p><p>Corrected call to 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_driver_gwdo.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver_gwdo.F        2013-01-30 21:42:25 UTC (rev 2397)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver_gwdo.F        2013-01-30 21:43:41 UTC (rev 2398)
@@ -172,7 +172,7 @@
gwdo_select: select case (trim(gwdo_scheme))
- case("gwdo")
+ case("ysu_gwdo")
#if defined(do_hydrostatic_pressure)
!... REARRANGED CALL USING HYDROSTATIC PRESSURE:
call gwdo ( &
</font>
</pre>