Skip to content

Commit

Permalink
continuing cleanups on/for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrumbine committed Aug 8, 2019
1 parent 80f0c6f commit 51ea326
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ doc/build

# Ignore testsuite file/directories
testsuite*

# Ignore build temporaries -- .o, .mod
*.o
*.mod
16 changes: 8 additions & 8 deletions columnphysics/icepack_algae.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1391,14 +1391,14 @@ subroutine z_biogeochemistry (n_cat, dt, &
enddo ! k
enddo ! m

770 format (I6,D16.6)
781 format (I6,I6,I6)
790 format (I6,I6)
791 format (f24.17)
792 format (2D16.6)
793 format (3D16.6)
794 format (4D15.5)
800 format (F10.4)
!debug 770 format (I6,D16.6)
!debug 781 format (I6,I6,I6)
!debug 790 format (I6,I6)
!debug 791 format (f24.17)
!debug 792 format (2D16.6)
!debug 793 format (3D16.6)
!debug 794 format (4D15.5)
!debug 800 format (F10.4)

end subroutine z_biogeochemistry

Expand Down

0 comments on commit 51ea326

Please sign in to comment.