StormScope-NSRDB / registry.json
acarpentieri's picture
Update registry.json
4763133 verified
Raw
History Blame
949 Bytes
{
"normalization": {
"nsrdb": {
"file_prefix": "nsrdb",
"order": [
"ghi"
]
},
"goes": {
"file_prefix": "goes",
"order": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
]
}
},
"stormscope_solar_goes_nsrdb": {
"variables": [
"ghi"
],
"conditioning_vars": [
"abi01c",
"abi02c",
"abi03c",
"abi07c",
"abi08c",
"abi09c",
"abi10c",
"abi13c"
],
"checkpoints": [
{
"path": "EDMPrecond.0.45000.mdlus",
"sigma_min": 0.002,
"sigma_max": 0.25
}
],
"regression_checkpoint": {
"path": "StormCastUNet.0.31000.mdlus"
},
"image_size": [
1024,
1792
],
"spatial_downsample": 1,
"sliding_window": false,
"n_steps": 1,
"step_interval": 10
}
}