Skip to content

Problem with planetary mass

I am working on a projekt with @astr-mle on:

/scratch/elena/MichielSmallPlanets/3D_k01_half

we have a 3D disk at equilibrium without planet in: 3D_k01_half/out768

I have added a planet mass in :

3D_k01_half/out768Planet

by changing the config.info and doing load_physic on disk28.h5

/scratch/elena/MichielSmallPlanets/3D_k01_half/out768Planet$ h5dump -a   /physic/planetary_system/planets/BigEart/mass   disk28.h5
HDF5 "disk28.h5" {
ATTRIBUTE "mass" {
   DATATYPE  H5T_IEEE_F64LE
   DATASPACE  SCALAR
   DATA {
   (0): 3e-05
   }
}
}

However the planet mass is zero as seen in planet0.dat and also in the set of files disk29.h5 etc ...

I first did a git pull recompiled and did two more test:

/out768Planet/PlanetMass1 -> same as the test in /out768Planet -> planet mass is still zero in planetBigEart.dat

/out768Planet/PlanetMass2 -> same as the test in /out768Planet but introducing the planet mass also in

/physic/planetary_system/mass_taper/final /physic/planetary_system/mass_taper/start

also in this case the file planetBigEart.dat has mass null in the planet column

Edited by Elena Lega