OOPS
oops_variables_mod Module Reference

Fortran interface to Variables. More...

Data Types

interface  oops_variables
 

Functions/Subroutines

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

Variables

integer, parameter, private maxvarlen = 100
 

Detailed Description

Fortran interface to Variables.

Function/Subroutine Documentation

◆ ctor_from_ptr()

type(oops_variables) function oops_variables_mod::ctor_from_ptr ( type(c_ptr), intent(in)  ptr)
private

Definition at line 47 of file variables_mod.F90.

Here is the caller graph for this function:

◆ destruct()

subroutine oops_variables_mod::destruct ( class(oops_variables), intent(inout)  this)
private

Definition at line 66 of file variables_mod.F90.

◆ empty_ctor()

type(oops_variables) function oops_variables_mod::empty_ctor

Definition at line 58 of file variables_mod.F90.

Here is the caller graph for this function:

◆ has()

logical function oops_variables_mod::has ( class(oops_variables), intent(in)  this,
character(*), intent(in)  var 
)
private

Definition at line 163 of file variables_mod.F90.

Here is the caller graph for this function:

◆ nvars()

integer function oops_variables_mod::nvars ( class(oops_variables), intent(in)  this)

Definition at line 114 of file variables_mod.F90.

◆ push_back_string()

subroutine oops_variables_mod::push_back_string ( class(oops_variables), intent(in)  this,
character(*), intent(in)  varname 
)

Definition at line 77 of file variables_mod.F90.

Here is the caller graph for this function:

◆ push_back_vector()

subroutine oops_variables_mod::push_back_vector ( class(oops_variables), intent(in)  this,
character(*), dimension(:), intent(in)  varnames 
)

Definition at line 94 of file variables_mod.F90.

Here is the caller graph for this function:

◆ variable()

character(maxvarlen) function oops_variables_mod::variable ( class(oops_variables), intent(in)  this,
integer, intent(in)  jj 
)
private

Definition at line 123 of file variables_mod.F90.

◆ varlist()

character(maxvarlen) function, dimension(:), allocatable oops_variables_mod::varlist ( class(oops_variables), intent(in)  this)

Definition at line 147 of file variables_mod.F90.

Variable Documentation

◆ maxvarlen

integer, parameter, private oops_variables_mod::maxvarlen = 100
private

Definition at line 14 of file variables_mod.F90.