<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
       I am able to create a file:<br>
    <br>
    netcdf pCTM_CONC_1 {<br>
    dimensions:<br>
            cols = 423 ;<br>
            rows = 594 ;<br>
            lays = 14 ;<br>
            time = UNLIMITED ; // (0 currently)<br>
            vars = 142 ;<br>
    variables:<br>
            float NO2(time, lays, rows, cols) ;<br>
            float NO(time, lays, rows, cols) ;<br>
            float O(time, lays, rows, cols) ;<br>
    <br>
    The code crashed with a segmentation fault (indicated the following
    line by traceback option):<br>
    <br>
            stat = nfmpi_put_vara_real_all (loc_pos%fileid,
    loc_pos%var_id(v), start, count, loc_data)<br>
    <br>
    The argument for this call in one of the processor is:<br>
    <br>
    loc_pos%fileid = 0<br>
    loc_pos%var_id(v) = 1<br>
    start =   1    1    1    1<br>
    count = 423   50   14    1<br>
    loc_data (size) = 423     50     14<br>
    <br>
    I wonder what is the problem. Please advise.<br>
    <br>
    Cheers,<br>
    David<br>
    <br>
    <div class="moz-signature">
      <table border="1" height="6" width="13">
        <tbody>
          <tr>
            <td><br>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>