added default files for mpi and miroc
Browse files- MIROC6/default/config.yaml +9 -0
- MIROC6/default/edges.npz +3 -0
- MIROC6/default/weights.eqx +3 -0
- MIROC6/default/β.npy +3 -0
- MIROC6/default/μ_σ.npz +3 -0
- MIROC6/default/σmax.npy +3 -0
- MPI-ESM1-2-LR/default/config.yaml +9 -0
- MPI-ESM1-2-LR/default/edges.npz +3 -0
- MPI-ESM1-2-LR/default/weights.eqx +3 -0
- MPI-ESM1-2-LR/default/β.npy +3 -0
- MPI-ESM1-2-LR/default/μ_σ.npz +3 -0
- MPI-ESM1-2-LR/default/σmax.npy +3 -0
MIROC6/default/config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_size: [5, 128, 256] # Shape of input (channels, nlat, nlon)
|
| 2 |
+
nside: 64 # HEALPix nside parameter (controls resolution of the spherical mesh)
|
| 3 |
+
enc_filters: [32, 64, 128, 256, 512] # Number of filters in each encoder block
|
| 4 |
+
dec_filters: [256, 128, 64, 32, 32] # Number of filters in each decoder block
|
| 5 |
+
out_channels: 4 # Number of output channels (e.g. tas, pr, hurs, sfcWind)
|
| 6 |
+
temb_dim: 256 # Dimension of time embedding vectors
|
| 7 |
+
healpix_emb_dim: 5 # Dimension of HEALPix positional embeddings
|
| 8 |
+
context_channels: 1 # Number of context channels (e.g. GMST ΔT for conditioning)
|
| 9 |
+
sigma_min: 0.01 # Minimum noise level for the diffusion process
|
MIROC6/default/edges.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c97f657498aaa3c13dcb78fe51179442f4093ee601dc036f25163e63ec9346be
|
| 3 |
+
size 6554124
|
MIROC6/default/weights.eqx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9dec92c54bcb1d620e97cbb7f22ea822235d26645b66c01bedccd9884a4dcca
|
| 3 |
+
size 42217948
|
MIROC6/default/β.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44d09fe4312343dfb2bf00d3ce1b9af1359c5527abd8a70738b4758cd8b0661d
|
| 3 |
+
size 6291584
|
MIROC6/default/μ_σ.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48b70d4eec9cd654cb1bd24b52e3e1d1a9368e89acaa4eb499063bc370343332
|
| 3 |
+
size 1311214
|
MIROC6/default/σmax.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:626e1d8763a616e7fe0d23c8f7732c6f80b5ae9a610d270f517b6997ccf0ba61
|
| 3 |
+
size 136
|
MPI-ESM1-2-LR/default/config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_size: [5, 96, 192] # Shape of input (channels, nlat, nlon)
|
| 2 |
+
nside: 64 # HEALPix nside parameter (controls resolution of the spherical mesh)
|
| 3 |
+
enc_filters: [32, 64, 128, 256, 512] # Number of filters in each encoder block
|
| 4 |
+
dec_filters: [256, 128, 64, 32, 32] # Number of filters in each decoder block
|
| 5 |
+
out_channels: 4 # Number of output channels (e.g. tas, pr, hurs, sfcWind)
|
| 6 |
+
temb_dim: 256 # Dimension of time embedding vectors
|
| 7 |
+
healpix_emb_dim: 5 # Dimension of HEALPix positional embeddings
|
| 8 |
+
context_channels: 1 # Number of context channels (e.g. GMST ΔT for conditioning)
|
| 9 |
+
sigma_min: 0.01 # Minimum noise level for the diffusion process
|
MPI-ESM1-2-LR/default/edges.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc785df167ac2a24b2a1ced79b235de2de654622ec2945881f64115b4e07955d
|
| 3 |
+
size 5407244
|
MPI-ESM1-2-LR/default/weights.eqx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f3bb234eaaa51b3f2b86637db745b8e2fa5aa6c8ff471dfae1f5f4bdad26f60
|
| 3 |
+
size 41071068
|
MPI-ESM1-2-LR/default/β.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b975b1a1d85ea6ee186290c7200c84d0da38d1af04d1568cbb5fc53018d5018
|
| 3 |
+
size 3539072
|
MPI-ESM1-2-LR/default/μ_σ.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f73580fd9a06db94f2c68284919b664138b47078701c10dac913512f45bde9f5
|
| 3 |
+
size 737774
|
MPI-ESM1-2-LR/default/σmax.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3c38ed562ea1ded8df0b63bd253c89a34b9c025cb087aec235cbd04deb456f0
|
| 3 |
+
size 136
|