[Dart-dev] DART/branches Revision: 11162

dart at ucar.edu dart at ucar.edu
Mon Feb 27 16:31:14 MST 2017


nancy at ucar.edu
2017-02-27 16:31:14 -0700 (Mon, 27 Feb 2017)
148
add more models to the list, and fix a missing 'host'
environement var if you run this standalone and not
from the test_dart.csh in the dir above.




Modified: DART/branches/rma_trunk/models/buildall.csh
===================================================================
--- DART/branches/rma_trunk/models/buildall.csh	2017-02-27 23:30:39 UTC (rev 11161)
+++ DART/branches/rma_trunk/models/buildall.csh	2017-02-27 23:31:14 UTC (rev 11162)
@@ -39,6 +39,10 @@
 
 #----------------------------------------------------------------------
 
+if ( ! $?host) then
+   setenv host `uname -n`
+endif
+
 echo "Running DART model test on $host"
 
 #----------------------------------------------------------------------
@@ -56,7 +60,9 @@
   lorenz_63 \
   lorenz_84 \
   lorenz_96 \
+  lorenz_04 \
   forced_lorenz_96 \
+  simple_advection \
   9var \
   bgrid_solo \
   cam-fv \


More information about the Dart-dev mailing list