Ok, now I got it!
It must be NML=CTLIST, without ' or "".
I was wondering because I'm the gfortran version I'm using is the version which comes with the latest ubuntu release, which is pretty recent.
Well, that help me alot anyway. thanks!
SuOraiste
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...
The error only occurs when running the program! It compiles fine.
I'm trying to read an already existing file.
I also tried "mode=nf90_nowrite" but with the same result.
This shouldn't be the error sonce it only says if you want to read and write to the file or only read.
The netcdf libraries...
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.