shahineb commited on
Commit
ce85732
·
1 Parent(s): 6872224

added confugs

Browse files
ACCESS-ESM1-5/paper/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
MIROC6/paper/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
MPI-ESM1-2-LR/paper/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