Skip to content

Commit

Permalink
Test on midplane density
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed Nov 23, 2024
1 parent 8f7673e commit 5423516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/density.f90
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,8 @@ subroutine define_gas_density()
if (j==0) cycle bz_gas_mass2
icell = cell_map(i,j,k)
densite_gaz(icell) = densite_gaz(icell) + densite_gaz_tmp(icell) * facteur
densite_gaz_midplane(i,k) = densite_gaz_midplane(i,k) + densite_gaz_midplane_tmp(i,k) * facteur
enddo bz_gas_mass2

densite_gaz_midplane(i,k) = densite_gaz_midplane(i,k) + densite_gaz_midplane_tmp(i,k) * facteur
enddo !k
enddo ! i

Expand Down

0 comments on commit 5423516

Please sign in to comment.