Upload Architecture/V3/CIDM_v3_minimal_architecture_contract.json with huggingface_hub
Browse files
Architecture/V3/CIDM_v3_minimal_architecture_contract.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture_name": "CIDM-v3-SCS-Minimal",
|
| 3 |
+
"modules": [
|
| 4 |
+
"MultiScalePhysicalEncoder",
|
| 5 |
+
"ExplicitScaleInformationState",
|
| 6 |
+
"SharedScaleConditionedCIDMCore",
|
| 7 |
+
"MultiStepRecurrence",
|
| 8 |
+
"BandClosure",
|
| 9 |
+
"MultiResolutionDecoder"
|
| 10 |
+
],
|
| 11 |
+
"default_off": [
|
| 12 |
+
"CrossScaleFlux",
|
| 13 |
+
"FutureBER",
|
| 14 |
+
"BoundaryBER",
|
| 15 |
+
"VerticalBER",
|
| 16 |
+
"VarianceAmplifier",
|
| 17 |
+
"EventRouter",
|
| 18 |
+
"SlowMemoryClosure",
|
| 19 |
+
"VerticalOutputClosure",
|
| 20 |
+
"RadialClosure"
|
| 21 |
+
],
|
| 22 |
+
"normalization": "physical variables normalized with training-period means and standard deviations",
|
| 23 |
+
"grid": "native 1/12 degree",
|
| 24 |
+
"history_steps": 4,
|
| 25 |
+
"base_time_step_hours": 6
|
| 26 |
+
}
|