Ticket #446 (closed Defect: fixed)

Opened 2 years ago

Last modified 2 years ago

mld and mlp 3D variables in HYCOM + NCODA Global 1/12 Degree Analysis do not work

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.8
Component: Tools - Data Products - HYCOM Version:
Keywords: Cc: bbest@duke.edu

Description

The HYCOM + NCODA Global 1/12 Degree Analysis 3D tools report:

KeyError: u'The OPeNDAP URL  http://tds.hycom.org/thredds/dodsC/glb_analysis does not have a variable named "mld".'

The problem is that HYCOM apparently changed the names of variables available at that URL, probably to be compatible with other oceanographic datasets. These variables were deleted:

    mld
    mlp

and these variables were added:

    mixed_layer_density
    mixed_layer_salinity
    mixed_layer_temperature
    mixed_layer_thickness
    mixed_layer_u_velocity
    mixed_layer_v_velocity
    surface_boundary_layer_thickness

The tool should be updated to use the new variables.

Change History

Changed 2 years ago by jjr8

  • status changed from new to closed
  • resolution changed from null to fixed

Fixed in r705, released in MGET 0.8a21.

Note: See TracTickets for help on using tickets.