[Dart-dev] DART/branches Revision: 10945

dart at ucar.edu dart at ucar.edu
Tue Jan 24 16:06:37 MST 2017


hendric at ucar.edu
2017-01-24 16:06:37 -0700 (Tue, 24 Jan 2017)
55
updating cdl file to be consistent with other models.




Modified: DART/branches/rma_single_file/models/lorenz_63/work/perfect_input.cdl
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/perfect_input.cdl	2017-01-24 22:10:23 UTC (rev 10944)
+++ DART/branches/rma_single_file/models/lorenz_63/work/perfect_input.cdl	2017-01-24 23:06:37 UTC (rev 10945)
@@ -2,17 +2,18 @@
 dimensions:
 	member = 1 ;
 	metadatalength = 32 ;
-	model_size = 3 ;
+	location = 3 ;
 	time = UNLIMITED ; // (1 currently)
 variables:
-	double location(model_size) ;
+	double location(location) ;
 		location:long_name = "location on a unit circle" ;
 		location:dimension = 1 ;
 		location:units = "nondimensional" ;
 		location:valid_range = 0., 1. ;
+		location:short_name = "loc1d" ;
 	char MemberMetadata(member, metadatalength) ;
 		MemberMetadata:long_name = "description of each member" ;
-	double state(time, member, model_size) ;
+	double state(time, member, location) ;
 		state:long_name = "the model state" ;
 	double time(time) ;
 		time:long_name = "valid time of the model" ;
@@ -22,7 +23,7 @@
 		time:units = "days since 0000-00-00 00:00:00" ;
 
 // global attributes:
-		:title = "a spun-up model state" ;
+		:title = "a spun-up model state for Lorenz 63" ;
 		:model = "Lorenz_63" ;
 		:history = "identical to perfect_ics r1293 (circa June 2005)" ;
 data:


More information about the Dart-dev mailing list