BOUNDARY(ng)%ubar_east

Frequently Asked Questions about ROMS usage

Moderators: arango, kate, robertson

Post Reply
Message
Author
User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

BOUNDARY(ng)%ubar_east

#1 Unread post by kate »

What is the meaning of:
BOUNDARY(ng)%ubar_west(j)=my_flux/my_area
BOUNDARY(ng)%vbar_west(j)=0.0_r8

This is standard Fortran 90 syntax for accessing user-defined types. BOUNDARY is an array of an object, where BOUNDARY(ng) is referencing just one element of that array. The % access an element within that object, say zeta_west. So the whole BOUNDARY(ng) contains boundary conditions for all sides, all variables for one grid.

Post Reply