FMS
2024.03
Flexible Modeling System
|
Returns a standard deviation of higher resolution topography with the given model grid boxes. More...
Private Member Functions | |
get_topog_stdev_1d_r4 | |
get_topog_stdev_1d_r8 | |
get_topog_stdev_2d_r4 | |
get_topog_stdev_2d_r8 | |
Returns a standard deviation of higher resolution topography with the given model grid boxes.
Returns the standard deviation of the "finer" input topography data set, currently the Navy 1/6 degree mean topography data, within the boundaries of the given input grid.
blon | The longitude (in radians) at grid box boundaries. | |
blat | The latitude (in radians) at grid box boundaries. | |
[out] | stdev | The standard deviation of surface height (in meters) within given input model grid boxes. The size of this field must be size(blon)-1 by size(blat)-1. |
Example usage:
Definition at line 109 of file topography.F90.