This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%Module | |
# | |
# modulefile for simex_platform | |
# | |
# Help | |
proc ModulesHelp { } { | |
puts stderr "This modulefile defines library and executable paths" | |
puts stderr "for the simex_platform python library and physics modules. Branch develop as installed on maxwell server." | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%Module | |
# | |
# modulefile for simex_platform | |
# | |
# Help | |
proc ModulesHelp { } { | |
puts stderr "This modulefile defines library and executable paths" | |
puts stderr "for the simex_platform python library and physics modules. Branch develop as installed on maxwell server." | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from wpg.converters.genesis import read_genesis_file | |
wf = read_genesis_file("genesis_v3_out.h5") | |
wf.store_hdf("source.h5") |