OOPS
variables_mod.F90 File Reference
Include dependency graph for variables_mod.F90:

Go to the source code of this file.

Data Types

interface  oops_variables_mod::oops_variables
 

Modules

module  oops_variables_mod
 Fortran interface to Variables.
 

Functions/Subroutines

type(oops_variables) function oops_variables_mod::ctor_from_ptr (ptr)
 
type(oops_variables) function oops_variables_mod::empty_ctor ()
 
subroutine oops_variables_mod::destruct (this)
 
subroutine oops_variables_mod::push_back_string (this, varname)
 
subroutine oops_variables_mod::push_back_vector (this, varnames)
 
integer function oops_variables_mod::nvars (this)
 
character(maxvarlen) function oops_variables_mod::variable (this, jj)
 
character(maxvarlen) function, dimension(:), allocatable oops_variables_mod::varlist (this)
 
logical function oops_variables_mod::has (this, var)
 

Variables

integer, parameter, private oops_variables_mod::maxvarlen = 100