[MITgcm-support] How to choose obc balance coefficients?

Martin Losch martin.losch at awi.de
Tue Mar 14 10:11:33 EDT 2017


Hi Camille,

did you see this:
<http://mitgcm.org/public/r2_manual/latest/online_documents/node236.html#SECTION00731560000000000000>
? In your situation, you only need to worry about OBCS_balanceFacW and OBCS_balanceFacS. Your idea about the relative factor values is correct. If you have an extra volume flux “FLX” that needs to be distributed between your two boundaries, it will happen like this (provided the factors are >=0):
extraFluxW = FLX * OBCS_balanceFacW/(OBCS_balanceFacW+OBCS_balanceFacS)
extraFluxS = FLX * OBCS_balanceFacS/(OBCS_balanceFacW+OBCS_balanceFacS)

How you actually choose the factors depends on your intuition and the (relative) quality of the data that you prescribe.

Martin

> On 14 Mar 2017, at 13:42, Camille Mazoyer <mazoyer at univ-tln.fr> wrote:
> 
> Dear all,
> 
> I have questions about the OBC balance term, and maybe somebody can answer me here. I have other questions, but I think I'm going to write other mails, to seperate questions.
> 
> I'm not sure about the balance coefficient I should use for my OBC: I have 2 OBC (south and West). Other boundaries are land. I'm working on a small scale area (200 Nx, 100 Ny, 75 Nz with a grid of 100m scale ). Could you correct me if I'm wrong, but what I understand about the balance coefficient is:
> 
> - the higher it is, the bigger is the correction
> 
> - so if I am confident about the South OBC values I give,  and not confident about the West values I give: I should give a small coeff like 1 for south, and a bigger coeff like 2, 3, 4 or more (?) for west OBC.  That means OBC South will be less changed than West OBC to ensure zero net transport. Usually, we give a small coeff for an OBC where we we know the values, and we want to set the values, and a big coeff for an OBC where we don't care if the flow is adjusted. Is that correct?
> 
> So if I'm not sure about one OBC more than the other,  I can have coeff=1 for both.
> 
> My last question: to sum up, how to choose coefficients?
> 
> Thanks a lot,
> 
> Camille
> 
> -- 
> ------------------------------------------
> Camille Mazoyer
> Phd Student
> Mediterranean Institute of Oceanography (MIO)
> Institut de Mathématiques de Toulon (IMATH)
> Université de TOULON
> Bat X - CS 60584
> 83041 TOULON cedex 9
> France
> tel: +33.4.94.14.24.50
> Email: mazoyer at univ-tln.fr
> http://mio.pytheas.univ-amu.fr/
> http://imath.fr/
> 
> 
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support




More information about the MITgcm-support mailing list