org.mbari.oasis
Class Pco2Coards
java.lang.Object
org.mbari.oasis.Pco2Coards
- public class Pco2Coards
- 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 |
Pco2Coards(java.lang.String mooring,
java.io.File infile,
java.io.File calfile,
java.io.File outfile)
|
Pco2Coards(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 |
Pco2Coards
public Pco2Coards(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.
Pco2Coards
public Pco2Coards(java.lang.String mooring,
java.io.File infile,
java.io.File calfile,
java.io.File outfile)
throws java.io.IOException
main
public static void main(java.lang.String[] args)