c The followings [search for "cgomc27:rivers"] indicate [simple] c changes to be made to pom to effect rivers as described in c c Oey, 1996, JPO, pp.145-175; [river description is on p.154] c c It's most convenient to declare a new array WRIV(IM,JM), which c =0 except at grid points (ir(nr),jr(nr)) [nr=#rivers] where c WRIV(ir(n),jr(n)) = -discharge_of_nth_river (m^3/s) divided by c [dx(ir(n),jr(n))*dy(ir(n),jr(n))] c i.e., WRIV = downward velocity due to rivers [note negative sign] c c A sample code follows: c c Specify river discharge as downward vertical velocity wriv(:,:)=0.0 do n=1,nr !nr=total_# of rivers j=jr(n) !3