Skip to content

Commit

Permalink
keep up w master 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Dec 4, 2024
1 parent 65e1e01 commit 029fdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1671,14 +1671,14 @@ subroutine wrtend
write(iunit,'(" Lrad = ",257i23 )') Lrad(1:Mvol)
write(iunit,'(" tflux = ",257es23.15)') tflux(1:Mvol)
write(iunit,'(" pflux = ",257es23.15)') pflux(1:Mvol)
write(iunit,'(" helicity = ",257es23.15)') helicity(1:Mvol)
write(iunit,'(" helicity = ",256es23.15)') helicity(1:Mvol)
write(iunit,'(" pscale = ",es23.15 )') pscale
write(iunit,'(" Ladiabatic = ",i9 )') Ladiabatic
write(iunit,'(" pressure = ",257es23.15)') pressure(1:Mvol)
write(iunit,'(" adiabatic = ",257es23.15)') adiabatic(1:Mvol)
write(iunit,'(" mu = ",257es23.15)') mu(1:Mvol)
write(iunit,'(" Ivolume = ",257es23.15)') Ivolume(1:Mvol)
write(iunit,'(" Isurf = ",257es23.15)') IPDt(1:Mvol-1), 0.0
write(iunit,'(" Isurf = ",257es23.15)') IPDt(1:Mvol) ! Prints the actual surf current, not the targeted one
write(iunit,'(" Lconstraint = ",i9 )') Lconstraint
write(iunit,'(" pl = ",257i23 )') pl(0:Mvol)
write(iunit,'(" ql = ",257i23 )') ql(0:Mvol)
Expand Down

0 comments on commit 029fdb1

Please sign in to comment.