Skip to content

Commit

Permalink
Merge pull request #86 from AFD-Illinois/fix/reverse_field
Browse files Browse the repository at this point in the history
included field configuration in the header.
  • Loading branch information
bprather authored Oct 13, 2022
2 parents a47a1cb + 0ecc443 commit 0ec10fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/iharm/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@ void output_hdf5()
hdf5_write_single_val(&ELECTRONS, "type", H5T_STD_I32LE);

hdf5_set_directory("/header/");
hdf5_write_single_val(&reverse_field,"field_config",H5T_STD_I32LE);
hdf5_make_directory("units");
hdf5_set_directory("/header/units/");
hdf5_write_single_val(&L_unit, "L_unit", H5T_IEEE_F64LE);
Expand Down

0 comments on commit 0ec10fc

Please sign in to comment.