Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"shape": [
1,
721,
1440
],
"data_type": "float32",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
2880,
384,
384
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0.0,
"codecs": [
{
"name": "sharding_indexed",
"configuration": {
"chunk_shape": [
1440,
32,
32
],
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "blosc",
"configuration": {
"typesize": 4,
"cname": "zstd",
"clevel": 3,
"shuffle": "shuffle",
"blocksize": 0
}
}
],
"index_codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "crc32c"
}
],
"index_location": "end"
}
}
],
"attributes": {
"long_name": "Geopotential height",
"short_name": "gh",
"standard_name": "geopotential_height",
"units": "m",
"step_type": "instant",
"coordinates": "spatial_ref",
"_FillValue": "AAAAAAAA+H8="
},
"dimension_names": [
"time",
"latitude",
"longitude"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,90 @@
"node_type": "array",
"storage_transformers": []
},
"geopotential_height_500hpa": {
"shape": [
1,
721,
1440
],
"data_type": "float32",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
2880,
384,
384
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0.0,
"codecs": [
{
"name": "sharding_indexed",
"configuration": {
"chunk_shape": [
1440,
32,
32
],
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "blosc",
"configuration": {
"typesize": 4,
"cname": "zstd",
"clevel": 3,
"shuffle": "shuffle",
"blocksize": 0
}
}
],
"index_codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "crc32c"
}
],
"index_location": "end"
}
}
],
"attributes": {
"long_name": "Geopotential height",
"short_name": "gh",
"standard_name": "geopotential_height",
"units": "m",
"step_type": "instant",
"coordinates": "spatial_ref",
"_FillValue": "AAAAAAAA+H8="
},
"dimension_names": [
"time",
"latitude",
"longitude"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
},
"geopotential_height_cloud_ceiling": {
"shape": [
1,
Expand Down
19 changes: 19 additions & 0 deletions src/reformatters/noaa/gefs/common_gefs_template_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,25 @@ def get_shared_data_var_configs(
keep_mantissa_bits=8,
),
),
GEFSDataVar(
name="geopotential_height_500hpa",
encoding=encoding_float32,
attrs=DataVarAttrs(
short_name="gh",
long_name="Geopotential height",
units="m",
step_type="instant",
standard_name="geopotential_height",
),
internal_attrs=GEFSInternalAttrs(
grib_element="HGT",
grib_description='50000[Pa] ISBL="Isobaric surface"',
grib_index_level="500 mb",
gefs_file_type="a",
index_position=31,
keep_mantissa_bits=11,
),
),
GEFSDataVar(
name="downward_short_wave_radiation_flux_surface",
encoding=encoding_float32,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"shape": [
1,
31,
181,
721,
1440
],
"data_type": "float32",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
1,
31,
192,
374,
368
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0.0,
"codecs": [
{
"name": "sharding_indexed",
"configuration": {
"chunk_shape": [
1,
31,
64,
17,
16
],
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "blosc",
"configuration": {
"typesize": 4,
"cname": "zstd",
"clevel": 3,
"shuffle": "shuffle",
"blocksize": 0
}
}
],
"index_codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "crc32c"
}
],
"index_location": "end"
}
}
],
"attributes": {
"long_name": "Geopotential height",
"short_name": "gh",
"standard_name": "geopotential_height",
"units": "m",
"step_type": "instant",
"coordinates": "expected_forecast_length ingested_forecast_length spatial_ref valid_time",
"_FillValue": "AAAAAAAA+H8="
},
"dimension_names": [
"init_time",
"ensemble_member",
"lead_time",
"latitude",
"longitude"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,98 @@
"node_type": "array",
"storage_transformers": []
},
"geopotential_height_500hpa": {
"shape": [
1,
31,
181,
721,
1440
],
"data_type": "float32",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
1,
31,
192,
374,
368
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0.0,
"codecs": [
{
"name": "sharding_indexed",
"configuration": {
"chunk_shape": [
1,
31,
64,
17,
16
],
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "blosc",
"configuration": {
"typesize": 4,
"cname": "zstd",
"clevel": 3,
"shuffle": "shuffle",
"blocksize": 0
}
}
],
"index_codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "crc32c"
}
],
"index_location": "end"
}
}
],
"attributes": {
"long_name": "Geopotential height",
"short_name": "gh",
"standard_name": "geopotential_height",
"units": "m",
"step_type": "instant",
"coordinates": "expected_forecast_length ingested_forecast_length spatial_ref valid_time",
"_FillValue": "AAAAAAAA+H8="
},
"dimension_names": [
"init_time",
"ensemble_member",
"lead_time",
"latitude",
"longitude"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
},
"geopotential_height_cloud_ceiling": {
"shape": [
1,
Expand Down
Loading