<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-04-07T20:15:06.804+05:45"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>Initial TDS Installation (please change threddsConfig.xml)</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Support</ContactPerson>
                <ContactOrganization>My Group</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>support@my.group</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>Initial TDS Installation (please change threddsConfig.xml)</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>LIS land surface model output</Title>
    <Layer queryable="1">
        <Name>SmLiqFrac_inst</Name>
        <Title>average layer fraction of liquid moisture</Title>
        <Abstract>average layer fraction of liquid moisture</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="level" default="1.0">
            1.0,
            2.0,
            3.0,
            4.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SmLiqFrac_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SmLiqFrac_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SmLiqFrac_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SmLiqFrac_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SmLiqFrac_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SmLiqFrac_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SnowLiq_tavg</Name>
        <Title>snow-layer liquid water</Title>
        <Abstract>snow-layer liquid water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="level" default="1.0">
            1.0,
            2.0,
            3.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowLiq_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowLiq_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowLiq_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Evap_tavg</Name>
        <Title>total evapotranspiration</Title>
        <Abstract>total evapotranspiration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evap_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evap_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evap_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evap_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Evap_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Evap_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Rainf_f_tavg</Name>
        <Title>rainfall flux</Title>
        <Abstract>rainfall flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rainf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rainf_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rainf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rainf_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Rainf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Rainf_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SoilMoist_inst</Name>
        <Title>soil moisture content</Title>
        <Abstract>soil moisture content</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilMoist_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilMoist_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilMoist_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilMoist_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilMoist_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilMoist_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>APAR_tavg</Name>
        <Title>absorbed photosynthesis active radiation energy by canopy</Title>
        <Abstract>absorbed photosynthesis active radiation energy by canopy</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=APAR_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=APAR_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=APAR_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=APAR_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=APAR_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=APAR_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ActSnowNL_tavg</Name>
        <Title>actual number of snow layers</Title>
        <Abstract>actual number of snow layers</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ActSnowNL_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ActSnowNL_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ActSnowNL_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ActSnowNL_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ActSnowNL_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ActSnowNL_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Albedo_inst</Name>
        <Title>surface albedo</Title>
        <Abstract>surface albedo</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Albedo_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Albedo_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>AvgGrndT_tavg</Name>
        <Title>average ground surface temperature</Title>
        <Abstract>average ground surface temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgGrndT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgGrndT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgGrndT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgGrndT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgGrndT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgGrndT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>AvgSurfT_tavg</Name>
        <Title>surface temperature</Title>
        <Abstract>surface temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgSurfT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgSurfT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgSurfT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgSurfT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=AvgSurfT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=AvgSurfT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>BareSoilT_tavg</Name>
        <Title>bare soil temperature</Title>
        <Abstract>bare soil temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BareSoilT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BareSoilT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BareSoilT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BareSoilT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=BareSoilT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=BareSoilT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CanopIntLiq_tavg</Name>
        <Title>intercepted liquid water</Title>
        <Abstract>intercepted liquid water</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopIntLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopIntLiq_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopIntLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopIntLiq_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopIntLiq_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopIntLiq_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CanopVP_tavg</Name>
        <Title>canopy air vapor pressure</Title>
        <Abstract>canopy air vapor pressure</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopVP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopVP_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopVP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopVP_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopVP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopVP_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>CanopWetFrac_tavg</Name>
        <Title>canopy wet fraction</Title>
        <Abstract>canopy wet fraction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopWetFrac_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopWetFrac_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopWetFrac_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopWetFrac_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=CanopWetFrac_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=CanopWetFrac_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ECanop_tavg</Name>
        <Title>interception evaporation</Title>
        <Abstract>interception evaporation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ECanop_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ECanop_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ECanop_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ECanop_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ECanop_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ECanop_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>ESoil_tavg</Name>
        <Title>bare soil evaporation</Title>
        <Abstract>bare soil evaporation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ESoil_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ESoil_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ESoil_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ESoil_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=ESoil_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=ESoil_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Emiss_f_tavg</Name>
        <Title>emissivity</Title>
        <Abstract>emissivity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Emiss_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Emiss_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Emiss_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Emiss_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Emiss_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Emiss_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>GPP_tavg</Name>
        <Title>gross primary production</Title>
        <Abstract>gross primary production</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GPP_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GPP_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=GPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=GPP_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Greenness_inst</Name>
        <Title>green vegetation fraction</Title>
        <Abstract>green vegetation fraction</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Greenness_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Greenness_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Greenness_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Greenness_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Greenness_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Greenness_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LAI_inst</Name>
        <Title>leaf area index</Title>
        <Abstract>leaf area index</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LAI_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>LWdown_f_tavg</Name>
        <Title>surface downward longwave radiation</Title>
        <Abstract>surface downward longwave radiation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWdown_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWdown_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=LWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=LWdown_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Lwnet_tavg</Name>
        <Title>net downward longwave radiation</Title>
        <Abstract>net downward longwave radiation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Lwnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Lwnet_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Lwnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Lwnet_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Lwnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Lwnet_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NEE_tavg</Name>
        <Title>net ecosystem exchange</Title>
        <Abstract>net ecosystem exchange</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEE_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEE_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEE_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEE_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NEE_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NEE_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NPP_tavg</Name>
        <Title>net primary productivity</Title>
        <Abstract>net primary productivity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NPP_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NPP_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NPP_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NPP_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Psurf_f_tavg</Name>
        <Title>surface pressure</Title>
        <Abstract>surface pressure</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Psurf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Psurf_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Psurf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Psurf_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Psurf_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Psurf_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>QairT2m_tavg</Name>
        <Title>2-m specific humidity over vegetation</Title>
        <Abstract>2-m specific humidity over vegetation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QairT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QairT2m_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QairT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QairT2m_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=QairT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=QairT2m_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qair_f_tavg</Name>
        <Title>specific humidity</Title>
        <Abstract>specific humidity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qair_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qair_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qair_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qg_tavg</Name>
        <Title>soil heat flux</Title>
        <Abstract>soil heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qg_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qg_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qg_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qh_tavg</Name>
        <Title>sensible heat flux</Title>
        <Abstract>sensible heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qh_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qh_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qh_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qh_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qh_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qh_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qle_tavg</Name>
        <Title>latent heat flux</Title>
        <Abstract>latent heat flux</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qle_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qle_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qle_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qle_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qle_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qle_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qs_tavg</Name>
        <Title>surface runoff</Title>
        <Abstract>surface runoff</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qs_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qs_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qs_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qs_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qs_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qs_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qsb_tavg</Name>
        <Title>subsurface runoff amount</Title>
        <Abstract>subsurface runoff amount</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsb_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsb_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsb_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsb_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsb_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsb_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Qsm_tavg</Name>
        <Title>snowmelt</Title>
        <Abstract>snowmelt</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsm_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsm_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsm_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsm_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Qsm_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Qsm_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>RadT_tavg</Name>
        <Title>surface radiative temperature</Title>
        <Abstract>surface radiative temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RadT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RadT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RadT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RadT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=RadT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=RadT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SAG_tavg</Name>
        <Title>solar radiation absorbed by ground</Title>
        <Abstract>solar radiation absorbed by ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAG_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAG_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAG_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAG_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAG_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAG_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SAI_inst</Name>
        <Title>stem area index</Title>
        <Abstract>stem area index</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAI_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAI_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAI_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAI_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SAV_tavg</Name>
        <Title>solar radiation absorbed by vegetation</Title>
        <Abstract>solar radiation absorbed by vegetation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAV_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAV_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAV_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAV_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SAV_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SAV_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWE_inst</Name>
        <Title>snow water equivalent</Title>
        <Abstract>snow water equivalent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWE_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWE_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWE_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWE_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWE_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWE_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SWdown_f_tavg</Name>
        <Title>surface downward shortwave radiation</Title>
        <Abstract>surface downward shortwave radiation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWdown_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWdown_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SWdown_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SWdown_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SnowAge_tavg</Name>
        <Title>Snow Age</Title>
        <Abstract>Snow Age</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowAge_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowAge_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowAge_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowAge_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowAge_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowAge_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SnowDepth_inst</Name>
        <Title>snow depth</Title>
        <Abstract>snow depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowDepth_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowDepth_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowDepth_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowDepth_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowDepth_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowDepth_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Snowcover_inst</Name>
        <Title>snow cover</Title>
        <Abstract>snow cover</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snowcover_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snowcover_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snowcover_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snowcover_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Snowcover_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Snowcover_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SwReflect_tavg</Name>
        <Title>total reflected solar radiation</Title>
        <Abstract>total reflected solar radiation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SwReflect_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SwReflect_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SwReflect_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SwReflect_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SwReflect_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SwReflect_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Swnet_tavg</Name>
        <Title>net downward shortwave radiation</Title>
        <Abstract>net downward shortwave radiation</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Swnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Swnet_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Swnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Swnet_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Swnet_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Swnet_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TVeg_tavg</Name>
        <Title>vegetation transpiration</Title>
        <Abstract>vegetation transpiration</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TVeg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TVeg_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TVeg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TVeg_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TVeg_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TVeg_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TWS_inst</Name>
        <Title>terrestrial water storage</Title>
        <Abstract>terrestrial water storage</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TWS_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TWS_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TWS_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TWS_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TWS_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TWS_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tair_f_tavg</Name>
        <Title>air temperature</Title>
        <Abstract>air temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tair_f_tavg_max</Name>
        <Title>air temperature</Title>
        <Abstract>air temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_max
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_max&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_max
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_max&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_max
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_max&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tair_f_tavg_min</Name>
        <Title>air temperature</Title>
        <Abstract>air temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_min
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_min&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_min
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_min&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tair_f_tavg_min
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tair_f_tavg_min&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>TotalPrecip_tavg</Name>
        <Title>total precipitation amount</Title>
        <Abstract>total precipitation amount</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TotalPrecip_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TotalPrecip_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TotalPrecip_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TotalPrecip_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=TotalPrecip_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=TotalPrecip_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VegCanopT_tavg</Name>
        <Title>canopy air temperature</Title>
        <Abstract>canopy air temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegCanopT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegCanopT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegCanopT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegCanopT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegCanopT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegCanopT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VegT2m_tavg</Name>
        <Title>2-m air temperature over vegetated part</Title>
        <Abstract>2-m air temperature over vegetated part</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT2m_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT2m_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT2m_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT2m_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>VegT_tavg</Name>
        <Title>canopy temperature</Title>
        <Abstract>canopy temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=VegT_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=VegT_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>WaterTableD_inst</Name>
        <Title>water table depth</Title>
        <Abstract>water table depth</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WaterTableD_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WaterTableD_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WaterTableD_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WaterTableD_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=WaterTableD_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=WaterTableD_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_f_tavg</Name>
        <Title>wind speed</Title>
        <Abstract>wind speed</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>lat_2</Name>
        <Title>latitude</Title>
        <Abstract>latitude</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lat_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lat_2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lat_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lat_2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lat_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lat_2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>lon_2</Name>
        <Title>longitude</Title>
        <Abstract>longitude</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lon_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lon_2&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lon_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lon_2&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=lon_2
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=lon_2&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SoilTemp_inst</Name>
        <Title>soil temperature</Title>
        <Abstract>soil temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="level" default="1.0">
            1.0,
            2.0,
            3.0,
            4.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilTemp_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilTemp_inst&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilTemp_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilTemp_inst&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SoilTemp_inst
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SoilTemp_inst&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>SnowIce_tavg</Name>
        <Title>snow ice</Title>
        <Abstract>snow ice</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="level" default="1.0">
            1.0,
            2.0,
            3.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowIce_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowIce_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowIce_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowIce_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=SnowIce_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=SnowIce_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer >
        <Title>wind</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>EWind_f_tavg:NWind_f_tavg-group</Name>
        <Title>wind</Title>
        <Abstract>Vector fields for wind</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-vector/default</Name>
            <Title>default-vector/default</Title>
            <Abstract>default-vector style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=default-vector/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_arrows/default</Name>
            <Title>colored_sized_arrows/default</Title>
            <Abstract>colored_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=colored_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_sized_meteorological_arrows/default</Name>
            <Title>colored_sized_meteorological_arrows/default</Title>
            <Abstract>colored_sized_meteorological_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=colored_sized_meteorological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_wind_barbs/default</Name>
            <Title>colored_wind_barbs/default</Title>
            <Abstract>colored_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=colored_wind_barbs/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>sized_arrows</Name>
            <Title>sized_arrows</Title>
            <Abstract>sized_arrows style</Abstract>
        </Style>
        <Style>
            <Name>sized_meteorological_arrows</Name>
            <Title>sized_meteorological_arrows</Title>
            <Abstract>sized_meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>vector_arrows/default</Name>
            <Title>vector_arrows/default</Title>
            <Abstract>vector_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_fat_arrows/default</Name>
            <Title>vector_fat_arrows/default</Title>
            <Abstract>vector_fat_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_fat_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_meterological_arrows/default</Name>
            <Title>vector_meterological_arrows/default</Title>
            <Abstract>vector_meterological_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_meterological_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_sized_arrows/default</Name>
            <Title>vector_sized_arrows/default</Title>
            <Abstract>vector_sized_arrows style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_sized_arrows/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_triangles/default</Name>
            <Title>vector_triangles/default</Title>
            <Abstract>vector_triangles style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_triangles/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_upstream_dots/default</Name>
            <Title>vector_upstream_dots/default</Title>
            <Abstract>vector_upstream_dots style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_upstream_dots/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>vector_wind_barbs/default</Name>
            <Title>vector_wind_barbs/default</Title>
            <Abstract>vector_wind_barbs style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-group
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-group&amp;STYLES=vector_wind_barbs/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EWind_f_tavg:NWind_f_tavg-mag</Name>
        <Title>Magnitude of wind</Title>
        <Abstract>Magnitude of components:
eastward wind and
northward wind</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-mag&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-mag&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg:NWind_f_tavg-mag
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg:NWind_f_tavg-mag&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EWind_f_tavg:NWind_f_tavg-dir</Name>
        <Title>Direction of wind</Title>
        <Abstract>Direction of components:
eastward wind and
northward wind</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-arrows</Name>
            <Title>default-arrows</Title>
            <Abstract>default-arrows style</Abstract>
        </Style>
        <Style>
            <Name>arrows</Name>
            <Title>arrows</Title>
            <Abstract>arrows style</Abstract>
        </Style>
        <Style>
            <Name>fat_arrows</Name>
            <Title>fat_arrows</Title>
            <Abstract>fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_arrows</Name>
            <Title>meteorological_arrows</Title>
            <Abstract>meteorological_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_fat_arrows</Name>
            <Title>meteorological_fat_arrows</Title>
            <Abstract>meteorological_fat_arrows style</Abstract>
        </Style>
        <Style>
            <Name>meteorological_triangle_arrows</Name>
            <Title>meteorological_triangle_arrows</Title>
            <Abstract>meteorological_triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>triangle_arrows</Name>
            <Title>triangle_arrows</Title>
            <Abstract>triangle_arrows style</Abstract>
        </Style>
        <Style>
            <Name>upstream_dots</Name>
            <Title>upstream_dots</Title>
            <Abstract>upstream_dots style</Abstract>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>EWind_f_tavg</Name>
        <Title>eastward wind</Title>
        <Abstract>eastward wind</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=EWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=EWind_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>NWind_f_tavg</Name>
        <Title>northward wind</Title>
        <Abstract>northward wind</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>58.0</westBoundLongitude>
            <eastBoundLongitude>123.0</eastBoundLongitude>
            <southBoundLatitude>8.0</southBoundLatitude>
            <northBoundLatitude>45.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="58.0" maxx="123.0" miny="8.0" maxy="45.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2024-05-01T00:00:00.000Z">
            2024-05-01T00:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NWind_f_tavg&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NWind_f_tavg&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?request=GetMetadata&amp;item=layerDetails&amp;layerName=NWind_f_tavg
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://threddsdataserver.icimod.org/thredds/wms/sldas/monthly/Retro.202405.nc?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=NWind_f_tavg&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
