stormscope-goes-mrms / registry.json
pzharring's picture
Upload folder using huggingface_hub
6cae57c verified
Raw
History Blame Contribute Delete
5.58 kB
{
"normalization": {
"goes": {
"file_prefix": "goes",
"order": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
]
},
"mrms": {
"file_prefix": "mrms",
"order": [
"refc",
"refc_base"
]
},
"era5": {
"file_prefix": "era5",
"order": [
"z500"
]
},
"glm": {
"file_prefix": null,
"order": [
"glm_density",
"glm_energy_density"
],
"transform": "log1p"
}
},
"goes": {
"models": {
"3km_10min": {
"description": "CONUS nowcasting - 3 km / 10 min (recommended)",
"deprecated": false,
"checkpoints": [
{
"path": "checkpoints/goes/3km_10min/expert_0.mdlus",
"sigma_min": 0.001,
"sigma_max": 3.0
},
{
"path": "checkpoints/goes/3km_10min/expert_1.mdlus",
"sigma_min": 3.0,
"sigma_max": 100.0
},
{
"path": "checkpoints/goes/3km_10min/expert_2.mdlus",
"sigma_min": 100.0,
"sigma_max": 800.0
}
],
"variables": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
],
"image_size": [
1024,
1792
],
"spatial_downsample": 1,
"sliding_window": true,
"step_interval": 10,
"conditioning_vars": [],
"topo": true,
"nexrad_proximity": false,
"glm_channels": 0,
"n_steps": 6,
"obs_layout": "time_interleaved"
},
"6km_1hr": {
"description": "6 km / 60 min nearcasting (legacy)",
"deprecated": true,
"checkpoints": [
{
"path": "checkpoints/goes/6km_1hr/expert_0.mdlus",
"sigma_min": 0.001,
"sigma_max": 2.0
},
{
"path": "checkpoints/goes/6km_1hr/expert_1.mdlus",
"sigma_min": 2.0,
"sigma_max": 500.0
}
],
"variables": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
],
"image_size": [
1024,
1792
],
"spatial_downsample": 2,
"sliding_window": false,
"step_interval": 60,
"conditioning_vars": [
"z500"
],
"topo": false,
"nexrad_proximity": false,
"glm_channels": 0,
"obs_layout": "time_interleaved"
}
},
"aliases": {
"nowcast": "3km_10min",
"nearcast": "6km_1hr",
"6km_60min_natten_cos_zenith_input_eoe_v2": "6km_1hr",
"6km_60min_natten_cos_zenith_input_eoe": "6km_1hr",
"6km_60min_natten_cos_zenith_input": "6km_1hr"
}
},
"mrms": {
"models": {
"3km_10min": {
"description": "CONUS MRMS+GLM nowcasting - 3 km / 10 min (recommended)",
"deprecated": false,
"checkpoints": [
{
"path": "checkpoints/mrms/3km_10min/expert_0.mdlus",
"sigma_min": 0.005,
"sigma_max": 3.0
},
{
"path": "checkpoints/mrms/3km_10min/expert_1.mdlus",
"sigma_min": 3.0,
"sigma_max": 100.0
},
{
"path": "checkpoints/mrms/3km_10min/expert_2.mdlus",
"sigma_min": 100.0,
"sigma_max": 800.0
}
],
"variables": [
"refc",
"refc_base",
"glm_density"
],
"image_size": [
1024,
1792
],
"spatial_downsample": 1,
"sliding_window": true,
"step_interval": 10,
"conditioning_vars": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
],
"topo": true,
"nexrad_proximity": true,
"glm_channels": 1,
"n_steps": 6,
"glm_normalization": "log1p",
"obs_layout": "time_interleaved",
"mrms_coverage_mask": "true"
},
"6km_1hr": {
"description": "6 km / 60 min MRMS nearcasting (legacy)",
"deprecated": true,
"checkpoints": [
{
"path": "checkpoints/mrms/6km_1hr/expert_0.mdlus",
"sigma_min": 0.001,
"sigma_max": 2.0
},
{
"path": "checkpoints/mrms/6km_1hr/expert_1.mdlus",
"sigma_min": 2.0,
"sigma_max": 500.0
}
],
"variables": [
"refc"
],
"image_size": [
1024,
1792
],
"spatial_downsample": 2,
"sliding_window": false,
"step_interval": 60,
"conditioning_vars": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
],
"topo": false,
"nexrad_proximity": false,
"glm_channels": 0,
"obs_layout": "time_interleaved"
}
},
"aliases": {
"nowcast": "3km_10min",
"nearcast": "6km_1hr",
"6km_60min_natten_cos_zenith_input_mrms_eoe": "6km_1hr",
"6km_60min_natten_cos_zenith_input_mrms": "6km_1hr"
}
}
}