<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style><style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body dir="ltr" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Hi Sanjiv,</div>
<div><br>
</div>
<div>I'm not familiar with the netCDF MATLAB module so I probably can't help there but it might be helpful if you posted the new errors you're getting.</div>
<div><br>
</div>
<div>To answer (iii) you can set <code class="m_-1188343061455876705gmail-docutils m_-1188343061455876705gmail-literal m_-1188343061455876705gmail-notranslate">
<span class="m_-1188343061455876705gmail-pre"><span class="m_-1188343061455876705gmail-highlighted">useSingleCpuIO</span></span>
<span class="m_-1188343061455876705gmail-pre">=</span> <span class="m_-1188343061455876705gmail-pre">
.TRUE.</span></code> in the <code class="m_-1188343061455876705gmail-docutils m_-1188343061455876705gmail-literal m_-1188343061455876705gmail-notranslate">
<span class="m_-1188343061455876705gmail-pre">PARM01</span></code> namelist within the main
<code class="m_-1188343061455876705gmail-docutils m_-1188343061455876705gmail-literal m_-1188343061455876705gmail-notranslate">
<span class="m_-1188343061455876705gmail-pre">data</span></code> file (<a href="https://mitgcm.readthedocs.io/en/latest/outp_pkgs/outp_pkgs.html?highlight=useSingleCpuIO" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://mitgcm.readthedocs.io/en/latest/outp_pkgs/outp_pkgs.html?highlight%3DuseSingleCpuIO&source=gmail&ust=1542319596299000&usg=AFQjCNGtHMFwrQAiY7E6B7vt9on53PHMKQ">Section
 9.2.1.3</a>) so that all tiles are sent to a single CPU which combines them and writes out a single file for the entire grid. I imagine you'll lose some performance but unless you have many tiles or very large tiles it shouldn't be too noticeable. Also took
 me a while to find this setting when I first started!<br>
</div>
<div><br>
</div>
<div>Cheers,</div>
Ali
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF46453" style="direction: ltr;"><font size="2" face="Tahoma" color="#000000"><b>From:</b> MITgcm-support [mitgcm-support-bounces@mitgcm.org] on behalf of Sanjiv Ramachandran [sramachandran@umassd.edu]<br>
<b>Sent:</b> Wednesday, November 14, 2018 4:57 PM<br>
<b>To:</b> mitgcm-support@mitgcm.org<br>
<b>Subject:</b> [MITgcm-support] Matlab scripts for viewing netcdf files<br>
</font><br>
</div>
<div></div>
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0; margin-bottom:0">Hi,</p>
<p style="margin-top:0; margin-bottom:0">    I am trying to set up the 'MLadjust'  test case, which is one of the cases in the 'verification' folder. My output gets written into multiple files, one for each tile, as I am using MPI. I am using the latest version
 of MITgcm.<br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">I have some questions regarding the 'mnc_assembly.m' file in the utils/matlab/ folder:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">(i) The file has commands of the form: <span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>fnc = netcdf(fnm, 'nowrite');</span><br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">I replaced 'netcdf' with 'netcdf.open' as otherwise the command would not execute. But after the replacement, I am getting other errors. </p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">(ii) How do you assemble files across multiple folders? The file mnc_assembly.m only assembles all the tiles within a folder.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">(iii) Is there any way to get  MITgcm to just return the fields for the entire grid in one big file (eg. state.0000100000.nc)? For my purposes, there are no benefits to having the output written separately for each tile.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Thanks,</p>
<p style="margin-top:0; margin-bottom:0">Sanjiv <br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
</div>
</div>
</div>
</div>
</body>
</html>