コード例 #1
0
 /**
  * Build the netCDF file
  *
  * @throws IOException problem reading the file
  */
 protected void buildNCFile() throws IOException {
   Trace.call1("GEMPAKSIOSP: buildNCFile");
   ncfile.empty();
   fillNCFile();
   addGlobalAttributes();
   ncfile.finish();
   Trace.call2("GEMPAKSIOSP: buildNCFile");
   // System.out.println(ncfile);
 }