default files for ACCESS
Browse files
ACCESS-ESM1-5/default/config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_size: [5, 145, 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
|
ACCESS-ESM1-5/default/edges.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85a725768c79971d78ed747a77926765c0d7bdd5031147b6a2d95117ba28f453
|
| 3 |
+
size 6159884
|
ACCESS-ESM1-5/default/weights.eqx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da7b62bcdb1cf42b262c85709561628c181e7f35f38e97cb6367ce8af534f939
|
| 3 |
+
size 41823708
|
ACCESS-ESM1-5/default/β.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8ce42915d5c52779dbdea56539b48599da27b3ed6e7c1b2d2b1b1b5c7b4e1e6
|
| 3 |
+
size 5345408
|
ACCESS-ESM1-5/default/μ_σ.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c63535851ecec92329e5caf33393234bb111508dff04f318614daba2f92f018c
|
| 3 |
+
size 1114094
|
ACCESS-ESM1-5/default/σmax.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:246cbf699d8d535e90fa455d3077882eaac1948fbd33f73895d524c5cc29964d
|
| 3 |
+
size 136
|