FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | getvalues (geom, state, locs, vars, gom, traj) |
subroutine, public | getvalues_tl (geom, inc, locs, vars, gom, traj) |
subroutine, public | getvalues_ad (geom, inc, locs, vars, gom, traj) |
subroutine | allocate_geovals_vals (gom, jvar, gvlev, lastvar) |
subroutine | initialize_bump (geom, locs, bump, bumpid) |
subroutine | getvalues_checks (cop, locs, vars, gom, jvar) |
|
private |
Definition at line 944 of file fv3jedi_getvalues_mod.f90.
subroutine, public fv3jedi_getvalues_mod::getvalues | ( | type(fv3jedi_geom), intent(in) | geom, |
type(fv3jedi_state), intent(in) | state, | ||
type(ioda_locs), intent(in) | locs, | ||
type(ufo_vars), intent(in) | vars, | ||
type(ufo_geovals), intent(inout) | gom, | ||
type(fv3jedi_getvalues_traj), intent(inout), optional, target | traj | ||
) |
subroutine, public fv3jedi_getvalues_mod::getvalues_ad | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(inout) | inc, | ||
type(ioda_locs), intent(in) | locs, | ||
type(ufo_vars), intent(in) | vars, | ||
type(ufo_geovals), intent(inout) | gom, | ||
type(fv3jedi_getvalues_traj), intent(in) | traj | ||
) |
|
private |
Definition at line 1061 of file fv3jedi_getvalues_mod.f90.
subroutine, public fv3jedi_getvalues_mod::getvalues_tl | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(in) | inc, | ||
type(ioda_locs), intent(in) | locs, | ||
type(ufo_vars), intent(in) | vars, | ||
type(ufo_geovals), intent(inout) | gom, | ||
type(fv3jedi_getvalues_traj), intent(in) | traj | ||
) |
|
private |
Definition at line 970 of file fv3jedi_getvalues_mod.f90.