[Dart-dev] [6172] DART/branches/development/test_dart.csh: Add a call to the test script for the location modules.

nancy at ucar.edu nancy at ucar.edu
Wed May 29 09:55:42 MDT 2013


Revision: 6172
Author:   nancy
Date:     2013-05-29 09:55:41 -0600 (Wed, 29 May 2013)
Log Message:
-----------
Add a call to the test script for the location modules.
Also split out the models into single lines so it is easier
to see what models are being tested and which are being skipped.

Modified Paths:
--------------
    DART/branches/development/test_dart.csh

-------------- next part --------------
Modified: DART/branches/development/test_dart.csh
===================================================================
--- DART/branches/development/test_dart.csh	2013-05-29 15:55:04 UTC (rev 6171)
+++ DART/branches/development/test_dart.csh	2013-05-29 15:55:41 UTC (rev 6172)
@@ -152,9 +152,37 @@
 @ modelnum = 10
 
 if ( 1 == 1 ) then
-foreach MODEL ( 9var lorenz_63 lorenz_84 lorenz_96 lorenz_96_2scale \
-    lorenz_04 forced_lorenz_96 null_model ikeda bgrid_solo pe2lyr cam wrf ) 
-    # PBL_1d MITgcm_annulus )
+foreach MODEL ( \
+  9var \
+  am2 \
+  bgrid_solo \
+  cam \
+  #cosmo \
+  forced_lorenz_96 \
+  #gitm \
+  ikeda \
+  lorenz_04 \
+  lorenz_63 \
+  lorenz_84 \
+  lorenz_96 \
+  lorenz_96_2scale \
+  MITgcm_annulus \
+  MITgcm_ocean \
+  mpas_atm \
+  mpas_ocn \
+  NAAPS \
+  NCOMMAS \
+  null_model \
+  #PBL_1d \
+  pe2lyr \
+  POP \
+  #rose \
+  simple_advection \
+  template \
+  tiegcm \
+  wrf )
+  # intentionally omitted:
+  #  forced_barot MITgcm_annulus PBL_1d rose
     
     echo "=================================================================="
     echo "Compiling $MODEL at "`date`
@@ -197,6 +225,23 @@
 echo "=================================================================="
 echo
 
+echo
+echo
+echo
+echo "=================================================================="
+echo "Testing location modules at "`date`
+echo "=================================================================="
+echo
+
+cd ${DARTHOME}/location
+./testall.csh
+
+echo
+echo "=================================================================="
+echo "Location module testing complete at "`date`
+echo "=================================================================="
+echo
+
 #----------------------------------------------------------------------
 # Lots of tests for L96, and one for bgrid_solo (for the 3d loc stuff)
 #----------------------------------------------------------------------


More information about the Dart-dev mailing list