Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SuOraiste
  • Content: Threads
  • Order by date
  1. SuOraiste

    Parsing data from shell script to fortran

    Hello i'm trying as a test, to parse some data from a shell script into a fortran script. I want to do this with a namelist. Here is what I've got so far SHELL SCRIPT: #!/bin/bash cat > CTLFILE <<EOF &CTLLIST name="myname", age="myage" / EOF...
  2. SuOraiste

    Fortran 90 and Netcdf

    Hi I'm trying to read a netcdf but keep encountereing the same error, segmentation fault! My code follows the netcdf manual. Here is it: PROGRAM nc USE netcdf IMPLICIT NONE INTEGER :: stat,id...

Part and Inventory Search

Back
Top