Skip to content

Commit

Permalink
Fixed header format in pxa.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemelini committed Dec 1, 2015
1 parent e2a7df0 commit c01c981
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/px.f90
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ PROGRAM PIX
!
write(*,*) ' - Building file pxa.dat'
open(8,file='pxa.dat',status='unknown')
Write(8,*) "----------------------------------------------"
Write(8,*) " Pixels lon-lats and with increasing latitude "
Write(8,*) " pixel lon(deg), lat (deg), anchor, pixel # "
Write(8,*) "----------------------------------------------"
Write(8,*) "# ----------------------------------------------"
Write(8,*) "# Pixels lon-lats and with increasing latitude "
Write(8,*) "# pixel lon(deg), lat (deg), anchor, pixel # "
Write(8,*) "# ----------------------------------------------"
do 5 i=1, np
! do 5 j=1, nl
! if(imin(j)<=i.and.i<=imax(j)) &
Expand Down

0 comments on commit c01c981

Please sign in to comment.