<p><b>duda</b> 2012-01-25 11:22:44 -0700 (Wed, 25 Jan 2012)</p><p>Add a one-line shell script to check out the WRF physics tables from <br>
/data/physics_wrf/files into the proper sub-directory of core_atmos_physics.<br>
<br>
   ***<br>
   NB: Before compiling the non-hydrostatic atmosphere core, this new<br>
       script must be manually run from within the src/core_atmos_physics<br>
       directory.<br>
   ***<br>
<br>
<br>
AM   src/core_atmos_physics/checkout_data_files.sh<br>
</p><hr noshade><pre><font color="gray">Added: trunk/mpas/src/core_atmos_physics/checkout_data_files.sh
===================================================================
--- trunk/mpas/src/core_atmos_physics/checkout_data_files.sh                                (rev 0)
+++ trunk/mpas/src/core_atmos_physics/checkout_data_files.sh        2012-01-25 18:22:44 UTC (rev 1423)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+svn co https://svn-mpas-model.cgd.ucar.edu/data/physics_wrf/files physics_wrf/files


Property changes on: trunk/mpas/src/core_atmos_physics/checkout_data_files.sh
___________________________________________________________________
Added: svn:executable
   + *

</font>
</pre>