Search found 3 matches

by xiaom6515
Tue Oct 17, 2017 9:39 am
Forum: ROMS Problems
Topic: A problem of riverplume test case
Replies: 0
Views: 2664

A problem of riverplume test case

Dear all,
I want to add the sediment in riverplume.So I modified the test case which is called riverplume1.
At first I modified the ana_psource.h file just like this
# ifdef SEDIMENT

DO k=1,N(ng)
DO is=1,Nsrc(ng)
DO ised=1,NST
SOURCES(ng)%Tsrc(is,k,idsed(ised))=5.0_r8
END DO
END DO
END DO ...
by xiaom6515
Thu Sep 07, 2017 1:08 pm
Forum: ROMS Problems
Topic: Error in sed_test1
Replies: 2
Views: 2873

Re: Error in sed_test1

I see!Thank you so much john.Mua~!
It is working now.

xiaom
by xiaom6515
Tue Sep 05, 2017 1:22 pm
Forum: ROMS Problems
Topic: Error in sed_test1
Replies: 2
Views: 2873

Error in sed_test1

I'm running the Sed_test1 test case, I got this error:


so please tell me how to solve this error


thanking you in advance.