Skip to content

Instantly share code, notes, and snippets.

View geoqueen's full-sized avatar

Macarena geoqueen

View GitHub Profile
@milancurcic
milancurcic / read_grads_example.f90
Last active June 12, 2020 09:58
Example Fortran program that reads a GrADS binary file
program read_grads_example
! Example program that reads a flat binary file
!
! With GNU Fortran, compile as:
!
! gfortran -fconvert=big-endian read_grads_example.f90
!
! With Intel Fortran, compile as:
!