FV3-JEDI
fv3jedi_geos_mod Module Reference

Data Types

type  field_attributes
 
type  geos_model
 Fortran derived type to hold model definition. More...
 

Functions/Subroutines

subroutine, public geos_create (self, geom, conf)
 
subroutine, public geos_delete (self)
 
subroutine, public geos_initialize (self, state)
 
subroutine, public geos_step (self, state, vdate)
 
subroutine, public geos_finalize (self, state)
 
subroutine geos_to_state (self, state)
 
subroutine allocate_exports (self)
 
subroutine fill_comm (mcomm)
 

Function/Subroutine Documentation

◆ allocate_exports()

subroutine fv3jedi_geos_mod::allocate_exports ( type(geos_model), intent(inout)  self)
private

Definition at line 512 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function:

◆ fill_comm()

subroutine fv3jedi_geos_mod::fill_comm ( type (mapl_communicator), intent(inout)  mcomm)
private

Definition at line 562 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function:

◆ geos_create()

subroutine, public fv3jedi_geos_mod::geos_create ( type(geos_model), intent(inout)  self,
type(fv3jedi_geom), intent(in)  geom,
type(fckit_configuration), intent(in)  conf 
)

Definition at line 69 of file fv3jedi_geos_mod.F90.

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

◆ geos_delete()

subroutine, public fv3jedi_geos_mod::geos_delete ( type(geos_model), intent(inout)  self)

Definition at line 189 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function:

◆ geos_finalize()

subroutine, public fv3jedi_geos_mod::geos_finalize ( type(geos_model), target  self,
type(fv3jedi_state state 
)

Definition at line 262 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function:

◆ geos_initialize()

subroutine, public fv3jedi_geos_mod::geos_initialize ( type(geos_model), target  self,
type(fv3jedi_state state 
)

Definition at line 212 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function:

◆ geos_step()

subroutine, public fv3jedi_geos_mod::geos_step ( type(geos_model), intent(inout)  self,
type(fv3jedi_state), intent(inout)  state,
type(datetime), intent(in)  vdate 
)
Parameters
[in]vdateValid datetime after step

Definition at line 236 of file fv3jedi_geos_mod.F90.

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

◆ geos_to_state()

subroutine fv3jedi_geos_mod::geos_to_state ( type(geos_model), intent(in)  self,
type(fv3jedi_state), intent(inout)  state 
)
private

Definition at line 290 of file fv3jedi_geos_mod.F90.

Here is the caller graph for this function: