<html>
<head>
    <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
</head>
<body>
<style>
    font{
        line-height: 1.7;
    }
</style>
<div style = 'font-family:"新宋体"; font-size: 14px; color:#000000; line-height:1.7;'>
    <div>
<div><span>Hi, Martin,</span></div><div><span><br></span></div><div><span>Thanks for your kind reminding. I checked my results again and found that you are right. The kppg_th is zeros for k=1. </span></div><div><span><br></span></div><div><span>Best regards,</span></div><div><span><br></span></div><div><span>Yi Liu</span></div>
<div><span><br></span></div>
<div><span><br></span></div>
<div id="ntes-pcmail-signature" style="font-family:'新宋体'">
    <style type="text/css">
        a#ntes-pcmail-signature-default:hover {
            text-decoration: underline;
            color: #199cff;
            cursor: pointer;
        }
        a#ntes-pcmail-signature-default:active {
            text-decoration: underline;
            color: #246fce;
            cursor: pointer;
        }
    </style>

                <font style="padding: 0; margin:0;">
                    <div id="ntes-pcmail-signature-default" style="font-size:14px; color:#000; text-decoration: none;">发自网易邮箱大师</div>                </font>

</div><br>
</div><div class="J-reply" style="background-color:#f2f2f2;color:black;padding-top:6px;padding-bottom:6px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-top:45px;margin-bottom:20px;font-family:'新宋体';">
    <div style="font-size:14px;line-height:1.5;word-break:break-all;margin-left:10px;margin-right:10px">On <span class="mail-date">10/20/2017 00:08</span>,<a class="mail-to" style="text-decoration:none;color:#2a83f2;" href="mailto:mitgcm-support-request@mitgcm.org"><mitgcm-support-request@mitgcm.org></a> wrote: </div>
</div>
<blockquote id="ntes-pcmail-quote" style="margin: 0; padding: 0; font-size: 14px; font-family: '新宋体';">
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>  http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
<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. [mitgcm support] Ask some questions about heat  budget in
<br>      MITgcm (liuyi315)
<br>   2. Re: Input of warm water in depth (Martin Losch)
<br>   3. Re: [mitgcm support] Ask some questions about heat budget in
<br>      MITgcm (Martin Losch)
<br>
<br>
<br>----------------------------------------------------------------------
<br>
<br>Message: 1
<br>Date: Thu, 19 Oct 2017 18:01:19 +0800
<br>From: liuyi315 <liuyi315@mails.ucas.ac.cn>
<br>To: mitgcm-support <mitgcm-support@mitgcm.org>
<br>Subject: [MITgcm-support] [mitgcm support] Ask some questions about
<br>  heat  budget in MITgcm
<br>Message-ID: <BC9F6DA4-9C04-460E-B42B-9C3A9E217C45@mails.ucas.ac.cn>
<br>Content-Type: text/plain; charset="us-ascii"
<br>
<br>An HTML attachment was scrubbed...
<br>URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171019/ab47da2d/attachment-0001.html>
<br>
<br>------------------------------
<br>
<br>Message: 2
<br>Date: Thu, 19 Oct 2017 16:48:20 +0200
<br>From: Martin Losch <Martin.Losch@awi.de>
<br>To: MITgcm Support <mitgcm-support@mitgcm.org>
<br>Subject: Re: [MITgcm-support] Input of warm water in depth
<br>Message-ID: <FA7FCF33-263D-4549-AE7C-1A8AC1DF0973@awi.de>
<br>Content-Type: text/plain; charset="utf-8"
<br>
<br>Hi Hadar,
<br>
<br>I think you are on the right track with obcs. If you provide your namelist file(s), it would be easier to help.
<br>
<br>It?s not clear to me, what you mean by ?higher effect than should be?.
<br>The obcs package in its simplest form just prescribes values for u,v,t,s explicitly. Even if the velocity normal to the boundary is zero, the avection schemes with a stencil larger than 2 or the horizontal diffusion will use the  tracer values and hence diffuse some information from the boundary into the interior. You can test that by using the advection scheme 2 for tracers and by turning of diffusion (diffKhT=0). This will be numerically unstable eventually, but initially you should have no effect of the boundaries.
<br>
<br>For any other advice, I am afraid, I would need to have a look at your namelist files.
<br>
<br>Martin
<br>
<br>> On 18. Oct 2017, at 15:16, Hadar Berman <hadarberman@gmail.com> wrote:
<br>> 
<br>> Dear all,
<br>> 
<br>> I am using the MITgcm with specified heat and water fluxes and relaxation for the region of the Gulf of Elat. 
<br>> I would like to check how an input of warmer water entering in different depths from the boundary can effect the surrounding water. 
<br>> 
<br>> I have tried using the obcs pkg, but specifying the temperature in the boundary seems to have a higher effect then should be, and it is not correlated with the discharge (or velocities) entering though the boundary (even when specifying velocities of zero, I still see a great effect due to the temperature of the boundary). 
<br>> 
<br>> As far as I can tell, since I need to check the effect of the water entering in differing depths (and not only on the surface), I can not use the surface forcing via evaporation minus precipitation (EmPmRFile) or the external forcing package (runoffFile). 
<br>> 
<br>> Any ideas?
<br>> Thanks,
<br>> Hadar Berman.
<br>> 
<br>> 
<br>> 
<br>> _______________________________________________
<br>> MITgcm-support mailing list
<br>> MITgcm-support@mitgcm.org
<br>> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
<br>
<br>
<br>
<br>------------------------------
<br>
<br>Message: 3
<br>Date: Thu, 19 Oct 2017 16:52:26 +0200
<br>From: Martin Losch <Martin.Losch@awi.de>
<br>To: MITgcm Support <mitgcm-support@mitgcm.org>
<br>Subject: Re: [MITgcm-support] [mitgcm support] Ask some questions
<br>  about heat budget in MITgcm
<br>Message-ID: <412C6BA3-47A6-4A79-8FD6-DC68DB80CBE7@awi.de>
<br>Content-Type: text/plain; charset="us-ascii"
<br>
<br>Hi,
<br>I think that KPPg_TH is a flux (like KPPghat) and hence defined at the upper cell interface. There is no flux of ghat through the surface, and so I beleve that KPPg_TH should be equal to zero for k=1. Are you sure it is NaN in the output?
<br>
<br>Martin
<br>
<br>> On 19. Oct 2017, at 12:01, liuyi315 <liuyi315@mails.ucas.ac.cn> wrote:
<br>> 
<br>> Hi, all MITgcm users,
<br>> 
<br>> I am using MITgcm to do the heat budget in the Indonesian Seas, but a problem puzzled me. I found that KPPg_TH is all NaN in the sea surface layer and the value becomes available from the second layer. Is there something wrong in my model? Could someone give me some advice? Thanks very much.
<br>> 
<br>> Best regards,
<br>> 
<br>> Yi Liu
<br>> 
<br>> _______________________________________________
<br>> MITgcm-support mailing list
<br>> MITgcm-support@mitgcm.org
<br>> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
<br>
<br>
<br>
<br>------------------------------
<br>
<br>Subject: Digest Footer
<br>
<br>_______________________________________________
<br>MITgcm-support mailing list
<br>MITgcm-support@mitgcm.org
<br>http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
<br>
<br>
<br>------------------------------
<br>
<br>End of MITgcm-support Digest, Vol 172, Issue 7
<br>**********************************************
<br></blockquote><!--😀-->
</div>
</body>
</html>