Skip to content

MHD_64 file #80

@1230lw

Description

@1230lw

Hello, @mikemccabe210 @LTMeyer @MilesCranmer @kazewong

When downloading the MHD_64 dataset, I noticed something unusual in the train/ folder. Most of the files are about 5.87 GB in size, but there is one file, MHD_Ma_0.7_Ms_0.5.hdf5, which is 7.97 GB. Additionally, while the other files each contain 8 trajectories, this MHD_Ma_0.7_Ms_0.5.hdf5 file seems to contain only 5 trajectories.

Is this normal? Because altogether, the number of trajectories doesn’t add up to the 100 trajectories described in the paper.

Thank you for your help!

============================================================
/data/train/MHD_Ma_2_Ms_0.5.hdf5
============================================================

Group: boundary_conditions

Group: boundary_conditions/x_periodic
  Attribute: associated_dims = ['x']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/x_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: boundary_conditions/y_periodic
  Attribute: associated_dims = ['y']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/y_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: boundary_conditions/z_periodic
  Attribute: associated_dims = ['z']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/z_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: dimensions
  Attribute: spatial_dims = ['x' 'y' 'z']

  Dataset: dimensions/time
    Shape: (100,)
    Dtype: float32

  Dataset: dimensions/x
    Shape: (64,)
    Dtype: float64

  Dataset: dimensions/y
    Shape: (64,)
    Dtype: float64

  Dataset: dimensions/z
    Shape: (64,)
    Dtype: float64

Group: scalars
  Attribute: field_names = ['Ma' 'Ms']

  Dataset: scalars/Ma
    Shape: ()
    Dtype: float32

  Dataset: scalars/Ms
    Shape: ()
    Dtype: float32

Group: t0_fields
  Attribute: field_names = ['density']

  Dataset: t0_fields/density
    Shape: (8, 100, 64, 64, 64)
    Dtype: float32

Group: t1_fields
  Attribute: field_names = ['magnetic_field' 'velocity']

  Dataset: t1_fields/magnetic_field
    Shape: (8, 100, 64, 64, 64, 3)
    Dtype: float32

  Dataset: t1_fields/velocity
    Shape: (8, 100, 64, 64, 64, 3)
    Dtype: float32

Group: t2_fields
  Attribute: field_names = []



============================================================
/data/train/MHD_Ma_0.7_Ms_0.5.hdf5
============================================================

Group: boundary_conditions

Group: boundary_conditions/x_periodic
  Attribute: associated_dims = ['x']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/x_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: boundary_conditions/y_periodic
  Attribute: associated_dims = ['y']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/y_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: boundary_conditions/z_periodic
  Attribute: associated_dims = ['z']
  Attribute: associated_fields = []
  Attribute: bc_type = PERIODIC
  Attribute: sample_varying = False
  Attribute: time_varying = False

  Dataset: boundary_conditions/z_periodic/mask
    Shape: (64,)
    Dtype: bool

Group: dimensions
  Attribute: spatial_dims = ['x' 'y' 'z']

  Dataset: dimensions/time
    Shape: (100,)
    Dtype: float32

  Dataset: dimensions/x
    Shape: (64,)
    Dtype: float64

  Dataset: dimensions/y
    Shape: (64,)
    Dtype: float64

  Dataset: dimensions/z
    Shape: (64,)
    Dtype: float64

Group: scalars
  Attribute: field_names = ['Ma' 'Ms']

  Dataset: scalars/Ma
    Shape: ()
    Dtype: float32

  Dataset: scalars/Ms
    Shape: ()
    Dtype: float32

Group: t0_fields
  Attribute: field_names = ['density']

  Dataset: t0_fields/density
    Shape: (5, 100, 64, 64, 64)
    Dtype: float32

Group: t1_fields
  Attribute: field_names = ['magnetic_field' 'velocity']

  Dataset: t1_fields/magnetic_field
    Shape: (5, 100, 64, 64, 64, 3)
    Dtype: float32

  Dataset: t1_fields/velocity
    Shape: (5, 100, 64, 64, 64, 3)
    Dtype: float32

Group: t2_fields
  Attribute: field_names = []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions