M0 hourly data set documentation

This data set contains observations from MBARI OASIS mooring M0. Each variable from each deployment has been gridded to a common hourly time axes. A simple averager (Ferret's AVE) is used to put all of the data onto the same hourly time axis.
ADCP data are gridded in depth to a common regular axis between 5 and 55 meters with an bin interval of 5 meters. The Tstring data are gridded in depth at levels 1,10,20,40,55. For both depth gridding the Ferret LIN was used.
The data in this data set are available via DODS at
http://dods.mbari.org/cgi-bin/nph-nc/data/OASISdata/netcdf/hourlyM0.nc

and through the DODS html form mechanism:
http://dods.mbari.org/cgi-bin/nph-nc/data/OASISdata/netcdf/hourlyM0.nc.html

Below are the Ferret scripts (and their output) that produced this file from the original deployment data sets (which are also available via DODS). Because the DODS URLs are used, these GO scripts can be run from any Internet connected computer that has Ferret version 5.22 or higher installed.

Summary plots of all the variables in this data set.

M0 Hourly Initialization: 03-JUN-2004 18:00 to 31-JUL-2006 14:00

   Ferret GO script and output
Global Initialization script required to create continuous time series for the above time period.
The following scripts append with real data.

initM0Vars.jnl
initM0Vars.out

M0 Deployment 200406: 03-JUN-2004 18:00 to 07-MAR-2005 07:00

InstrumentDODS link to original data file Ferret GO script and output
ADCP m0_adcp_20040603_workhorse.nc.html
03-JUN-2004 18:00 to 03-MAR-2005 23:35
hour_m0_adcp_20040603_workhorse.jnl
hour_m0_adcp_20040603_workhorse.out
Metsys m0_metsys_20040603.nc.html
03-JUN-2004 17:50 to 07-MAR-2005 06:40
hour_m0_metsys_20040603.jnl
hour_m0_metsys_20040603.out
Tstring m0_tstring_20040603.nc.html
03-JUN-2004 17:35 to 07-MAR-2005 06:55
hour_m0_tstring_20040603.jnl
hour_m0_tstring_20040603.out

M0 Deployment 200504: 18-APR-2005 19:00 to 31-JUL-2006 14:00

InstrumentDODS link to original data file Ferret GO script and output
ADCP m0_adcp_20050418_workhorse.nc.html
18-APR-2005 18:57 to 31-JUL-2006 14:56
hour_m0_adcp_20050418_workhorse.jnl
hour_m0_adcp_20050418_workhorse.out
Metsys m0_metsys_20050418.nc.html
18-APR-2005 17:50 to 27-JUL-2006 17:10
hour_m0_metsys_20050418.jnl
hour_m0_metsys_20050418.out
Tstring m0_tstring_20050418.nc.html
18-APR-2005 18:05 to 31-JUL-2006 23:55
hour_m0_tstring_20050418.jnl
hour_m0_tstring_20050418.out

The above .jnl files, executed by ferret at the command line in the order they appear:
ferret -memsize 20.0 -script initM0Vars.jnl 
ferret -memsize 20.0 -script hour_m0_adcp_20040603_workhorse.jnl 
ferret -memsize 20.0 -script hour_m0_metsys_20040603.jnl 
ferret -memsize 20.0 -script hour_m0_tstring_20040603.jnl 
ferret -memsize 20.0 -script hour_m0_adcp_20050418_workhorse.jnl 
ferret -memsize 20.0 -script hour_m0_metsys_20050418.jnl 
ferret -memsize 20.0 -script hour_m0_tstring_20050418.jnl 

will create the hourlyM0.nc file referenced in the DODS url above.

Please see OASIS Deployment Data Regridding Examples for examples of the regridding transforms used for these data.


Generated: Thu Jul 10 22:40:09 2008 by $Id: depl2hourly.pl,v 1.73 2005/06/13 00:40:38 mccann Exp $