Search found 5 matches

by z.sherafat
Wed Jun 13, 2018 11:16 am
Forum: ROMS Discussion
Topic: error in running COAWST
Replies: 1
Views: 1486

error in running COAWST

Dear all
I'm trying to run COAWST for my project. after running coawstG, I got the following error:

Coupled Input File name = coupling.in
At line 120 of file read_coawst_par.f90
Fortran runtime error: Index '1' of dimension 1 of array 'wname' above upper bound of 0
At line 120 of file read_coawst ...
by z.sherafat
Thu May 31, 2018 6:25 am
Forum: ROMS Discussion
Topic: Problem compiling using new version
Replies: 6
Views: 3343

problem in running new version

after compiling, I got this error in running oceanG:



zsherafat@zsherafat:~/test/roms$ ./oceanG romsinput.in
--------------------------------------------------------------------------------
Model Input Parameters: ROMS/TOMS version 3.7
Thursday - May 31, 2018 - 10:44:13 AM ...
by z.sherafat
Thu May 31, 2018 5:39 am
Forum: ROMS Discussion
Topic: Problem compiling using new version
Replies: 6
Views: 3343

Re: Problem compiling using new version

Thanks for your response.
the problem has solved using this thread:
viewtopic.php?f=31&t=1296&p=4599&hilit=config#p4599
thanks alot.
by z.sherafat
Wed May 30, 2018 10:45 am
Forum: ROMS Discussion
Topic: Problem compiling using new version
Replies: 6
Views: 3343

Re: Problem compiling using new version

Dear Prof. Warner
Unfortunately I didn't saw your answer, and I thought I haven’t got any
answer. I really apologize for delayed reply.
I change:
IF (FoundError(exit_flag, NoError, __LINE__, &
& cccc __FILE__)) RETURN

to

IF (FoundError(exit_flag, NoError, __LINE__, &
& __FILE__)) RETURN

I got ...
by z.sherafat
Mon Feb 05, 2018 8:48 am
Forum: ROMS Discussion
Topic: Problem compiling using new version
Replies: 6
Views: 3343

Problem compiling using new version

Dear all
I compiled and ran ROMS for upwelling, basin and some other ROMS examples successfully. I tried to run ROMS for my test, first I compiled successfully but I got some errors in running .I searched in the forum and I found that the problem was due to using inconsistent version of my svn code ...