Go to the source code of this file.
|
subroutine | c_mpas_model_setup (c_conf, c_key_geom, c_key_self) |
|
subroutine | c_mpas_model_delete (c_key_self) |
|
subroutine | c_mpas_model_prepare_integration (c_key_self, c_key_state) |
|
subroutine | c_mpas_model_prepare_integration_ad (c_key_self, c_key_incr) |
|
subroutine | c_mpas_model_prepare_integration_tl (c_key_self, c_key_incr) |
|
subroutine | c_mpas_model_propagate (c_key_self, c_key_state) |
|
subroutine | c_mpas_model_propagate_ad (c_key_self, c_key_incr, c_key_traj) |
|
subroutine | c_mpas_model_propagate_tl (c_key_self, c_key_incr, c_key_traj) |
|
subroutine | c_mpas_model_prop_traj (c_key_self, c_key_state, c_key_traj) |
|
subroutine | c_mpas_model_wipe_traj (c_key_traj) |
|
◆ c_mpas_model_delete()
subroutine c_mpas_model_delete |
( |
integer(c_int), intent(inout) |
c_key_self | ) |
|
◆ c_mpas_model_prepare_integration()
subroutine c_mpas_model_prepare_integration |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_state |
|
) |
| |
◆ c_mpas_model_prepare_integration_ad()
subroutine c_mpas_model_prepare_integration_ad |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_incr |
|
) |
| |
◆ c_mpas_model_prepare_integration_tl()
subroutine c_mpas_model_prepare_integration_tl |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_incr |
|
) |
| |
◆ c_mpas_model_prop_traj()
subroutine c_mpas_model_prop_traj |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_state, |
|
|
integer(c_int), intent(inout) |
c_key_traj |
|
) |
| |
- Parameters
-
[in] | c_key_self | Model |
[in] | c_key_state | Model fields |
[in,out] | c_key_traj | Trajectory structure |
Definition at line 199 of file mpas_model_interface.F90.
◆ c_mpas_model_propagate()
subroutine c_mpas_model_propagate |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_state |
|
) |
| |
◆ c_mpas_model_propagate_ad()
subroutine c_mpas_model_propagate_ad |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_incr, |
|
|
integer(c_int), intent(in) |
c_key_traj |
|
) |
| |
- Parameters
-
[in] | c_key_self | Model |
[in] | c_key_incr | Model fields |
[in] | c_key_traj | Trajectory structure |
Definition at line 145 of file mpas_model_interface.F90.
◆ c_mpas_model_propagate_tl()
subroutine c_mpas_model_propagate_tl |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_incr, |
|
|
integer(c_int), intent(in) |
c_key_traj |
|
) |
| |
- Parameters
-
[in] | c_key_self | Model |
[in] | c_key_incr | Model fields |
[in] | c_key_traj | Trajectory structure |
Definition at line 172 of file mpas_model_interface.F90.
◆ c_mpas_model_setup()
subroutine c_mpas_model_setup |
( |
type(c_ptr), intent(in), value |
c_conf, |
|
|
integer(c_int), intent(in) |
c_key_geom, |
|
|
integer(c_int), intent(inout) |
c_key_self |
|
) |
| |
- Parameters
-
[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 8 of file mpas_model_interface.F90.
◆ c_mpas_model_wipe_traj()
subroutine c_mpas_model_wipe_traj |
( |
integer(c_int), intent(inout) |
c_key_traj | ) |
|