You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.3 KiB
97 lines
2.3 KiB
netcdf test-nsided {
|
|
dimensions:
|
|
len_name = 256 ;
|
|
time_step = UNLIMITED ; // (0 currently)
|
|
num_dim = 3 ;
|
|
num_nodes = 33 ;
|
|
num_elem = 7 ;
|
|
num_el_blk = 1 ;
|
|
num_el_in_blk1 = 7 ;
|
|
num_nod_per_el1 = 37 ;
|
|
num_qa_rec = 2 ;
|
|
four = 4 ;
|
|
len_string = 33 ;
|
|
num_info = 3 ;
|
|
len_line = 81 ;
|
|
num_cframes = 3 ;
|
|
num_cframes_9 = 27 ;
|
|
variables:
|
|
float time_whole(time_step) ;
|
|
int eb_status(num_el_blk) ;
|
|
int eb_prop1(num_el_blk) ;
|
|
eb_prop1:name = "ID" ;
|
|
float coordx(num_nodes) ;
|
|
float coordy(num_nodes) ;
|
|
float coordz(num_nodes) ;
|
|
char eb_names(num_el_blk, len_name) ;
|
|
char coor_names(num_dim, len_name) ;
|
|
int elem_map(num_elem) ;
|
|
int connect1(num_nod_per_el1) ;
|
|
connect1:elem_type = "nsided" ;
|
|
int ebepecnt1(num_el_in_blk1) ;
|
|
ebepecnt1:entity_type1 = "NODE" ;
|
|
ebepecnt1:entity_type2 = "ELEM" ;
|
|
char qa_records(num_qa_rec, four, len_string) ;
|
|
char info_records(num_info, len_line) ;
|
|
float frame_coordinates(num_cframes_9) ;
|
|
int frame_ids(num_cframes) ;
|
|
char frame_tags(num_cframes) ;
|
|
|
|
// global attributes:
|
|
:floating_point_word_size = 4 ;
|
|
:file_size = 1 ;
|
|
:maximum_name_length = 32 ;
|
|
:int64_status = 0 ;
|
|
:title = "This is a test" ;
|
|
data:
|
|
|
|
eb_status = 1 ;
|
|
|
|
eb_prop1 = 10 ;
|
|
|
|
coordx = 0, 1, 1, 0, 1, 2, 2, 1, 0, 10, 10, 1, 1, 10, 10, 1, 0, 1, 10, 7, 3,
|
|
6, 0, 3, 6, 0, 2.7, 6, 5.7, 3.7, 0, 10, 10 ;
|
|
|
|
coordy = 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 0, 0, 0, 5, 0,
|
|
0, 0, 2, 2, 2, 1.7, 1.7, 1.7, 0, 0, 0, 10 ;
|
|
|
|
coordz = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10, -10, 0, 0, -10, -10, 0, 5, 2, 3,
|
|
6, 0, 0, 6, 2, 0, 2.7, 3.3, 1.7, 2.3, 0, 0, 10 ;
|
|
|
|
eb_names =
|
|
"" ;
|
|
|
|
coor_names =
|
|
"xcoor",
|
|
"ycoor",
|
|
"zcoor" ;
|
|
|
|
elem_map = 1, 2, 3, 4, 5, 6, 7 ;
|
|
|
|
connect1 = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
|
|
19, 20, 21, 22, 23, 24, 25, 26, 17, 18, 19, 20, 27, 28, 30, 29, 31, 32, 33 ;
|
|
|
|
ebepecnt1 = 4, 4, 8, 4, 6, 8, 3 ;
|
|
|
|
qa_records =
|
|
"testwt",
|
|
"07/07/93",
|
|
"15:41:33",
|
|
"FASTQ",
|
|
"fastq",
|
|
"07/07/93",
|
|
"16:41:33" ;
|
|
|
|
info_records =
|
|
"This is the first information record.",
|
|
"This is the second information record.",
|
|
"This is the third information record." ;
|
|
|
|
frame_coordinates = 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.1, 1.2,
|
|
1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7,
|
|
2.8, 2.9 ;
|
|
|
|
frame_ids = 1, 11, 111 ;
|
|
|
|
frame_tags = "RCS" ;
|
|
}
|
|
|