FV3-JEDI
fv3jedi_varcha_a2m_mod Module Reference

Data Types

type  fv3jedi_varcha_a2m
 

Functions/Subroutines

subroutine create (self, geom, conf)
 
subroutine delete (self)
 
subroutine changevar (self, geom, xana, xmod, vdt)
 
subroutine changevarinverse (self, geom, xmod, xana, vdt)
 

Function/Subroutine Documentation

◆ changevar()

subroutine fv3jedi_varcha_a2m_mod::changevar ( class(fv3jedi_varcha_a2m), intent(inout)  self,
type(fv3jedi_geom), intent(inout)  geom,
type(fv3jedi_state), intent(in)  xana,
type(fv3jedi_state), intent(inout)  xmod,
type(datetime), intent(inout)  vdt 
)
private

Definition at line 84 of file fv3jedi_varcha_a2m_mod.f90.

Here is the call graph for this function:

◆ changevarinverse()

subroutine fv3jedi_varcha_a2m_mod::changevarinverse ( class(fv3jedi_varcha_a2m), intent(inout)  self,
type(fv3jedi_geom), intent(inout)  geom,
type(fv3jedi_state), intent(in)  xmod,
type(fv3jedi_state), intent(inout)  xana,
type(datetime), intent(inout)  vdt 
)
private

Definition at line 195 of file fv3jedi_varcha_a2m_mod.f90.

Here is the call graph for this function:

◆ create()

subroutine fv3jedi_varcha_a2m_mod::create ( class(fv3jedi_varcha_a2m), intent(inout)  self,
type(fv3jedi_geom), intent(inout)  geom,
type(fckit_configuration), intent(in)  conf 
)
private

Definition at line 47 of file fv3jedi_varcha_a2m_mod.f90.

◆ delete()

subroutine fv3jedi_varcha_a2m_mod::delete ( class(fv3jedi_varcha_a2m), intent(inout)  self)
private

Definition at line 73 of file fv3jedi_varcha_a2m_mod.f90.