Fixed cic. Fixed lpt1 evaluation in cosmogrowth
This commit is contained in:
parent
4bc7bf47a7
commit
7662ea98d4
4 changed files with 28 additions and 16 deletions
|
@ -10,5 +10,9 @@ cosmo['SIGMA8']=0.8344
|
|||
zstart=0
|
||||
astart=1/(1.+zstart)
|
||||
|
||||
pos,_,density,N,L,_ = bic.run_generation("initial_condition_borg.dat", 0.001, astart, **cosmo)
|
||||
|
||||
dcic = ct.cicParticles(pos, L, N)
|
||||
|
||||
#if __name__=="__main__":
|
||||
# bic.write_icfiles(*bic.run_generation("initial_condition_borg.dat", 0.001, astart, **cosmo), **cosmo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue