camlab-ethz/CE-CRP
收藏Hugging Face2024-05-30 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/camlab-ethz/CE-CRP
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-nc-4.0
---
# Short Description
Based on the compressible Euler equations, this dataset contains trajectories starting from multiple curved Riemann problems, see https://arxiv.org/abs/2405.19101.
# 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:
```bash
python assemble_data.py --input_dir . --output_file CE-CRP.nc
```
提供机构:
camlab-ethz
原始信息汇总
数据集概述
数据集描述
- 主题:基于可压缩欧拉方程的数据集。
- 内容:包含从多个弯曲的Riemann问题开始的轨迹,详细信息参考arXiv论文。
数据集维度
- 变量:单一变量名为data。
- 维度:
- 10000个轨迹
- 21个时间步长
- 5个物理量(密度、水平速度、垂直速度、压力、能量)
- x维度:128
- y维度:128
- 模拟条件:在单位正方形区域上模拟至T=1,空间和时间均匀分布。
数据分割
- 训练/验证/测试:9640/120/240个轨迹。
下载与组装
- 下载方式:可通过
huggingface-cli download下载。 - 组装方法:使用提供的
assemble_data.py脚本将分块数据组装成单一的NetCDF文件,命令如下: bash python assemble_data.py --input_dir . --output_file CE-CRP.nc
许可证
- 许可证类型:CC-BY-NC-4.0
搜集汇总
数据集介绍

以上内容由遇见数据集搜集并总结生成



