bug _ CHAPMAN boundary condition

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
komet7
Posts: 11
Joined: Sun Aug 22, 2010 5:49 am
Location: university of florida

bug _ CHAPMAN boundary condition

#1 Unread post by komet7 »

We realized that there is a bug in inp-par.F.

After line 1370 [S(ibry,ifield,igrid)%Chapman = .TRUE.]

the code missed the line [S(ibry,ifield,igrid)%acquire = .TRUE.].

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

Re: bug _ CHAPMAN boundary condition

#2 Unread post by kate »

If you look at the Chapman condition, it does not require external values. Why do you think it should set the Acquire to true?

komet7
Posts: 11
Joined: Sun Aug 22, 2010 5:49 am
Location: university of florida

Re: bug _ CHAPMAN boundary condition

#3 Unread post by komet7 »

when we tried to use ANA_FSOBC, we could not get the defined SSH in with CHAPMAN. After setting the acquire to true it worked.

Post Reply