Search found 3 matches

by wangjxmu
Wed Dec 19, 2012 2:33 am
Forum: ROMS Information
Topic: about conservation of roms
Replies: 5
Views: 7268

Re: about conservation of roms

thank you kate, In the estuary ,i set some sections from head to mouth. And there is no branch, so the tidally averaged water flux in the each section should be equal, at least there is almost the same. But the water flux in the each section is different and from head to mouth the value decrease str...
by wangjxmu
Fri Oct 26, 2012 2:45 am
Forum: ROMS Bugs
Topic: the problem of STATION output
Replies: 1
Views: 1835

Re: the problem of STATION output

:oops:

I made a mistake.
I missed the control line "IF (Zgrd.ge.0.0_r8) THEN" that is set before the early posted "Program Lines" in SUBROUTINE extract_sta.F.
It write the result in a S-coor.
The code is right. :)
by wangjxmu
Mon Oct 22, 2012 7:20 am
Forum: ROMS Bugs
Topic: the problem of STATION output
Replies: 1
Views: 1835

the problem of STATION output

I need to write out the result at a station, i found a bug in the SUBROUTINE extract_sta3d. ! !!!!Interpolate from 3D field at RHO-points.: DO k=N(ng),2,-1 Ztop=GRID(ng)%z_r(i1,j1,k) Zbot=GRID(ng)%z_r(i1,j1,k-1) IF ((Ztop.gt.Zgrd).and.(Zgrd.ge.Zbot)) THEN k1=k-1 k2=k END IF END DO the Zgrd is from Z...