MPAS-JEDI
mpas_increment_mod Module Reference

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_stringmessage
 

Function/Subroutine Documentation

◆ diff_incr()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dirac()

subroutine, public mpas_increment_mod::dirac ( class(mpas_fields), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
Parameters
[in]f_confConfiguration

Definition at line 77 of file mpas_increment_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ from_atlas()

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 
)

Definition at line 361 of file mpas_increment_mod.F90.

Here is the caller graph for this function:

◆ nearest_cell()

integer function mpas_increment_mod::nearest_cell ( real (kind=kind_real), intent(in)  target_lat,
real (kind=kind_real), intent(in)  target_lon,
integer, intent(in)  start_cell,
integer, intent(in)  nCells,
integer, intent(in)  maxEdges,
integer, dimension(ncells), intent(in)  nEdgesOnCell,
integer, dimension(maxedges,ncells), intent(in)  cellsOnCell,
real (kind=kind_real), dimension(ncells), intent(in)  latCell,
real (kind=kind_real), dimension(ncells), intent(in)  lonCell 
)
private

Definition at line 203 of file mpas_increment_mod.F90.

Here is the caller graph for this function:

◆ set_atlas()

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 
)

Definition at line 247 of file mpas_increment_mod.F90.

Here is the caller graph for this function:

◆ to_atlas()

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 
)

Definition at line 296 of file mpas_increment_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ max_string

integer, parameter mpas_increment_mod::max_string =8000
private

Definition at line 42 of file mpas_increment_mod.F90.

◆ message

character(max_string) mpas_increment_mod::message
private

Definition at line 43 of file mpas_increment_mod.F90.