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.
| 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 |
| Instrument | DODS 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 |
| Instrument | DODS 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 |
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.jnlwill 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.