FV3 Bundle
qg_vars_mod Module Reference

Fortran module to handle variables for the QG model. More...

Data Types

type  qg_vars
 Fortran derived type to represent QG model variables. More...
 

Functions/Subroutines

subroutine, public qg_vars_create (self, kvars)
 Linked list implementation. More...
 

Variables

type(registry_t) qg_vars_registry
 Linked list interface - defines registry_t type. More...
 

Detailed Description

Fortran module to handle variables for the QG model.

Function/Subroutine Documentation

◆ qg_vars_create()

subroutine, public qg_vars_mod::qg_vars_create ( type(qg_vars), intent(inout)  self,
integer(c_int), dimension(*), intent(in)  kvars 
)

Linked list implementation.

Definition at line 46 of file qg_vars_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ qg_vars_registry

type(registry_t) qg_vars_mod::qg_vars_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 35 of file qg_vars_mod.F90.