FV3 Bundle
|
Fortran module handling observations for the QG model. More...
Functions/Subroutines | |
subroutine | qg_obs_setup (c_key_self, c_conf) |
subroutine | qg_obs_delete (c_key_self) |
subroutine | qg_obs_get (c_key_self, lreq, c_req, lcol, c_col, c_key_ovec) |
subroutine | qg_obs_put (c_key_self, lreq, c_req, lcol, c_col, c_key_ovec) |
Fortran module handling observations for the QG model.
subroutine c_qg_obs_data::qg_obs_delete | ( | integer(c_int), intent(inout) | c_key_self | ) |
subroutine c_qg_obs_data::qg_obs_get | ( | integer(c_int), intent(in) | c_key_self, |
integer(c_int), intent(in) | lreq, | ||
character(kind=c_char,len=1), dimension(lreq+1), intent(in) | c_req, | ||
integer(c_int), intent(in) | lcol, | ||
character(kind=c_char,len=1), dimension(lcol+1), intent(in) | c_col, | ||
integer(c_int), intent(in) | c_key_ovec | ||
) |
subroutine c_qg_obs_data::qg_obs_put | ( | integer(c_int), intent(in) | c_key_self, |
integer(c_int), intent(in) | lreq, | ||
character(kind=c_char,len=1), dimension(lreq+1), intent(in) | c_req, | ||
integer(c_int), intent(in) | lcol, | ||
character(kind=c_char,len=1), dimension(lcol+1), intent(in) | c_col, | ||
integer(c_int), intent(in) | c_key_ovec | ||
) |
subroutine c_qg_obs_data::qg_obs_setup | ( | integer(c_int), intent(inout) | c_key_self, |
type(c_ptr), intent(in) | c_conf | ||
) |
[in] | c_conf | configuration |
Definition at line 26 of file c_qg_obs_data.F90.