FV3 Bundle
|
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... | |
Fortran module to handle variables for the QG model.
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.
|
private |
Linked list interface - defines registry_t type.
Global registry
Definition at line 35 of file qg_vars_mod.F90.