[Dart-dev] [5632] DART/branches/development/location: finding and committing minor changes that have accumulated in various places .

nancy at ucar.edu nancy at ucar.edu
Fri Mar 30 09:00:06 MDT 2012


Revision: 5632
Author:   nancy
Date:     2012-03-30 09:00:05 -0600 (Fri, 30 Mar 2012)
Log Message:
-----------
finding and committing minor changes that have accumulated in various places.
this one is documentation/testing - update the read me and include the cartesian
locations in the test script.

Modified Paths:
--------------
    DART/branches/development/location/README
    DART/branches/development/location/testall.csh

-------------- next part --------------
Modified: DART/branches/development/location/README
===================================================================
--- DART/branches/development/location/README	2012-03-29 23:11:40 UTC (rev 5631)
+++ DART/branches/development/location/README	2012-03-30 15:00:05 UTC (rev 5632)
@@ -29,6 +29,10 @@
 For small models, the 'oned' version is most frequently used.
 It has a cyclic domain from 0 to 1.
 
+threed_cartesian:
+
+A full 3D X,Y,Z coordinate system.
+
 others:
 
 For other uses, there are also:
@@ -36,12 +40,12 @@
  'annulus', a hollow 3d cylinder with azimuth, radius, and depth.
  'twod', a periodic 2d domain with x,y coordinates between 0 and 1.
  'twod_sphere', a 2d shell with latitude, longitude pairs.
+ 'threed', a periodic 3d domain with x,y,z coordinates between 0 and 1.
 
 Other schemes can be added, as needed by the models.
 Possible ideas are a non-periodic version of the 1d, 2d
-cartesian versions, or a 3d cartesian - either periodic or
-not.  Email 'dart at ucar.edu' if you have a different scheme
-which we might want to support.
+cartesian versions.  Email 'dart at ucar.edu' if you have a different 
+coordinate scheme which we might want to support.
 
 testing:
 

Modified: DART/branches/development/location/testall.csh
===================================================================
--- DART/branches/development/location/testall.csh	2012-03-29 23:11:40 UTC (rev 5631)
+++ DART/branches/development/location/testall.csh	2012-03-30 15:00:05 UTC (rev 5632)
@@ -9,7 +9,7 @@
 # this script runs the location test code for each of the
 # possible location modules.
 
-set LIST = 'annulus column oned threed_sphere twod twod_sphere'
+set LIST = 'annulus column oned threed_sphere twod twod_sphere threed threed_cartesian'
 
 # clean up from before
 foreach i ( $LIST )


More information about the Dart-dev mailing list