#include <fms_platform.h>
Go to the source code of this file.
Data Types | |
type | fv_arrays_mod::fv_diag_type |
type | fv_arrays_mod::fv_grid_type |
The type 'fv_grid_type' is made up of grid-dependent information from fv_grid_tools and fv_grid_utils. More... | |
type | fv_arrays_mod::fv_flags_type |
type | fv_arrays_mod::fv_nest_bc_type_3d |
type | fv_arrays_mod::fv_nest_bc_type_4d |
type | fv_arrays_mod::fv_nest_type |
interface | fv_arrays_mod::allocate_fv_nest_bc_type |
'allocate_fv_nest_BC_type' is an interface to subroutines that allocate the 'fv_nest_BC_type' structure that holds the nested-grid BCs. More... | |
interface | fv_arrays_mod::deallocate_fv_nest_bc_type |
'deallocate_fv_nest_BC_type' is an interface to a subroutine that deallocates the 'fv_nest_BC_type' structure that holds the nested-grid BCs. More... | |
type | fv_arrays_mod::fv_grid_bounds_type |
type | fv_arrays_mod::fv_regional_bc_bounds_type |
type | fv_arrays_mod::fv_atmos_type |
Modules | |
module | fv_arrays_mod |
The module 'fv_arrays' contains the 'fv_atmos_type' and associated datatypes. | |
Functions/Subroutines | |
subroutine | fv_arrays_mod::allocate_fv_atmos_type (Atm, isd_in, ied_in, jsd_in, jed_in, is_in, ie_in, js_in, je_in, npx_in, npy_in, npz_in, ndims_in, ncnst_in, nq_in, ng_in, dummy, alloc_2d, ngrids_in) |
The subroutine 'allocate_fv_atmos_type' allocates the fv_atmos_type. More... | |
subroutine | fv_arrays_mod::deallocate_fv_atmos_type (Atm) |
The subroutine 'deallocate_fv_atmos_type' deallocates the fv_atmos_type. More... | |
subroutine | fv_arrays_mod::allocate_fv_nest_bc_type_3d_atm (BC, Atm, ns, istag, jstag, dummy) |
subroutine | fv_arrays_mod::allocate_fv_nest_bc_type_3d (BC, is, ie, js, je, isd, ied, jsd, jed, npx, npy, npz, ng, ns, istag, jstag, dummy) |
subroutine | fv_arrays_mod::deallocate_fv_nest_bc_type_3d (BC) |
Variables | |
integer, parameter, public | fv_arrays_mod::r_grid = r8_kind |
integer, parameter | fv_arrays_mod::max_step = 1000 |
real, parameter | fv_arrays_mod::real_big = 1.e30 |
real, parameter | fv_arrays_mod::real_snan =x'FFF7FFFFFFFFFFFF' |
real, parameter | fv_arrays_mod::i4_in =-huge(1) |