Search found 2 matches

by zhangtianyi
Sun Jun 21, 2015 10:49 pm
Forum: ROMS Discussion
Topic: Boundary input stop working when BC is changed to Red
Replies: 2
Views: 1692

Re: Boundary input stop working when BC is changed to Red

What is your western ubar boundary condition? The logic in question is in inp_par.F: CASE ('FLA') S(ibry,ifield,igrid)%Flather = .TRUE. S(ibry,ifield,igrid)%acquire = .TRUE. S(ibry,isFsur,igrid)%acquire = .TRUE. Setting either ubar or vbar to Fla will tell ROMS to read the free surface. There's ...
by zhangtianyi
Fri Jun 19, 2015 6:27 pm
Forum: ROMS Discussion
Topic: Boundary input stop working when BC is changed to Red
Replies: 2
Views: 1692

Boundary input stop working when BC is changed to Red

Hi, I am introducing a tide signal from the western boundary for my model. I uses zeta_west variable in a boundary input file to specify the signal. When I tried to change the boundary condition of 2D V-momentum from Fla to Red at the West boundary the model stop taking my boundary input file ...