[Dart-dev] DART/branches Revision: 10973
dart at ucar.edu
dart at ucar.edu
Mon Jan 30 15:28:58 MST 2017
thoar at ucar.edu
2017-01-30 15:28:55 -0700 (Mon, 30 Jan 2017)
224
These are the source files for the simple_advection model netCDF initial conditions.
Removing the DART-format ascii versions.
There are a couple improvements in the metadata for the other model cdl files.
No data changes.
Modified: DART/branches/rma_single_file/models/bgrid_solo/work/filter_input.cdl
===================================================================
--- DART/branches/rma_single_file/models/bgrid_solo/work/filter_input.cdl 2017-01-28 14:50:19 UTC (rev 10972)
+++ DART/branches/rma_single_file/models/bgrid_solo/work/filter_input.cdl 2017-01-30 22:28:55 UTC (rev 10973)
@@ -10,71 +10,86 @@
time = UNLIMITED ; // (1 currently)
variables:
char MemberMetadata(member, metadatalength) ;
- MemberMetadata:long_name = "Metadata for each member" ;
+ MemberMetadata:long_name = "description of each member" ;
+
double TmpI(TmpI) ;
TmpI:long_name = "longitude" ;
TmpI:cartesian_axis = "X" ;
TmpI:units = "degrees_east" ;
TmpI:valid_range = 0., 360. ;
+
double TmpJ(TmpJ) ;
TmpJ:long_name = "latitude" ;
TmpJ:cartesian_axis = "Y" ;
TmpJ:units = "degrees_north" ;
TmpJ:valid_range = -90., 90. ;
+
double VelI(VelI) ;
VelI:long_name = "longitude" ;
VelI:cartesian_axis = "X" ;
VelI:units = "degrees_east" ;
VelI:valid_range = 0., 360.1 ;
+
double VelJ(VelJ) ;
VelJ:long_name = "latitude" ;
VelJ:cartesian_axis = "Y" ;
VelJ:units = "degrees_north" ;
VelJ:valid_range = -90., 90. ;
+
int lev(lev) ;
lev:long_name = "level" ;
lev:cartesian_axis = "Z" ;
lev:units = "hPa" ;
lev:positive = "down" ;
- int member(member) ;
- member:long_name = "ensemble member or copy" ;
- member:units = "nondimensional" ;
- member:valid_range = 1, 84 ;
+
double ps(time, member, TmpJ, TmpI) ;
ps:long_name = "surface pressure" ;
ps:units = "Pa" ;
ps:units_long_name = "pascals" ;
+
double t(time, member, lev, TmpJ, TmpI) ;
t:long_name = "temperature" ;
t:units = "degrees Kelvin" ;
- double time(time) ;
- time:long_name = "valid time of the model state" ;
- time:axis = "T" ;
- time:cartesian_axis = "T" ;
- time:calendar = "no calendar" ;
- time:units = "days since 0000-00-00 00:00:00" ;
+
double u(time, member, lev, VelJ, VelI) ;
u:long_name = "zonal wind component" ;
u:units = "m/s" ;
+
double v(time, member, lev, VelJ, VelI) ;
v:long_name = "meridional wind component" ;
v:units = "m/s" ;
+
double ps_priorinf_mean(time, TmpJ, TmpI) ;
ps_priorinf_mean:long_name = "prior inflation value for surface pressure" ;
+
double t_priorinf_mean(time, lev, TmpJ, TmpI) ;
t_priorinf_mean:long_name = "prior inflation value for temperature" ;
+
double u_priorinf_mean(time, lev, VelJ, VelI) ;
u_priorinf_mean:long_name = "prior inflation value for u wind component" ;
+
double v_priorinf_mean(time, lev, VelJ, VelI) ;
v_priorinf_mean:long_name = "prior inflation value for v wind component" ;
+
double ps_priorinf_sd(time, TmpJ, TmpI) ;
ps_priorinf_sd:long_name = "prior inflation standard deviation for surface pressure" ;
+
double t_priorinf_sd(time, lev, TmpJ, TmpI) ;
t_priorinf_sd:long_name = "prior inflation standard deviation for temperature" ;
+
double u_priorinf_sd(time, lev, VelJ, VelI) ;
u_priorinf_sd:long_name = "prior inflation standard deviation for u wind component" ;
+
double v_priorinf_sd(time, lev, VelJ, VelI) ;
v_priorinf_sd:long_name = "prior inflation standard deviation for v wind component" ;
+
+ double time(time) ;
+ time:long_name = "valid time of the model state" ;
+ time:axis = "T" ;
+ time:cartesian_axis = "T" ;
+ time:calendar = "no calendar" ;
+ time:units = "days since 0000-00-00 00:00:00" ;
+
double advance_to_time ;
advance_to_time:long_name = "desired time at end of the next model advance" ;
More information about the Dart-dev
mailing list