File size: 949 Bytes
35143ef f641426 35143ef f641426 35143ef f641426 35143ef f641426 35143ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | {
"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
}
} |