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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.