<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Martin,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I wrote an email two weeks ago about this matter with a diagram. If you did not get it to try to check the junk box, for some reason the mails from mitgcm are finishing in my junk box. I found out that the obsc_check file has issues when there is a boundary
 point at the corner. In those cases, the model thinks that there are two boundaries (e.g. upper and lateral). Even if the west and east boundary indexes are set 0, the model sends you an error related with the mask. Martin, do you think is it worth to write
 a small section about this in the manual?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Kind regards,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Estanislao</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De:</b> MITgcm-support <mitgcm-support-bounces@mitgcm.org> en nombre de mitgcm-support-request@mitgcm.org <mitgcm-support-request@mitgcm.org><br>
<b>Enviado:</b> martes, 8 de octubre de 2019 18:00<br>
<b>Para:</b> mitgcm-support@mitgcm.org <mitgcm-support@mitgcm.org><br>
<b>Asunto:</b> MITgcm-support Digest, Vol 196, Issue 2</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Send MITgcm-support mailing list submissions to<br>
        mitgcm-support@mitgcm.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support">http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support</a><br>
or, via email, send a message with subject or body 'help' to<br>
        mitgcm-support-request@mitgcm.org<br>
<br>
You can reach the person managing the list at<br>
        mitgcm-support-owner@mitgcm.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of MITgcm-support digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Unstructured open boundaries (Martin Losch)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 8 Oct 2019 17:42:26 +0200<br>
From: Martin Losch <Martin.Losch@awi.de><br>
To: MITgcm Support <mitgcm-support@mitgcm.org><br>
Subject: Re: [MITgcm-support] Unstructured open boundaries<br>
Message-ID: <71C1F42D-59A2-4292-8AA8-59409BF7EA0D@awi.de><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi,<br>
did you get an answer? In Fortran namelists, you are overwriting your first asignment by the second one. I suggest this (although I am not quite sure if I understood, what you want to do):<br>
<br>
# this assumes that Ny = 81<br>
 OB_Ieast=81*0,<br>
 OB_Iwest=81*0,<br>
# combine your two lines into one each<br>
 OB_Jnorth=28*0,3*80,19*-1,3*80,28*0,<br>
 OB_Jsouth=28*0,3*2,19*1,3*2,28*0,<br>
<br>
Martin<br>
<br>
> On 18. Sep 2019, at 04:34, Estanislao Gavilan Pascual-Ahuir <dramauh@hotmail.com> wrote:<br>
> <br>
> Dear Community,<br>
> <br>
> A few weeks ago I found a post in our email list about this but I cannot find it again. I would like to open boundaries in different rows.. For example I was thinking to do this but it is wrong.. As you can read I want to open 19 points in middle of the first
 and last row. Then I want to open 3 points and then other three points in the second row and the before the last row. I think it can be done but I am no doing something correctly. The forcing files are a single row with 81 points where your can find the specific
 values from the 29th to the 53rd column. Thanks in advance for your help.<br>
> <br>
> Kind regards,<br>
> <br>
> Estanislao<br>
> <br>
> # Open-boundaries<br>
>  &OBCS_PARM01<br>
>  OBCSfixTopo=.FALSE.,<br>
>  OB_Ieast=0,<br>
>  OB_Iwest=0,<br>
>  OB_Jnorth=31*0,19*-1,31*0,<br>
>  OB_Jnorth=28*0,3*80,19*0,3*80,28*0,<br>
>  OB_Jsouth=28*0,3*2,19*0,3*2,28*0,<br>
>  OB_Jsouth=31*0,19*1,31*0,<br>
>  useOBCSprescribe = .TRUE.,<br>
>  OBNvFile = 'OBzonaloutV05.bin',<br>
>  OBSvFile = 'OBzonalinV05.bin',<br>
>  OBNuFile = 'OBmeridoutU05.bin',<br>
>  OBSuFile = 'OBmeridinU05.bin',<br>
> <br>
> <br>
> _______________________________________________<br>
> MITgcm-support mailing list<br>
> MITgcm-support@mitgcm.org<br>
> <a href="http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support">http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
MITgcm-support mailing list<br>
MITgcm-support@mitgcm.org<br>
<a href="http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support">http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support</a><br>
<br>
<br>
------------------------------<br>
<br>
End of MITgcm-support Digest, Vol 196, Issue 2<br>
**********************************************<br>
</div>
</span></font></div>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
<tbody>
<tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank"><img alt="" width="46" height="29" style="width: 46px; height: 29px;" src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif"></a></td>
<td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">
Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank" style="color: #4453ea;">
www.avast.com</a> </td>
</tr>
</tbody>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
</body>
</html>