Files changed (1) hide show
  1. registry.json +37 -66
registry.json CHANGED
@@ -1,67 +1,29 @@
1
  {
2
- "3km_goes_nowcast_3_eoe": {
3
- "checkpoints": [
4
- {
5
- "path": "3km_goes_nowcast_3_eoe_0.mdlus",
6
- "sigma_min": 0.001,
7
- "sigma_max": 3.0
8
- },
9
- {
10
- "path": "3km_goes_nowcast_3_eoe_1.mdlus",
11
- "sigma_min": 2.0,
12
- "sigma_max": 100.0
13
- },
14
- {
15
- "path": "3km_goes_nowcast_3_eoe_2.mdlus",
16
- "sigma_min": 50.0,
17
- "sigma_max": 800.0
18
- }
19
- ],
20
- "config": "3km_goes_nowcast_sigma_001_3",
21
- "sliding_window": true,
22
- "n_steps": 6,
23
- "step_interval": 10,
24
- "latlon_input": true,
25
- "cos_zenith_input": true,
26
- "conditioning_vars": [],
27
- "image_size": [
28
- 1024,
29
- 1792
30
- ],
31
- "spatial_downsample": 1,
32
- "exclusive_mrms": false
33
  },
34
  "stormscope_solar_goes_nsrdb": {
35
- "checkpoints": [
36
- {
37
- "path": "EDMPrecond.0.45000.mdlus",
38
- "sigma_min": 0.002,
39
- "sigma_max": 80.0
40
- },
41
- {
42
- "path": "EDMPrecond.0.45000.mdlus",
43
- "sigma_min": 0.002,
44
- "sigma_max": 80.0
45
- }
46
- ],
47
- "first_step_checkpoint": {
48
- "path": "EDMPrecond.0.45000.mdlus",
49
- "sigma_min": 0.002,
50
- "sigma_max": 80.0
51
- },
52
- "ar_checkpoint": {
53
- "path": "EDMPrecond.0.45000.mdlus",
54
- "sigma_min": 0.002,
55
- "sigma_max": 80.0
56
- },
57
- "image_size": [
58
- 1024,
59
- 1792
60
  ],
61
- "spatial_downsample": 1,
62
- "sliding_window": false,
63
- "n_steps": 1,
64
- "step_interval": 10,
65
  "conditioning_vars": [
66
  "abi01c",
67
  "abi02c",
@@ -72,14 +34,23 @@
72
  "abi10c",
73
  "abi13c"
74
  ],
75
- "state_norm_mode": "clearness_index",
76
- "clearness_index_eps": 10.0,
77
- "solar_constant": 1361.0,
 
 
 
 
78
  "regression_checkpoint": {
79
  "path": "StormCastUNet.0.31000.mdlus"
80
  },
81
- "sdedit_sigma": 1.0,
82
- "mask_regression": true,
83
- "disable_norm": false
 
 
 
 
 
84
  }
85
  }
 
1
  {
2
+ "normalization": {
3
+ "nsrdb": {
4
+ "file_prefix": "nsrdb",
5
+ "order": [
6
+ "ghi"
7
+ ]
8
+ },
9
+ "goes": {
10
+ "file_prefix": "goes",
11
+ "order": [
12
+ "abi01c",
13
+ "abi02c",
14
+ "abi03c",
15
+ "abi07c",
16
+ "abi08c",
17
+ "abi09c",
18
+ "abi10c",
19
+ "abi13c"
20
+ ]
21
+ }
 
 
 
 
 
 
 
 
 
 
 
22
  },
23
  "stormscope_solar_goes_nsrdb": {
24
+ "variables": [
25
+ "ghi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ],
 
 
 
 
27
  "conditioning_vars": [
28
  "abi01c",
29
  "abi02c",
 
34
  "abi10c",
35
  "abi13c"
36
  ],
37
+ "checkpoints": [
38
+ {
39
+ "path": "EDMPrecond.0.45000.mdlus",
40
+ "sigma_min": 0.002,
41
+ "sigma_max": 0.25
42
+ }
43
+ ],
44
  "regression_checkpoint": {
45
  "path": "StormCastUNet.0.31000.mdlus"
46
  },
47
+ "image_size": [
48
+ 1024,
49
+ 1792
50
+ ],
51
+ "spatial_downsample": 1,
52
+ "sliding_window": false,
53
+ "n_steps": 1,
54
+ "step_interval": 10
55
  }
56
  }