[Dart-dev] DART/branches Revision: 11118

dart at ucar.edu dart at ucar.edu
Thu Feb 16 10:36:00 MST 2017


thoar at ucar.edu
2017-02-16 10:35:59 -0700 (Thu, 16 Feb 2017)
90
Adding netCDF restarts for the null_model.

It may now be converted to be rma-compliant.




Deleted: DART/branches/rma_trunk/models/null_model/work/filter_ics
===================================================================
--- DART/branches/rma_trunk/models/null_model/work/filter_ics	2017-02-16 16:53:52 UTC (rev 11117)
+++ DART/branches/rma_trunk/models/null_model/work/filter_ics	2017-02-16 17:35:59 UTC (rev 11118)
@@ -1,60 +0,0 @@
- 25200        208
-  0.260545909547457     
-  0.658465177858100     
- 25200        208
-  0.213828780551316     
-  0.331139369651629     
- 25200        208
-  2.654467768617646E-002
-  0.321997094134590     
- 25200        208
- -9.554582090902947E-002
-   1.78498208660665     
- 25200        208
-  0.161265922864727     
-  0.256961771252152     
- 25200        208
- -4.677607364530564E-002
-   1.27312850332141     
- 25200        208
- -4.249451091787895E-002
-  0.740222785816497     
- 25200        208
-  0.208700758688527     
-   1.76748438466448     
- 25200        208
-  0.180835854202773     
-   3.26504852149857     
- 25200        208
-  0.276200393558086     
-   1.74127849244947     
- 25200        208
-  0.109817627552152     
-  0.298058925706766     
- 25200        208
- -4.170583097675476E-002
-   2.66753864106513     
- 25200        208
-  0.266248081886658     
-   2.58344297789024     
- 25200        208
-  0.482169461457278     
-   2.97724916131118     
- 25200        208
-  0.294071976913383     
- -0.391764382801865     
- 25200        208
-  0.350597297542000     
-  0.513279831787637     
- 25200        208
-  0.170184475438246     
-  0.728278100855289     
- 25200        208
-  6.400433593698823E-002
-   2.20577119961872     
- 25200        208
-  0.140644528698956     
- -0.117180233045826     
- 25200        208
- -4.148912824606413E-002
-   2.09071531180437     

Added: DART/branches/rma_trunk/models/null_model/work/filter_input.cdl
===================================================================
--- DART/branches/rma_trunk/models/null_model/work/filter_input.cdl	                        (rev 0)
+++ DART/branches/rma_trunk/models/null_model/work/filter_input.cdl	2017-02-16 17:35:59 UTC (rev 11118)
@@ -0,0 +1,141 @@
+netcdf filter_input {
+dimensions:
+	member = 20 ;
+	metadatalength = 32 ;
+	location = 2 ;
+	time = UNLIMITED ; // (1 currently)
+variables:
+
+	char MemberMetadata(member, metadatalength) ;
+		MemberMetadata:long_name = "description of each member" ;
+
+	double location(location) ;
+		location:short_name = "loc1d" ;
+		location:long_name = "location on a unit circle" ;
+		location:dimension = 1 ;
+		location:valid_range = 0., 1. ;
+
+	double state(time, member, location) ;
+		state:long_name = "the ensemble of model states" ;
+
+	double state_priorinf_mean(time, location) ;
+		state_priorinf_mean:long_name = "prior inflation value" ;
+
+	double state_priorinf_sd(time, location) ;
+		state_priorinf_sd:long_name = "prior inflation standard deviation" ;
+
+	double state_postinf_mean(time, location) ;
+		state_postinf_mean:long_name = "posterior inflation value" ;
+
+	double state_postinf_sd(time, location) ;


More information about the Dart-dev mailing list