|
FV3 Bundle
|
#include <file_version.h>Go to the source code of this file.
Modules | |
| module | gaussian_topog_mod |
Functions/Subroutines | |
| subroutine, public | gaussian_topog_mod::gaussian_topog_init (lon, lat, zsurf) |
| real function, dimension(size(lon, 1), size(lat, 1)), public | gaussian_topog_mod::get_gaussian_topog (lon, lat, height, olond, olatd, wlond, wlatd, rlond, rlatd) |
| subroutine | gaussian_topog_mod::read_namelist |
Variables | |
| integer, parameter | gaussian_topog_mod::maxmts = 10 |
| real, dimension(maxmts) | gaussian_topog_mod::height = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::olon = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::olat = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::wlon = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::wlat = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::rlon = 0. |
| real, dimension(maxmts) | gaussian_topog_mod::rlat = 0. |
| logical | gaussian_topog_mod::do_nml = .true. |
| logical | gaussian_topog_mod::module_is_initialized = .FALSE. |