|
subroutine, public | topography_mod::topography_init () |
|
logical function | topography_mod::get_topog_mean_1d (blon, blat, zmean) |
|
logical function | topography_mod::get_topog_mean_2d (blon, blat, zmean) |
|
logical function | topography_mod::get_topog_stdev_1d (blon, blat, stdev) |
|
logical function | topography_mod::get_topog_stdev_2d (blon, blat, stdev) |
|
logical function | topography_mod::get_ocean_frac_1d (blon, blat, ocean_frac) |
|
logical function | topography_mod::get_ocean_frac_2d (blon, blat, ocean_frac) |
|
logical function | topography_mod::get_ocean_mask_1d (blon, blat, ocean_mask) |
|
logical function | topography_mod::get_ocean_mask_2d (blon, blat, ocean_mask) |
|
logical function | topography_mod::get_water_frac_1d (blon, blat, water_frac) |
|
logical function | topography_mod::get_water_frac_2d (blon, blat, water_frac) |
|
logical function | topography_mod::get_water_mask_1d (blon, blat, water_mask) |
|
logical function | topography_mod::get_water_mask_2d (blon, blat, water_mask) |
|
logical function | topography_mod::open_topog_file (filename) |
|
subroutine | topography_mod::interp_topog_1d (blon, blat, zout, flag) |
|
subroutine | topography_mod::interp_topog_2d (blon, blat, zout, flag) |
|
subroutine | topography_mod::find_indices (ybeg, yend, ydat, js, je) |
|
subroutine | topography_mod::input_data (ifile, xdat, ydat, zdat) |
|
subroutine | topography_mod::interp_water_1d (blon, blat, zout, do_ocean) |
|
subroutine | topography_mod::interp_water_2d (blon, blat, zout, do_ocean) |
|
subroutine | topography_mod::determine_ocean_points (pctwater) |
|
subroutine | topography_mod::read_namelist |
|