Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 454 Bytes

HelloWorld_Fortran

Generic Fortran model

For use with Data@Urban blog post. See tutorial here for full walkthrough.

Use make to create executeable (make HelloWorld)

Alternately compile with command: gfortran helloworld.f90 -o helloworld

example Input file needed:

10
10.0 9.0 8.0 7.0 6.0 6.0 7.0 8.0 9.0 10.0