FV3 Bundle
|
Data Types | |
interface | get_ocean_frac |
interface | get_ocean_mask |
interface | get_topog_mean |
interface | get_topog_stdev |
interface | get_water_frac |
interface | get_water_mask |
Functions/Subroutines | |
subroutine, public | topography_init () |
logical function | get_topog_mean_1d (blon, blat, zmean) |
logical function | get_topog_mean_2d (blon, blat, zmean) |
logical function | get_topog_stdev_1d (blon, blat, stdev) |
logical function | get_topog_stdev_2d (blon, blat, stdev) |
logical function | get_ocean_frac_1d (blon, blat, ocean_frac) |
logical function | get_ocean_frac_2d (blon, blat, ocean_frac) |
logical function | get_ocean_mask_1d (blon, blat, ocean_mask) |
logical function | get_ocean_mask_2d (blon, blat, ocean_mask) |
logical function | get_water_frac_1d (blon, blat, water_frac) |
logical function | get_water_frac_2d (blon, blat, water_frac) |
logical function | get_water_mask_1d (blon, blat, water_mask) |
logical function | get_water_mask_2d (blon, blat, water_mask) |
logical function | open_topog_file (filename) |
subroutine | interp_topog_1d (blon, blat, zout, flag) |
subroutine | interp_topog_2d (blon, blat, zout, flag) |
subroutine | find_indices (ybeg, yend, ydat, js, je) |
subroutine | input_data (ifile, xdat, ydat, zdat) |
subroutine | interp_water_1d (blon, blat, zout, do_ocean) |
subroutine | interp_water_2d (blon, blat, zout, do_ocean) |
subroutine | determine_ocean_points (pctwater) |
subroutine | read_namelist |
Variables | |
character(len=128) | topog_file = 'DATA/navy_topography.data' |
character(len=128) | water_file = 'DATA/navy_pctwater.data' |
integer | unit |
integer | ipts |
integer | jpts |
integer, parameter | compute_stdev = 123 |
logical | module_is_initialized = .FALSE. |
|
private |
|
private |
|
private |
Definition at line 698 of file topography.F90.
|
private |
Definition at line 729 of file topography.F90.
|
private |
Definition at line 816 of file topography.F90.
|
private |
Definition at line 837 of file topography.F90.
|
private |
|
private |
Definition at line 914 of file topography.F90.
subroutine, public topography_mod::topography_init | ( | ) |
Definition at line 148 of file topography.F90.
|
private |
Definition at line 131 of file topography.F90.
|
private |
Definition at line 130 of file topography.F90.
|
private |
Definition at line 130 of file topography.F90.
|
private |
Definition at line 139 of file topography.F90.
|
private |
Definition at line 97 of file topography.F90.
|
private |
Definition at line 129 of file topography.F90.
|
private |
Definition at line 97 of file topography.F90.