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