Skip to content

Commit

Permalink
Safer formatting for profile curvature diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Mar 1, 2024
1 parent 85f4e34 commit 29354c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgyro/src/cgyro_write_initdata.f90
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ subroutine cgyro_write_initdata
do is=1,n_species
dn = sdlnndr(is)*length/rho/4
dt = sdlntdr(is)*length/rho/4
write(io,'(t1,i2,3(1x,1pe9.3),2x,3(1x,1pe9.3))') &
write(io,'(t1,i2,3(1x,1pe9.2),2x,3(1x,1pe9.2))') &
is,sdlnndr(is),dlnndr(is)-dn,dlnndr(is)+dn,sdlntdr(is),dlntdr(is)-dt,dlntdr(is)+dt
enddo
endif
Expand Down

0 comments on commit 29354c6

Please sign in to comment.