Skip to content

Commit e321f26

Browse files
committed
wrf_header.txt expand DateStrLen to be aligned with 4 bytes
This can avoid creating "holes" in fileview and thus save the cost of read in data sieving's read-modify-write.
1 parent 22ab893 commit e321f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/WRF-IO/wrf_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ netcdf wrfout_d01_2022-06-22_00_00_00 {
22
// file format: CDF-2 (large file)
33
dimensions:
44
Time = UNLIMITED ; // (13 currently)
5-
DateStrLen = 19 ;
5+
DateStrLen = 20 ;
66
west_east = 1900 ;
77
south_north = 1300 ;
88
bottom_top = 34 ;

0 commit comments

Comments
 (0)