FV3 Bundle
|
Functions/Subroutines | |
subroutine | c_fv3jedi_model_create (c_conf, c_key_geom, c_key_self) |
Linked list implementation. More... | |
subroutine | c_fv3jedi_model_delete (c_key_self) |
subroutine | c_fv3jedi_model_initialize (c_key_self, c_key_state) |
subroutine | c_fv3jedi_model_step (c_key_self, c_key_state, c_dt) |
subroutine | c_fv3jedi_model_finalize (c_key_self, c_key_state) |
Variables | |
type(registry_t), public | fv3jedi_model_registry |
Linked list interface. More... | |
|
private |
Linked list implementation.
[in,out] | c_key_self | Key to model data |
[in] | c_key_geom | Geometry |
[in] | c_conf | pointer to object of class Config |
Definition at line 42 of file fv3jedi_model_interface_mod.F90.
|
private |
Definition at line 63 of file fv3jedi_model_interface_mod.F90.
|
private |
[in] | c_key_self | Model |
[in] | c_key_state | Model state |
Definition at line 120 of file fv3jedi_model_interface_mod.F90.
|
private |
[in] | c_key_self | Model |
[in] | c_key_state | Model state |
Definition at line 79 of file fv3jedi_model_interface_mod.F90.
|
private |
[in] | c_key_self | Model |
[in] | c_key_state | Model state |
[in,out] | c_dt | DateTime |
Definition at line 97 of file fv3jedi_model_interface_mod.F90.
type(registry_t), public fv3jedi_model_interface_mod::fv3jedi_model_registry |
Linked list interface.
Definition at line 28 of file fv3jedi_model_interface_mod.F90.