Merge branch 'master' into reconnection
This commit is contained in:
commit
2a5c2b87e7
@ -471,7 +471,7 @@ class Amun:
|
|||||||
tmp = self.__read_binary_data__('magz', chunk_number)
|
tmp = self.__read_binary_data__('magz', chunk_number)
|
||||||
dset += tmp**2
|
dset += tmp**2
|
||||||
dset *= 0.5
|
dset *= 0.5
|
||||||
elif dataset == 'lorentz':
|
elif dataset == 'lore':
|
||||||
tmp = self.__read_binary_data__('velx', chunk_number)
|
tmp = self.__read_binary_data__('velx', chunk_number)
|
||||||
dset = tmp**2
|
dset = tmp**2
|
||||||
tmp = self.__read_binary_data__('vely', chunk_number)
|
tmp = self.__read_binary_data__('vely', chunk_number)
|
||||||
|
@ -50,6 +50,7 @@ class AmunXML(Amun):
|
|||||||
tree = ET.parse(mfile)
|
tree = ET.parse(mfile)
|
||||||
root = tree.getroot()
|
root = tree.getroot()
|
||||||
if self.version < 0:
|
if self.version < 0:
|
||||||
|
if 'version' in root.attrib:
|
||||||
self.version = int(float(root.attrib['version']))
|
self.version = int(float(root.attrib['version']))
|
||||||
if root.tag == 'AMUNFile':
|
if root.tag == 'AMUNFile':
|
||||||
self.dataformat = 'AmunXML'
|
self.dataformat = 'AmunXML'
|
||||||
|
@ -82,7 +82,7 @@ module evolution
|
|||||||
!
|
!
|
||||||
real(kind=8) , save :: atol = 1.0d-04
|
real(kind=8) , save :: atol = 1.0d-04
|
||||||
real(kind=8) , save :: rtol = 1.0d-04
|
real(kind=8) , save :: rtol = 1.0d-04
|
||||||
real(kind=8) , save :: fac = 9.0d-01
|
real(kind=8) , save :: fac = 8.1d-01
|
||||||
real(kind=8) , save :: facmin = 1.0d-01
|
real(kind=8) , save :: facmin = 1.0d-01
|
||||||
real(kind=8) , save :: facmax = 5.0d+00
|
real(kind=8) , save :: facmax = 5.0d+00
|
||||||
real(kind=8) , save :: errtol = 1.0d+00
|
real(kind=8) , save :: errtol = 1.0d+00
|
||||||
|
Loading…
x
Reference in New Issue
Block a user