[Thread Prev][Thread Next][Index]

Problem with setting longitude value



Hi Jonathan
I have two 3D gridded datasets in netcdf format. They both contain only one variable, "chl". Dataset B is a superset of dataset A since the longitude (degrees_east) value of A is from -30 to -28.5 and longitude of B is from -30.5 to -28.5. The step is 0.25. I added dataset B into LAS and everything was fine. However some problems happened with dataset A.
1) First, when I made a lat/depth slice at a longitude, say "28.75W", it drew the image at another longitude,
not the one at "28.75W". I found this problem because the output wasn't the same as the one from dataset B. However they should look the same since B is a superset of A. I checked the original 3D data of A and B and the two slices of A and B were almost identical.
I dumped the original netcdf file of dataset A into a text file , check it and found no problem. The line defining longitude value in the netcdf text is "longitude = -30, -29.75, -29.5, -29.25, -29, -28.75, -28.5 ;" I also checked $lasroot/las/server/las.xml and didn't find problem either, the lines for longitude are
<part_atlantic_cruise_nc_longitude units="degrees_east" type="x">
<arange start="-30" step="0.25" size="7"/>
</part_atlantic_cruise_nc_longitude>
I checked the Coards netcdf convention page at http://ferret.wrc.noaa.gov/noaa_coop/coop_cdf_profile.html, it said" longitudes may be represented modulo 360. Thus, for example, -180, 180, and 540 are all valid representations of the International Dateline and 0 and 360 are both valid representations of the Prime Meridian. Note, however, that the sequence of numerical longitude values stored in the netCDF file must be monotonic in a non-modulo sense."
Should I use positive value, from 330E, 330.25E to 331.5E instead of negative values?
Something really confused me is that when I change the longitude to between 330E and 331.5E, added it into LAS, then when I made a lat/depth slice, the dialog in the interface for setting Longitude is always fixed at 330E,
no mattered what I input, the value 330E couldn't be changed.
2) I did some tests with dataset A. If I replaced the longitude with , say from 1 to 7, the problem disappeared. However, if I set up longitude from 7 down to 1, it was wrong again. So I'm guessing do I have to set up longitude in an increasingly monotonic way?
I was stuck on this question for three days. I added dataset A and B into LAS in exactly the same way and dataset B worked perfect, however dataset A didn't work . I checked the netcdf file of A and B, also checked las.xml and everything seemed fine. Can anybody help me? My server is at http://palapa.ocean.dal.ca:8080/las/servlets/dataset
Dataset A is "part_atlantic_cruise" and dataset B is "atlantic_cruise".
I also attached the two netcdf header files and las.xml with my letter.
Thanks a lot. Any help will be appreciated.
Best regards, Ding



Ding Chi
Research Staff
Oceanography Department, Dalhousie University
Halifax, Nova Scotia, Canada
Phone (902)494-3655

netcdf part_atlantic_cruise {
dimensions:
	latitude = 19 ;
	longitude = 7 ;
	depth = 200 ;
variables:
	double latitude(latitude) ;
		latitude:units = "degrees_north" ;
	double longitude(longitude) ;
		longitude:units = "degrees_east" ;
	double depth(depth) ;
		depth:units = "meters" ;
		depth:positive = "up" ;
	double chl(depth, latitude, longitude) ;
		chl:units = "mg_per_cube" ;
		chl:missing_value = -99999. ;

// global attributes:
		:description = "NetCDF Example" ;
		:author = "Chi Ding" ;
		:date = "May 7, 2003" ;
data:

 latitude = 6.5, 6.75, 7, 7.25, 7.5, 7.75, 8, 8.25, 8.5, 8.75, 9, 9.25, 9.5, 
    9.75, 10, 10.25, 10.5, 10.75, 11 ;

 longitude = -30, -29.75, -29.5, -29.25, -29, -28.75, -28.5 ;

 depth = -200, -199, -198, -197, -196, -195, -194, -193, -192, -191, -190, 
    -189, -188, -187, -186, -185, -184, -183, -182, -181, -180, -179, -178, 
    -177, -176, -175, -174, -173, -172, -171, -170, -169, -168, -167, -166, 
    -165, -164, -163, -162, -161, -160, -159, -158, -157, -156, -155, -154, 
    -153, -152, -151, -150, -149, -148, -147, -146, -145, -144, -143, -142, 
    -141, -140, -139, -138, -137, -136, -135, -134, -133, -132, -131, -130, 
    -129, -128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, 
    -117, -116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, 
    -105, -104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, 
    -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, 
    -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, 
    -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, 
    -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, 
    -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, 
    -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, 
    -7, -6, -5, -4, -3, -2, -1 ;

 chl =
  0.36475, 0.364105, 0.36346, 0.36294, 0.36242, 0.36048, 0.35854,
  0.364695, 0.36326, 0.361825, 0.3622675, 0.36271, 0.362555, 0.3624,
  0.36464, 0.362415, 0.36019, 0.361595, 0.363, 0.36463, 0.36626,
  0.364205, 0.3620525, 0.3599, 0.3608575, 0.361815, 0.3635275, 0.36524,
  0.36377, 0.36169, 0.35961, 0.36012, 0.36063, 0.362425, 0.36422,
  0.360895, 0.36057, 0.360245, 0.3608675, 0.36149, 0.362705, 0.36392,
  0.35802, 0.35945, 0.36088, 0.361615, 0.36235, 0.362985, 0.36362,
  0.36191, 0.361285, 0.36066, 0.3616175, 0.362575, 0.3635475, 0.36452,
  0.3658, 0.36312, 0.36044, 0.36162, 0.3628, 0.36411, 0.36542,
  0.36274, 0.3621875, 0.361635, 0.362675, 0.363715, 0.3648025, 0.36589,
  0.35968, 0.361255, 0.36283, 0.36373, 0.36463, 0.365495, 0.36636,
  0.36219, 0.3633775, 0.364565, 0.3638425, 0.36312, 0.36402, 0.36492,
  0.3647, 0.3655, 0.3663, 0.363955, 0.36161, 0.362545, 0.36348,
  0.36282, 0.36456, 0.3663, 0.36306, 0.35982, 0.360185, 0.36055,
  0.36094, 0.36362, 0.3663, 0.362165, 0.35803, 0.357825, 0.35762,
  0.36254, 0.36442, 0.3663, 0.362705, 0.35911, 0.35814, 0.35717,
  0.36414, 0.36522, 0.3663, 0.363245, 0.36019, 0.358455, 0.35672,
  0.365195, 0.3657625, 0.36633, 0.3647875, 0.363245, 0.3623775, 0.36151,
  0.36625, 0.366305, 0.36636, 0.36633, 0.3663, 0.3663, 0.3663,
  0.35798, 0.36032, 0.36266, 0.36188, 0.3611, 0.361265, 0.36143,
  0.35996, 0.3607075, 0.361455, 0.36204, 0.362625, 0.362725, 0.362825,
  0.36194, 0.361095, 0.36025, 0.3622, 0.36415, 0.364185, 0.36422,
  0.36093, 0.3618225, 0.362715, 0.363275, 0.363835, 0.3625875, 0.36134,
  0.35992, 0.36255, 0.36518, 0.36435, 0.36352, 0.36099, 0.35846,
  0.361585, 0.362475, 0.363365, 0.3630675, 0.36277, 0.362575, 0.36238,
  0.36325, 0.3624, 0.36155, 0.361785, 0.36202, 0.36416, 0.3663,
  0.361205, 0.360275, 0.359345, 0.361295, 0.363245, 0.3644175, 0.36559,
  0.35916, 0.35815, 0.35714, 0.360805, 0.36447, 0.364675, 0.36488,
  0.36283, 0.362275, 0.36172, 0.3631375, 0.364555, 0.3642775, 0.364,
  0.3665, 0.3664, 0.3663, 0.36547, 0.36464, 0.36388, 0.36312,
  0.36576, 0.3660525, 0.366345, 0.3646675, 0.36299, 0.3631925, 0.363395,
  0.36502, 0.365705, 0.36639, 0.363865, 0.36134, 0.362505, 0.36367,
  0.36463, 0.3654875, 0.366345, 0.364715, 0.363085, 0.36271, 0.362335,
  0.36424, 0.36527, 0.3663, 0.365565, 0.36483, 0.362915, 0.361,
  0.364035, 0.3651675, 0.3663, 0.36596, 0.36562, 0.3638375, 0.362055,
  0.36383, 0.365065, 0.3663, 0.366355, 0.36641, 0.36476, 0.36311,
  0.362765, 0.3634175, 0.36407, 0.36522, 0.36637, 0.3655375, 0.364705,
  0.3617, 0.36177, 0.36184, 0.364085, 0.36633, 0.366315, 0.3663,
  0.3593, 0.35988, 0.36046, 0.36228, 0.3641, 0.3594, 0.3547,
  0.359875, 0.3581075, 0.35634, 0.359625, 0.36291, 0.35985, 0.35679,
  0.36045, 0.356335, 0.35222, 0.35697, 0.36172, 0.3603, 0.35888,
  0.361635, 0.3596575, 0.35768, 0.3595775, 0.361475, 0.3614275, 0.36138,
  0.36282, 0.36298, 0.36314, 0.362185, 0.36123, 0.362555, 0.36388,
  0.362665, 0.362775, 0.362885, 0.362785, 0.362685, 0.363915, 0.365145,
  0.36251, 0.36257, 0.36263, 0.363385, 0.36414, 0.365275, 0.36641,
  0.363285, 0.3625675, 0.36185, 0.362005, 0.36216, 0.36382, 0.36548,
  0.36406, 0.362565, 0.36107, 0.360625, 0.36018, 0.362365, 0.36455,
  0.36279, 0.36325, 0.36371, 0.3626725, 0.361635, 0.3626275, 0.36362,
  0.36152, 0.363935, 0.36635, 0.36472, 0.36309, 0.36289, 0.36269,
  0.36391, 0.364475, 0.36504, 0.363245, 0.36145, 0.3629725, 0.364495,
  0.3663, 0.365015, 0.36373, 0.36177, 0.35981, 0.363055, 0.3663,
  0.36518, 0.3651, 0.36502, 0.3632825, 0.361545, 0.36302, 0.364495,
  0.36406, 0.365185, 0.36631, 0.364795, 0.36328, 0.362985, 0.36269,
  0.36196, 0.3641675, 0.366375, 0.3631575, 0.35994, 0.3614825, 0.363025,

netcdf atlantic_cruise {
dimensions:
	latitude = 19 ;
	longitude = 9 ;
	depth = 200 ;
variables:
	double latitude(latitude) ;
		latitude:units = "degrees_north" ;
	double longitude(longitude) ;
		longitude:units = "degrees_east" ;
	double depth(depth) ;
		depth:units = "meters" ;
		depth:positive = "up" ;
	double chl(depth, latitude, longitude) ;
		chl:units = "mg_per_cube" ;
		chl:missing_value = -99999. ;

// global attributes:
		:description = "NetCDF Example" ;
		:author = "Chi Ding" ;
		:date = "May 7, 2003" ;
data:

 latitude = 6.5, 6.75, 7, 7.25, 7.5, 7.75, 8, 8.25, 8.5, 8.75, 9, 9.25, 9.5, 
    9.75, 10, 10.25, 10.5, 10.75, 11 ;

 longitude = -30.5, -30.25, -30, -29.75, -29.5, -29.25, -29, -28.75, -28.5 ;

 depth = -200, -199, -198, -197, -196, -195, -194, -193, -192, -191, -190, 
    -189, -188, -187, -186, -185, -184, -183, -182, -181, -180, -179, -178, 
    -177, -176, -175, -174, -173, -172, -171, -170, -169, -168, -167, -166, 
    -165, -164, -163, -162, -161, -160, -159, -158, -157, -156, -155, -154, 
    -153, -152, -151, -150, -149, -148, -147, -146, -145, -144, -143, -142, 
    -141, -140, -139, -138, -137, -136, -135, -134, -133, -132, -131, -130, 
    -129, -128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, 
    -117, -116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, 
    -105, -104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, 
    -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, 
    -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, 
    -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, 
    -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, 
    -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, 
    -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, 
    -7, -6, -5, -4, -3, -2, -1 ;

 chl =
  0.35896, 0.361855, 0.36475, 0.364105, 0.36346, 0.36294, 0.36242, 0.36048, 
    0.35854,
  0.360025, 0.36236, 0.364695, 0.36326, 0.361825, 0.3622675, 0.36271, 
    0.362555, 0.3624,
  0.36109, 0.362865, 0.36464, 0.362415, 0.36019, 0.361595, 0.363, 0.36463, 
    0.36626,
  0.362085, 0.363145, 0.364205, 0.3620525, 0.3599, 0.3608575, 0.361815, 
    0.3635275, 0.36524,
  0.36308, 0.363425, 0.36377, 0.36169, 0.35961, 0.36012, 0.36063, 0.362425, 
    0.36422,
  0.36106, 0.3609775, 0.360895, 0.36057, 0.360245, 0.3608675, 0.36149, 
    0.362705, 0.36392,
  0.35904, 0.35853, 0.35802, 0.35945, 0.36088, 0.361615, 0.36235, 0.362985, 
    0.36362,
  0.359665, 0.3607875, 0.36191, 0.361285, 0.36066, 0.3616175, 0.362575, 
    0.3635475, 0.36452,
  0.36029, 0.363045, 0.3658, 0.36312, 0.36044, 0.36162, 0.3628, 0.36411, 
    0.36542,
  0.36275, 0.362745, 0.36274, 0.3621875, 0.361635, 0.362675, 0.363715, 
    0.3648025, 0.36589,
  0.36521, 0.362445, 0.35968, 0.361255, 0.36283, 0.36373, 0.36463, 0.365495, 
    0.36636,
  0.365055, 0.3636225, 0.36219, 0.3633775, 0.364565, 0.3638425, 0.36312, 
    0.36402, 0.36492,
  0.3649, 0.3648, 0.3647, 0.3655, 0.3663, 0.363955, 0.36161, 0.362545, 0.36348,
  0.36375, 0.363285, 0.36282, 0.36456, 0.3663, 0.36306, 0.35982, 0.360185, 
    0.36055,
  0.3626, 0.36177, 0.36094, 0.36362, 0.3663, 0.362165, 0.35803, 0.357825, 
    0.35762,
  0.36445, 0.363495, 0.36254, 0.36442, 0.3663, 0.362705, 0.35911, 0.35814, 
    0.35717,
  0.3663, 0.36522, 0.36414, 0.36522, 0.3663, 0.363245, 0.36019, 0.358455, 
    0.35672,
  0.18315, 0.2741725, 0.365195, 0.3657625, 0.36633, 0.3647875, 0.363245, 
    0.3623775, 0.36151,
  0, 0.183125, 0.36625, 0.366305, 0.36636, 0.36633, 0.3663, 0.3663, 0.3663,
  0.36082, 0.3594, 0.35798, 0.36032, 0.36266, 0.36188, 0.3611, 0.361265, 
    0.36143,
  0.3585, 0.35923, 0.35996, 0.3607075, 0.361455, 0.36204, 0.362625, 0.362725, 
    0.362825,
  0.35618, 0.35906, 0.36194, 0.361095, 0.36025, 0.3622, 0.36415, 0.364185, 
    0.36422,
  0.35716, 0.359045, 0.36093, 0.3618225, 0.362715, 0.363275, 0.363835, 
    0.3625875, 0.36134,
  0.35814, 0.35903, 0.35992, 0.36255, 0.36518, 0.36435, 0.36352, 0.36099, 
    0.35846,
  0.35961, 0.3605975, 0.361585, 0.362475, 0.363365, 0.3630675, 0.36277, 
    0.362575, 0.36238,
  0.36108, 0.362165, 0.36325, 0.3624, 0.36155, 0.361785, 0.36202, 0.36416, 
    0.3663,
  0.36203, 0.3616175, 0.361205, 0.360275, 0.359345, 0.361295, 0.363245, 
    0.3644175, 0.36559,
  0.36298, 0.36107, 0.35916, 0.35815, 0.35714, 0.360805, 0.36447, 0.364675, 
    0.36488,

<?xml version='1.0' ?>
 <!DOCTYPE spec SYSTEM "spec.dtd" [ 
  <!ENTITY StdOperations SYSTEM "operations.xml">]>
   <lasdata>
    <institution name="Pacific Marine Environmental Lab" url="http://www.pmel.noaa.gov"/>
    <!-- Define properties -->
     <properties>
      <ferret>
       <land_type>shade                                                                                                                                                                                                                
       </land_type>
       <fill_type>fill                                                                                                                                                                                                                
       </fill_type>
       <view_centered>no                                                                                                                                                                                                                
       </view_centered>
       <fill_levels/>
       <format>netcdf                                                                                                                                                                                                                
       </format>
      </ferret>
     </properties>
     <operations url="http://palapa.ocean.dal.ca/las-bin/LASserver.pl";>
      <ls name="LAS directory handler" class="LAS::Util" method="ls"/>
      <overlay name="Overlay two variables" class="LAS::Server::Ferret" method="overlay">
       <arg type="variable"/>
       <arg type="region"/>
       <arg type="variable"/>
       <arg type="region"/>
      </overlay>
      <sidebyside name="Side-by-side plots" class="LAS::Server::Ferret" method="sidebyside"/>
      <compare name="Compare two variables" class="LAS::Server::Ferret" method="compare">
       <arg type="variable"/>
       <arg type="region"/>
       <arg type="variable"/>
       <arg type="region"/>
      </compare>
      <compare_data name="Data from variable comparison" class="LAS::Server::Ferret" method="compare_data">
       <arg type="variable"/>
       <arg type="region"/>
       <arg type="variable"/>
       <arg type="region"/>
      </compare_data>
      <shade name="Shade a variable" class="LAS::Server::Ferret" method="overlay">
       <arg type="variable"/>
       <arg type="region"/>
      </shade>
      <line name="Draw line from variable" class="LAS::Server::Ferret" method="overlay">
       <arg type="variable"/>
       <arg type="region"/>
      </line>
      <data name="Return variable data" class="LAS::Server::Ferret" method="data">
       <arg type="variable"/>
       <arg type="region"/>
      </data>
      <vrml name="Generate a VRML graphic" class="LAS::Server::Ferret" method="vrml">
       <arg type="variable"/>
       <arg type="region"/>
      </vrml>
      <vector name="Vector graphic" class="LAS::Server::Ferret" method="vector">
       <arg type="variable"/>
       <arg type="variable"/>
       <arg type="region"/>
      </vector>
      <ferret_script class="LAS::Server::Ferret" method="gen_script"/>
     </operations>
     <datasets>
      <coads_climatology_cdf name="COADS Climatology" url="file:coads_climatology" doc="doc/coads_climatology.html">
       <variables>
        <airt name="Air Temperature" units="DEG C">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </airt>
        <speh name="Specific Humidity" units="G/KG">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </speh>
        <sst name="Sea Surface Temperature" units="Deg C">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </sst>
        <uwnd name="Zonal Wind" units="M/S">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </uwnd>
        <wspd name="Wind Speed" units="M/S">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </wspd>
        <vwnd name="Meridional Wind" units="M/S">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </vwnd>
        <slp name="Sea Level Pressure" units="MB">
         <link match="/lasdata/grids/coads_climatology_cdf_grid"/>
        </slp>
       </variables>
       <composite>
        <wind_vectors name="Wind vectors">
         <properties>
          <ui>
           <default>file:ui.xml#VecVariable                                                                                                                                                                                                                                                                                                                    
           </default>
          </ui>
         </properties>
         <link match="/lasdata/datasets/coads_climatology_cdf/variables/uwnd"/>
         <link match="/lasdata/datasets/coads_climatology_cdf/variables/vwnd"/>
        </wind_vectors>
       </composite>
      </coads_climatology_cdf>
      <levitus_climatology_cdf name="Levitus Climatology" url="file:levitus_climatology" doc="doc/levitus_monthly.html">
       <variables>
        <salt name="SALINITY" units="PPT">
         <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
        </salt>
        <temp name="TEMPERATURE" units="DEG C">
         <link match="/lasdata/grids/levitus_climatology_cdf_grid"/>
        </temp>
       </variables>
      </levitus_climatology_cdf>
      <atlantic_cruise_nc url="file:/home/users/chi/tmp5/atlantic_cruise.nc" doc="" name="atlantic_cruise">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/atlantic_cruise_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </atlantic_cruise_nc>
      <part_atlantic_cruise_nc url="file:/home/users/chi/tmp5/part_atlantic_cruise.nc" doc="" name="part_atlantic_cruise">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/part_atlantic_cruise_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </part_atlantic_cruise_nc>
      <test_cruise1_nc url="file:/home/users/chi/tmp5/test_cruise1.nc" doc="" name="test_cruise1">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/test_cruise1_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </test_cruise1_nc>
      <test_cruise2_nc url="file:/home/users/chi/tmp5/test_cruise2.nc" doc="" name="test_cruise2">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/test_cruise2_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </test_cruise2_nc>
      <test_cruise3_nc url="file:/home/users/chi/tmp5/test_cruise3.nc" doc="" name="test_cruise3">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/test_cruise3_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </test_cruise3_nc>
      <test_cruise4_nc url="file:/home/users/chi/tmp5/test_cruise4.nc" doc="" name="test_cruise4">
       <variables>
        <chl units="mg_per_cube" name="chl">
         <link match="/lasdata/grids/test_cruise4_nc_longitude_latitude_depth_grid"/>
        </chl>
       </variables>
      </test_cruise4_nc>
     </datasets>
     <grids>
      <coads_climatology_cdf_grid>
       <link match="/lasdata/axes/coads_climatology_cdf_COADSX"/>
       <link match="/lasdata/axes/coads_climatology_cdf_COADSY"/>
       <link match="/lasdata/axes/coads_climatology_cdf_TIME"/>
      </coads_climatology_cdf_grid>
      <levitus_climatology_cdf_grid>
       <link match="/lasdata/axes/levitus_climatology_cdf_XAXLEVITR"/>
       <link match="/lasdata/axes/levitus_climatology_cdf_YAXLEVITR"/>
       <link match="/lasdata/axes/levitus_climatology_cdf_ZAXLEVITR"/>
      </levitus_climatology_cdf_grid>
      <atlantic_cruise_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/atlantic_cruise_nc_longitude"/>
       <link match="/lasdata/axes/atlantic_cruise_nc_latitude"/>
       <link match="/lasdata/axes/atlantic_cruise_nc_depth"/>
      </atlantic_cruise_nc_longitude_latitude_depth_grid>
      <part_atlantic_cruise_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/part_atlantic_cruise_nc_longitude"/>
       <link match="/lasdata/axes/part_atlantic_cruise_nc_latitude"/>
       <link match="/lasdata/axes/part_atlantic_cruise_nc_depth"/>
      </part_atlantic_cruise_nc_longitude_latitude_depth_grid>
      <test_cruise1_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/test_cruise1_nc_longitude"/>
       <link match="/lasdata/axes/test_cruise1_nc_latitude"/>
       <link match="/lasdata/axes/test_cruise1_nc_depth"/>
      </test_cruise1_nc_longitude_latitude_depth_grid>
      <test_cruise2_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/test_cruise2_nc_longitude"/>
       <link match="/lasdata/axes/test_cruise2_nc_latitude"/>
       <link match="/lasdata/axes/test_cruise2_nc_depth"/>
      </test_cruise2_nc_longitude_latitude_depth_grid>
      <test_cruise3_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/test_cruise3_nc_longitude"/>
       <link match="/lasdata/axes/test_cruise3_nc_latitude"/>
       <link match="/lasdata/axes/test_cruise3_nc_depth"/>
      </test_cruise3_nc_longitude_latitude_depth_grid>
      <test_cruise4_nc_longitude_latitude_depth_grid>
       <link match="/lasdata/axes/test_cruise4_nc_longitude"/>
       <link match="/lasdata/axes/test_cruise4_nc_latitude"/>
       <link match="/lasdata/axes/test_cruise4_nc_depth"/>
      </test_cruise4_nc_longitude_latitude_depth_grid>
     </grids>
     <axes>
      <coads_climatology_cdf_COADSX type="x" units="degrees_east">
       <arange start="21" step="2" size="180"/>
      </coads_climatology_cdf_COADSX>
      <coads_climatology_cdf_COADSY type="y" units="degrees_north">
       <arange start="-89" step="2" size="90"/>
      </coads_climatology_cdf_COADSY>
      <coads_climatology_cdf_TIME type="t" units="month">
       <arange start="1-1-16" step="1" size="12"/>
      </coads_climatology_cdf_TIME>
      <levitus_climatology_cdf_XAXLEVITR type="x" units="degrees_east">
       <arange start="20.5" step="1" size="360"/>
      </levitus_climatology_cdf_XAXLEVITR>
      <levitus_climatology_cdf_YAXLEVITR type="y" units="degrees_north">
       <arange start="-89.5" step="1" size="180"/>
      </levitus_climatology_cdf_YAXLEVITR>
      <levitus_climatology_cdf_ZAXLEVITR type="z" units="METERS">
       <v>0                                                                                                                                                                                                         
       </v>
       <v>10                                                                                                                                                                                                         
       </v>
       <v>20                                                                                                                                                                                                         
       </v>
       <v>30                                                                                                                                                                                                         
       </v>
       <v>50                                                                                                                                                                                                         
       </v>
       <v>75                                                                                                                                                                                                         
       </v>
       <v>100                                                                                                                                                                                                         
       </v>
       <v>150                                                                                                                                                                                                         
       </v>
       <v>200                                                                                                                                                                                                         
       </v>
       <v>300                                                                                                                                                                                                         
       </v>
       <v>400                                                                                                                                                                                                         
       </v>
       <v>600                                                                                                                                                                                                         
       </v>
       <v>800                                                                                                                                                                                                         
       </v>
       <v>1000                                                                                                                                                                                                         
       </v>
       <v>1200                                                                                                                                                                                                         
       </v>
       <v>1500                                                                                                                                                                                                         
       </v>
       <v>2000                                                                                                                                                                                                         
       </v>
       <v>3000                                                                                                                                                                                                         
       </v>
       <v>4000                                                                                                                                                                                                         
       </v>
       <v>5000                                                                                                                                                                                                         
       </v>
      </levitus_climatology_cdf_ZAXLEVITR>
      <atlantic_cruise_nc_longitude units="degrees_east" type="x">
       <arange start="-30.5" step="0.25" size="9"/>
      </atlantic_cruise_nc_longitude>
      <atlantic_cruise_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </atlantic_cruise_nc_latitude>
      <atlantic_cruise_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </atlantic_cruise_nc_depth>
      <part_atlantic_cruise_nc_longitude units="degrees_east" type="x">
       <arange start="-30" step="0.25" size="7"/>
      </part_atlantic_cruise_nc_longitude>
      <part_atlantic_cruise_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </part_atlantic_cruise_nc_latitude>
      <part_atlantic_cruise_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </part_atlantic_cruise_nc_depth>
      <test_cruise1_nc_longitude units="degrees_east" type="x">
       <arange start="-30" step="1" size="7"/>
      </test_cruise1_nc_longitude>
      <test_cruise1_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </test_cruise1_nc_latitude>
      <test_cruise1_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </test_cruise1_nc_depth>
      <test_cruise2_nc_longitude units="degrees_east" type="x">
       <arange start="24" step="1" size="7"/>
      </test_cruise2_nc_longitude>
      <test_cruise2_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </test_cruise2_nc_latitude>
      <test_cruise2_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </test_cruise2_nc_depth>
      <test_cruise3_nc_longitude units="degrees_east" type="x">
       <v>24.1       
       </v>
       <v>24.2       
       </v>
       <v>24.3       
       </v>
       <v>24.4       
       </v>
       <v>24.5       
       </v>
       <v>24.6       
       </v>
       <v>24.7       
       </v>
      </test_cruise3_nc_longitude>
      <test_cruise3_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </test_cruise3_nc_latitude>
      <test_cruise3_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </test_cruise3_nc_depth>
      <test_cruise4_nc_longitude units="degrees_east" type="x">
       <arange start="330" step="0.25" size="7"/>
      </test_cruise4_nc_longitude>
      <test_cruise4_nc_latitude units="degrees_north" type="y">
       <arange start="6.5" step="0.25" size="19"/>
      </test_cruise4_nc_latitude>
      <test_cruise4_nc_depth units="meters" type="z">
       <arange start="-200" step="1" size="200"/>
      </test_cruise4_nc_depth>
     </axes>
    </lasdata>


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement