FV3 Bundle
|
Data Types | |
type | mpl_type |
Functions/Subroutines | |
subroutine | mpl_newunit (mpl, lunit) |
subroutine | mpl_init (mpl) |
subroutine | mpl_final (mpl) |
subroutine | mpl_init_listing (mpl, prefix, model, colorlog, logpres, lunit) |
subroutine | mpl_abort (mpl, message) |
subroutine | mpl_warning (mpl, message) |
subroutine | mpl_prog_init (mpl, nprog) |
subroutine | mpl_prog_print (mpl, i) |
subroutine | mpl_ncerr (mpl, subr, info) |
subroutine | mpl_update_tag (mpl, add) |
subroutine | mpl_bcast_string_1d (mpl, var, root) |
subroutine | mpl_dot_prod_1d (mpl, fld1, fld2, dp) |
subroutine | mpl_dot_prod_2d (mpl, fld1, fld2, dp) |
subroutine | mpl_dot_prod_3d (mpl, fld1, fld2, dp) |
subroutine | mpl_dot_prod_4d (mpl, fld1, fld2, dp) |
subroutine | mpl_split (mpl, n, i_s, i_e, n_loc) |
subroutine | mpl_glb_to_loc_index (mpl, n_loc, loc_to_glb, n_glb, glb_to_loc) |
subroutine | mpl_glb_to_loc_real_1d (mpl, n_glb, glb_to_proc, glb_to_loc, glb, n_loc, loc) |
subroutine | mpl_glb_to_loc_real_2d (mpl, nl, n_glb, glb_to_proc, glb_to_loc, glb, n_loc, loc) |
subroutine | mpl_loc_to_glb_real_1d (mpl, n_loc, loc, n_glb, glb_to_proc, glb_to_loc, bcast, glb) |
subroutine | mpl_loc_to_glb_real_2d (mpl, nl, n_loc, loc, n_glb, glb_to_proc, glb_to_loc, bcast, glb) |
subroutine | mpl_loc_to_glb_logical_2d (mpl, nl, n_loc, loc, n_glb, glb_to_proc, glb_to_loc, bcast, glb) |
Variables | |
integer, parameter | lunit_min =10 |
integer, parameter | lunit_max =1000 |
integer, parameter | ddis = 5 |
|
private |
Definition at line 265 of file type_mpl.F90.
|
private |
Definition at line 407 of file type_mpl.F90.
|
private |
Definition at line 160 of file type_mpl.F90.
|
private |
Definition at line 582 of file type_mpl.F90.
|
private |
|
private |
|
private |
Definition at line 122 of file type_mpl.F90.
|
private |
Definition at line 176 of file type_mpl.F90.
|
private |
|
private |
|
private |
|
private |
Definition at line 368 of file type_mpl.F90.
|
private |
Definition at line 92 of file type_mpl.F90.
|
private |
Definition at line 311 of file type_mpl.F90.
|
private |
Definition at line 338 of file type_mpl.F90.
|
private |
Definition at line 547 of file type_mpl.F90.
|
private |
Definition at line 386 of file type_mpl.F90.
|
private |
Definition at line 293 of file type_mpl.F90.
integer, parameter type_mpl::ddis = 5 |
Definition at line 23 of file type_mpl.F90.
integer, parameter type_mpl::lunit_max =1000 |
Definition at line 22 of file type_mpl.F90.
integer, parameter type_mpl::lunit_min =10 |
Definition at line 21 of file type_mpl.F90.