Recipe: Fortran program as OPeNDAP client: Difference between revisions
Line 250: | Line 250: | ||
gfortran -o g5nr_reader_dap.x `nf-config --fflags` g5nr_reader_dap.f90 `nf-config --flibs` | gfortran -o g5nr_reader_dap.x `nf-config --fflags` g5nr_reader_dap.f90 `nf-config --flibs` | ||
creating the executable | creating the executable <code>g5nr_reader_dap.x</code>. | ||
NOTE: | NOTE: | ||
Line 259: | Line 258: | ||
===== Run ===== | ===== Run ===== | ||
Running the executable, | Running the executable, | ||
./g5nr_reader_dap.x | |||
Reading global T... | Reading global T... | ||
T: 315.6512 180.3667 | T: 315.6512 180.3667 | ||
Reading T over US | Reading T over US | ||
Tsub: 302.8958 183.1974 | Tsub: 302.8958 183.1974 |