org.mbari.oasis
Class OasisPco2Netcdf

java.lang.Object
  extended byorg.mbari.oasis.OasisPco2Netcdf

public class OasisPco2Netcdf
extends java.lang.Object

Constructs a netCDF file from pCO2 data files created by 'extract' (i.e. OASIS)
This class contructs an archive of pCO2 data from daily files extracted from OASIS downloads. It can be used in other Java programs or run from the command line.

See Also:
OasisNetcdfReader

Constructor Summary
OasisPco2Netcdf(java.lang.String mooring, java.io.File infile, java.io.File calfile, java.io.File outfile)
           
OasisPco2Netcdf(java.lang.String mooring, java.lang.String infile, java.lang.String calfile, java.lang.String outfile)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OasisPco2Netcdf

public OasisPco2Netcdf(java.lang.String mooring,
                       java.lang.String infile,
                       java.lang.String calfile,
                       java.lang.String outfile)
                throws java.io.IOException
Parameters:
mooring - the name of the mooring (ex. M1, M2, EP1, Ep2, etc.)
infile - The pco2 data file (from oasis)
calfile - the path and name of the mooring.properties file.
outfile - The name fo the netcdf archive to be created.

OasisPco2Netcdf

public OasisPco2Netcdf(java.lang.String mooring,
                       java.io.File infile,
                       java.io.File calfile,
                       java.io.File outfile)
                throws java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)