MPAS-JEDI
mpas_model_mod Module Reference

Data Types

type  mpas_model
 Fortran derived type to hold model definition. More...
 

Functions/Subroutines

subroutine, public model_setup (self, geom, f_conf)
 Linked list implementation. More...
 
subroutine, public model_delete (self)
 
subroutine, public model_prepare_integration (self, jedi_state)
 
subroutine, public model_prepare_integration_ad (self, inc)
 
subroutine, public model_prepare_integration_tl (self, inc)
 
subroutine, public model_propagate (self, jedi_state)
 
subroutine, public model_propagate_ad (self, inc, traj)
 
subroutine, public model_propagate_tl (self, inc, traj)
 
subroutine, public model_prop_traj (self, jedi_state, traj)
 
subroutine, public model_wipe_traj (traj)
 

Variables

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

Function/Subroutine Documentation

◆ model_delete()

subroutine, public mpas_model_mod::model_delete ( type(mpas_model self)

Definition at line 145 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_prepare_integration()

subroutine, public mpas_model_mod::model_prepare_integration ( type(mpas_model self,
type(mpas_fields jedi_state 
)

Definition at line 162 of file mpas_model_mod.F90.

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

◆ model_prepare_integration_ad()

subroutine, public mpas_model_mod::model_prepare_integration_ad ( type(mpas_model self,
type(mpas_fields inc 
)

Definition at line 311 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_prepare_integration_tl()

subroutine, public mpas_model_mod::model_prepare_integration_tl ( type(mpas_model self,
type(mpas_fields inc 
)

Definition at line 323 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_prop_traj()

subroutine, public mpas_model_mod::model_prop_traj ( type(mpas_model self,
type(mpas_fields jedi_state,
type(mpas_trajectory traj 
)

Definition at line 395 of file mpas_model_mod.F90.

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

◆ model_propagate()

subroutine, public mpas_model_mod::model_propagate ( type(mpas_model self,
type(mpas_fields jedi_state 
)

Definition at line 335 of file mpas_model_mod.F90.

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

◆ model_propagate_ad()

subroutine, public mpas_model_mod::model_propagate_ad ( type(mpas_model self,
type(mpas_fields inc,
type(mpas_trajectory traj 
)

Definition at line 375 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_propagate_tl()

subroutine, public mpas_model_mod::model_propagate_tl ( type(mpas_model self,
type(mpas_fields inc,
type(mpas_trajectory traj 
)

Definition at line 385 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_setup()

subroutine, public mpas_model_mod::model_setup ( type(mpas_model), intent(inout)  self,
type(mpas_geom geom,
type(fckit_configuration), intent(in)  f_conf 
)

Linked list implementation.

Parameters
[in]f_conffckit config

Definition at line 68 of file mpas_model_mod.F90.

Here is the caller graph for this function:

◆ model_wipe_traj()

subroutine, public mpas_model_mod::model_wipe_traj ( type(mpas_trajectory traj)

Definition at line 409 of file mpas_model_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ max_string

integer, parameter mpas_model_mod::max_string =8000
private

Definition at line 48 of file mpas_model_mod.F90.

◆ message

character(max_string) mpas_model_mod::message
private

Definition at line 49 of file mpas_model_mod.F90.

◆ mpas_model_registry

type(registry_t), public mpas_model_mod::mpas_model_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 57 of file mpas_model_mod.F90.