FV3 Bundle
|
Fortran module for streamfunction observations for the QG model. More...
Data Types | |
type | qg_obsoper |
Fortran derived type for stream function observations for the QG model. More... | |
Functions/Subroutines | |
subroutine, public | qg_oper_setup (self, c_conf, svars, ncol) |
Linked list implementation. More... | |
Variables | |
type(registry_t), public | qg_obsoper_registry |
Linked list interface - defines registry_t type. More... | |
Fortran module for streamfunction observations for the QG model.
subroutine, public qg_obsoper_mod::qg_oper_setup | ( | type(qg_obsoper), intent(inout) | self, |
type(c_ptr), intent(in) | c_conf, | ||
character(len=*), dimension(:), intent(in) | svars, | ||
integer | ncol | ||
) |
Linked list implementation.
Definition at line 47 of file qg_obsoper_mod.F90.
type(registry_t), public qg_obsoper_mod::qg_obsoper_registry |
Linked list interface - defines registry_t type.
Global registry
Definition at line 36 of file qg_obsoper_mod.F90.