MPAS-JEDI
mpasjedi_lineargetvalues_mod Module Reference

Data Types

type  mpasjedi_lineargetvalues
 

Functions/Subroutines

subroutine create (self, geom, locs, f_conf)
 Linked list implementation. More...
 
subroutine delete (self)
 LinearGetValues class 'delete' logic. More...
 
subroutine fill_geovals_tl (self, geom, inc, t1, t2, locs, gom)
 
subroutine fill_geovals_ad (self, geom, inc, t1, t2, locs, gom)
 

Variables

integer, parameter max_string =8000
 
character(max_stringmessage
 
type(registry_t), public mpas_lineargetvalues_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ create()

subroutine mpasjedi_lineargetvalues_mod::create ( class(mpasjedi_lineargetvalues), intent(inout)  self,
type(mpas_geom), intent(in)  geom,
type(ufo_locations), intent(in)  locs,
type(fckit_configuration), intent(in)  f_conf 
)
private

Linked list implementation.

LinearGetValues class 'create' logic

create This subroutine constructs an mpasjedi_lineargetvalues object class instance.

Parameters
[in,out]selflineargetvalues self
[in]geomgeometry (mpas mesh)
[in]locsufo geovals (obs) locations
[in]f_confconfiguration

Definition at line 85 of file mpasjedi_lineargetvalues_mod.F90.

Here is the call graph for this function:

◆ delete()

subroutine mpasjedi_lineargetvalues_mod::delete ( class(mpasjedi_lineargetvalues), intent(inout)  self)
private

LinearGetValues class 'delete' logic.

delete This subroutine deletes (frees memory) for an mpas_jedilineargetvalues object class instance.

Parameters
[in,out]selflineargetvalues self

Definition at line 124 of file mpasjedi_lineargetvalues_mod.F90.

Here is the call graph for this function:

◆ fill_geovals_ad()

subroutine mpasjedi_lineargetvalues_mod::fill_geovals_ad ( class(mpasjedi_lineargetvalues), intent(inout)  self,
type(mpas_geom), intent(in)  geom,
class(mpas_fields), intent(inout)  inc,
type(datetime), intent(in)  t1,
type(datetime), intent(in)  t2,
type(ufo_locations), intent(in)  locs,
type(ufo_geovals), intent(in)  gom 
)
private
Parameters
[in,out]selflineargetvalues self
[in]geomgeometry (mpas mesh)
[in,out]incincrement containing geovars
[in]t1time window begin
[in]t2time window end
[in]locsobservation locations
[in]gomgeovals

Definition at line 230 of file mpasjedi_lineargetvalues_mod.F90.

◆ fill_geovals_tl()

subroutine mpasjedi_lineargetvalues_mod::fill_geovals_tl ( class(mpasjedi_lineargetvalues), intent(inout)  self,
type(mpas_geom), intent(in)  geom,
class(mpas_fields), intent(in)  inc,
type(datetime), intent(in)  t1,
type(datetime), intent(in)  t2,
type(ufo_locations), intent(in)  locs,
type(ufo_geovals), intent(inout)  gom 
)
private
Parameters
[in,out]selflineargetvalues self
[in]geomgeometry (mpas mesh)
[in]incincrement containing geovars
[in]t1time window begin
[in]t2time window end
[in]locsobservation locations
[in,out]gomgeovals

Definition at line 137 of file mpasjedi_lineargetvalues_mod.F90.

Variable Documentation

◆ max_string

integer, parameter mpasjedi_lineargetvalues_mod::max_string =8000
private

Definition at line 60 of file mpasjedi_lineargetvalues_mod.F90.

◆ message

character(max_string) mpasjedi_lineargetvalues_mod::message
private

Definition at line 61 of file mpasjedi_lineargetvalues_mod.F90.

◆ mpas_lineargetvalues_registry

type(registry_t), public mpasjedi_lineargetvalues_mod::mpas_lineargetvalues_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 69 of file mpasjedi_lineargetvalues_mod.F90.