<p><b>laura@ucar.edu</b> 2013-03-01 10:35:26 -0700 (Fri, 01 Mar 2013)</p><p>Added the option ysu_gwdo to turn on the parameterization of gravity wave drag over orography. This option must be used in conjunction wit the ysu PBL option.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_control.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_control.F        2013-03-01 17:28:18 UTC (rev 2530)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_control.F        2013-03-01 17:35:26 UTC (rev 2531)
@@ -109,14 +109,7 @@
     call physics_error_fatal(mpas_err_message)
 
  endif
- if(config_gwdo_scheme .eq. 'ysu_gwdo') then
 
-    write(mpas_err_message,'(A,A10)') 'gwdo_scheme being tested - do not use right now: ', &amp;
-          trim(config_gwdo_scheme)
-    call physics_error_fatal(mpas_err_message)
-
- endif
-
 !diffusion scheme:
  if(.not. (config_eddy_scheme .eq. 'off')) then
  

</font>
</pre>