The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in camlab-ethz/CE-KH
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 73, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1904, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1885, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1270, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 597, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in camlab-ethz/CE-KH

Need help to make the dataset viewer work? Open a discussion for direct support.

Short Description

Based on the compressible Euler equations, this dataset contains trajectories starting from shear initial conditions.

Dimensions

The assembled NetCDF file has a single variable called data with dimensionality

  • 10000 (number of trajectories)
  • 21 (time steps)
  • 5 (density, horizontal velocity, vertical velocity, pressure, energy)
  • 128 (x-dim)
  • 128 (y-dim)

It was simulated on the unit square up to T=1 and saved as uniformly spaced in space and time.

Train/Val/Test-split

9640/120/240 trajectories

Download & Assembly

The dataset can be downloaded, e.g., via huggingface-cli download.

After download, the chunked data can be assembled into a single NetCDF file using the provided assemble_data.py script. Use it as follows:

python assemble_data.py --input_dir . --output_file CE-KH.nc
Downloads last month
2

Models trained or fine-tuned on camlab-ethz/CE-KH

Collection including camlab-ethz/CE-KH