FV3 Bundle
topography.F90 File Reference
#include <file_version.h>
Include dependency graph for topography.F90:

Go to the source code of this file.

Data Types

interface  topography_mod::get_topog_mean
 
interface  topography_mod::get_topog_stdev
 
interface  topography_mod::get_ocean_frac
 
interface  topography_mod::get_ocean_mask
 
interface  topography_mod::get_water_frac
 
interface  topography_mod::get_water_mask
 

Modules

module  topography_mod
 

Functions/Subroutines

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
 

Variables

character(len=128) topography_mod::topog_file = 'DATA/navy_topography.data'
 
character(len=128) topography_mod::water_file = 'DATA/navy_pctwater.data'
 
integer topography_mod::unit
 
integer topography_mod::ipts
 
integer topography_mod::jpts
 
integer, parameter topography_mod::compute_stdev = 123
 
logical topography_mod::module_is_initialized = .FALSE.