MPAS-JEDI
|
Functions/Subroutines | |
subroutine, public | diff_incr (lhs, x1, x2) |
subroutine, public | dirac (self, f_conf) |
integer function | nearest_cell (target_lat, target_lon, start_cell, nCells, maxEdges, nEdgesOnCell, cellsOnCell, latCell, lonCell) |
subroutine, public | set_atlas (self, geom, vars, afieldset) |
subroutine, public | to_atlas (self, geom, vars, afieldset) |
subroutine, public | from_atlas (self, geom, vars, afieldset) |
Variables | |
integer, parameter | max_string =8000 |
character(max_string) | message |
subroutine, public mpas_increment_mod::diff_incr | ( | class(mpas_fields), intent(inout) | lhs, |
class(mpas_fields), intent(in) | x1, | ||
class(mpas_fields), intent(in) | x2 | ||
) |
Definition at line 51 of file mpas_increment_mod.F90.
subroutine, public mpas_increment_mod::dirac | ( | class(mpas_fields), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf | ||
) |
[in] | f_conf | Configuration |
Definition at line 77 of file mpas_increment_mod.F90.
subroutine, public mpas_increment_mod::from_atlas | ( | type(mpas_fields), intent(inout) | self, |
type(mpas_geom), intent(in) | geom, | ||
type(oops_variables), intent(in) | vars, | ||
type(atlas_fieldset), intent(in) | afieldset | ||
) |
|
private |
subroutine, public mpas_increment_mod::set_atlas | ( | type(mpas_fields), intent(in) | self, |
type(mpas_geom), intent(in) | geom, | ||
type(oops_variables), intent(in) | vars, | ||
type(atlas_fieldset), intent(inout) | afieldset | ||
) |
subroutine, public mpas_increment_mod::to_atlas | ( | type(mpas_fields), intent(in) | self, |
type(mpas_geom), intent(in) | geom, | ||
type(oops_variables), intent(in) | vars, | ||
type(atlas_fieldset), intent(inout) | afieldset | ||
) |
|
private |
Definition at line 42 of file mpas_increment_mod.F90.
|
private |
Definition at line 43 of file mpas_increment_mod.F90.