-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae978b4
commit a49c73f
Showing
4 changed files
with
81 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
$nlev 5 | ||
$levs 0.1 0.07 0.04 0.02 0.01 | ||
$grads 1 | ||
UGRD:*:u | ||
VGRD:*:v | ||
TMP:*:temp | ||
HGT:*:hgtprs | ||
RH:*:rh |
63 changes: 63 additions & 0 deletions
63
tests/data/ref_tablenc.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
netcdf tablenc { | ||
dimensions: | ||
latitude = 181 ; | ||
longitude = 360 ; | ||
time = UNLIMITED ; // (1 currently) | ||
plevel = 5 ; | ||
variables: | ||
double latitude(latitude) ; | ||
latitude:units = "degrees_north" ; | ||
latitude:long_name = "latitude" ; | ||
double longitude(longitude) ; | ||
longitude:units = "degrees_east" ; | ||
longitude:long_name = "longitude" ; | ||
double time(time) ; | ||
time:units = "seconds since 1970-01-01 00:00:00.0 0:00" ; | ||
time:long_name = "verification time generated by wgrib2 function verftime()" ; | ||
time:reference_time = 1714132800. ; | ||
time:reference_time_type = 1 ; | ||
time:reference_date = "2024.04.26 12:00:00 UTC" ; | ||
time:reference_time_description = "analyses, reference date is fixed" ; | ||
time:time_step_setting = "auto" ; | ||
time:time_step = 0. ; | ||
float plevel(plevel) ; | ||
plevel:lev_type = 100 ; | ||
plevel:units = "mb" ; | ||
plevel:long_name = "pressure level" ; | ||
plevel:_FillValue = 9.999e+20f ; | ||
float hgtprs(time, plevel, latitude, longitude) ; | ||
hgtprs:_FillValue = 9.999e+20f ; | ||
hgtprs:short_name = "hgtprs" ; | ||
hgtprs:long_name = "Geopotential Height" ; | ||
hgtprs:level = "pressure level" ; | ||
hgtprs:units = "m" ; | ||
float temp(time, plevel, latitude, longitude) ; | ||
temp:_FillValue = 9.999e+20f ; | ||
temp:short_name = "temp" ; | ||
temp:long_name = "Temperature" ; | ||
temp:level = "pressure level" ; | ||
temp:units = "K" ; | ||
float rh(time, plevel, latitude, longitude) ; | ||
rh:_FillValue = 9.999e+20f ; | ||
rh:short_name = "rh" ; | ||
rh:long_name = "Relative Humidity" ; | ||
rh:level = "pressure level" ; | ||
rh:units = "percent" ; | ||
float u(time, plevel, latitude, longitude) ; | ||
u:_FillValue = 9.999e+20f ; | ||
u:short_name = "u" ; | ||
u:long_name = "U-Component of Wind" ; | ||
u:level = "pressure level" ; | ||
u:units = "m/s" ; | ||
float v(time, plevel, latitude, longitude) ; | ||
v:_FillValue = 9.999e+20f ; | ||
v:short_name = "v" ; | ||
v:long_name = "V-Component of Wind" ; | ||
v:level = "pressure level" ; | ||
v:units = "m/s" ; | ||
|
||
// global attributes: | ||
:Conventions = "COARDS" ; | ||
:History = "created by wgrib2" ; | ||
:GRIB2_grid_template = 0 ; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters