
#Actual location of files on current filesystem
$mersea_cat = "/WebData/topaz.nersc.no/TOPAZ_OPeNDAP_DATA/mersea-ipv2/arctic/mersea-class1/topaz_V3_mersea_arctic*"; 

# relative URL of this data set - most be unique
$dataseturlpath="mersea-ipv2/arctic/tmipv2a-class1-b"; 

#Name of catalog as it appears in agg server
$catalogname="DODS Aggregation Server Catalog MERSEA Class 1 - Arctic";

# Top dataset name
$topdatasetname="MERSEA-IP CLASS 1 Aggregated files";

# Name of dataset as it appears on agg server
$datasetname="Arctic";

# Service -- how data is presented to agg server, DODS (opendap web) or NetCDF (files)
$service_type="OpenDAP";

# Root location of files 
$datasetRootLocation= "/WebData/topaz.nersc.no/TOPAZ_OPeNDAP_DATA/mersea-ipv2/arctic/mersea-class1/";


$xmlfile="mersea-ipv2-class1-arctic-b.xml";

$datasetRootPath="topaz";
$service_name = "TOPAZ";
$service_base = "/thredds/dodsC/";

$authority = "no.nersc.topaz";
$dataType = "Grid";
$dataFormat = "NetCDF";
$doc_rights = "Freely available";
$doc_simple_href = "http://www.mersea.eu.org";
$doc_simple_title = "MERSEA Project Web page";
$doc_summary = "DODS Data Prepared for the MERSEA IP EU Project."; #newline: <br>
$creator_name = "Mohn-Sverdrup Center for Global Ocean Studies and Operational Oceanography";
$creator_contact_url = "http://msc.nersc.no";
$creator_contact_email = "mersea-contact@nersc.no";
$publisher_name = "Nansen Environmental and Remote Sensing Center";
$publisher_contact_url = "http://www.nersc.no";
$publisher_contact_email = "mersea-contact@nersc.no";

$aggvars = "temperature salinity u v ssh bsfd mlp taux tauy tauxice tauyice qtot qtotair qsw fice hice hsnow uice vice";

# New var - required, denotes wheter to include geoSpatialcoverage
$geospatialCoverage = "yes";

