That does it for me.
Changed TRUELAT2 into TRUELAT1 using nco, arw2arl works after that.
Thanks
Search found 5 matches
- February 23rd, 2016, 3:52 pm
- Forum: Conversion programs
- Topic: arw2arl Error: Projection Error
- Replies: 2
- Views: 4899
- February 22nd, 2016, 5:49 pm
- Forum: Conversion programs
- Topic: arw2arl Error: Projection Error
- Replies: 2
- Views: 4899
arw2arl Error: Projection Error
Hello,
Lately, I am trying to convert WRFout files into ARL using arw2arl compiled from source. The following error is prompted without an output.
STOP 900
STOP 900
while executing
"exec $exec_dir/arw2arl $data_file >STDOUT"
(procedure "xtrct_data" line 32)
invoked from within
"xtrct_data ...
Lately, I am trying to convert WRFout files into ARL using arw2arl compiled from source. The following error is prompted without an output.
STOP 900
STOP 900
while executing
"exec $exec_dir/arw2arl $data_file >STDOUT"
(procedure "xtrct_data" line 32)
invoked from within
"xtrct_data ...
- February 22nd, 2016, 5:07 pm
- Forum: Users
- Topic: arw2arl compilation
- Replies: 4
- Views: 4698
Re: arw2arl compilation
Sorry, my problem was solved. I'll post my mistake for chives.
Initially, I've put -I in the LINKS part of the make file (see above post) is because I'm getting the following error:
gfortran -o ../../exec/arw2arl -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form -I/usr/include arw2arl.f ...
Initially, I've put -I in the LINKS part of the make file (see above post) is because I'm getting the following error:
gfortran -o ../../exec/arw2arl -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form -I/usr/include arw2arl.f ...
- February 22nd, 2016, 3:09 pm
- Forum: Users
- Topic: arw2arl compilation
- Replies: 4
- Views: 4698
Re: arw2arl compilation
Thanks for the reply, I just did another fresh compile using compile.sh script, but the log file still displays the same error.
I then checked out the library/hysplit/ folder and tried to compile it, but it seems like the original bash script has already taken care of it. make: `../libhysplit.a' is ...
I then checked out the library/hysplit/ folder and tried to compile it, but it seems like the original bash script has already taken care of it. make: `../libhysplit.a' is ...
- February 22nd, 2016, 12:36 pm
- Forum: Users
- Topic: arw2arl compilation
- Replies: 4
- Views: 4698
arw2arl compilation
Hello,
Recently, I have been attempting to compile arw2arl function on Ubuntu 14.04 using gfortran.
However, when I try to compile the makefile using 'make' I get the following error message:
gfortran -o ../../exec/arw2arl -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form -Dgfortran -I/usr ...
Recently, I have been attempting to compile arw2arl function on Ubuntu 14.04 using gfortran.
However, when I try to compile the makefile using 'make' I get the following error message:
gfortran -o ../../exec/arw2arl -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form -Dgfortran -I/usr ...