PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Module axis_utils_mod

Contact: M.J. Harrison
Reviewers: Bruce Wyman
Change History: WebCVS Log


OVERVIEW

A set of utilities for manipulating axes and extracting axis attributes

subroutine get_axis_cart(axis,cart) : Returns X,Y,Z or T cartesian attribute subroutine get_axis_bounds(axis,axis_bound,axes) : Return axis_bound either from an array of available axes, or defined based on axis mid-points function get_axis_modulo : Returns true if axis has the modulo attribute function get_axis_fold : Returns is axis is folded at a boundary (non-standard meta-data) function lon_in_range : Returns lon_strt <= longitude <= lon_strt+360 subroutine tranlon : Returns monotonic array of longitudes s.t., lon_strt <= lon(:) <= lon_strt+360. subroutine nearest_index : Return index of nearest point along axis



OTHER MODULES USED

mpp_io_mod
mpp_mod
fms_mod

PUBLIC INTERFACE



PUBLIC DATA

None.


PUBLIC ROUTINES


    DATA SETS

    None.


    ERROR MESSAGES

    None.


    top