1. In the Localization Perspective you can navigate to **D2D** > **Volume Browser** > **VbSources** and click on **volume.xml** to expand. Then right-click on **BASE** and select **Copy To...****User** (awips).
2. You can then right-click again on the **VbSources** folder and select **Refresh** to see your new localization file called **USER (awips)**.
3. Open the file and add or edit the model names:
<menuContributionFile>
<includeinstallTo="menu:models"
fileName="menus/volume/allFamilies.xml">
<substitutekey="modelName"value="CMC"/>
<substitutekey="menuName"value="CMC"/>
<substitutekey="frameCount"value="41"/>
<substitutekey="TP"value="TP"/>
</include>
<includeinstallTo="menu:models"
fileName="menus/volume/allFamilies.xml">
<substitutekey="modelName"value="DGEX"/>
<substitutekey="menuName"value="DGEX"/>
<substitutekey="frameCount"value="41"/>
<substitutekey="TP"value="TP"/>
</include>
...
Notice that you specify both the `modelName` (what it's named inside EDEX, such as NAM12), and `menuName`, if you prefer a more detailed menu entry, such as "NAM 12km". When you are finished, save the file and restart CAVE for the changes to take effect.
Your new localization file exists on the EDEX server (assuming username awips) as
With this you can restart CAVE and will not see the MRMS menu anymore. Repeat this example for other product menus, such as **local**, **hydro**, **scan**, etc., to further customize D2D data menus for any level of localization.