FV3 Bundle
qg_obsoper_mod Module Reference

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...
 

Detailed Description

Fortran module for streamfunction observations for the QG model.

Function/Subroutine Documentation

◆ qg_oper_setup()

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.

Here is the caller graph for this function:

Variable Documentation

◆ qg_obsoper_registry

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.