<p><b>laura@ucar.edu</b> 2010-07-23 15:01:19 -0600 (Fri, 23 Jul 2010)</p><p>initial module to handle error messages in physics directory<br>
</p><hr noshade><pre><font color="gray">Added: branches/atmos_physics/src/core_physics/module_physics_abort.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_physics_abort.F         (rev 0)
+++ branches/atmos_physics/src/core_physics/module_physics_abort.F        2010-07-23 21:01:19 UTC (rev 405)
@@ -0,0 +1,18 @@
+!=============================================================================================
+ module module_physics_abort
+
+ implicit none
+ private
+ public:: mpas_physics_abort
+
+ contains
+
+!=============================================================================================
+ subroutine mpas_physics_abort(msg)
+!=============================================================================================
+
+ end subroutine mpas_physics_abort
+
+!=============================================================================================
+ end module module_physics_abort
+!=============================================================================================
</font>
</pre>