CAM
fatesrestartvariablemod Module Reference

Data Types

type  fates_restart_variable_type
 

Functions/Subroutines

subroutine init (this, vname, units, long, vtype, flushval, num_dim_kinds, dim_kinds, dim_bounds)
 
subroutine getbounds (this, thread, dim_bounds, dim_kinds, lb1, ub1, lb2, ub2)
 
subroutine flush (this, thread, dim_bounds, dim_kinds)
 

Function/Subroutine Documentation

◆ flush()

subroutine fatesrestartvariablemod::flush ( class(fates_restart_variable_type), intent(inout)  this,
integer, intent(in)  thread,
type(fates_io_dimension_type), dimension(:), intent(in)  dim_bounds,
type(fates_io_variable_kind_type), dimension(:), intent(in)  dim_kinds 
)
Here is the call graph for this function:

◆ getbounds()

subroutine fatesrestartvariablemod::getbounds ( class(fates_restart_variable_type), intent(inout)  this,
integer, intent(in)  thread,
type(fates_io_dimension_type), dimension(:), intent(in)  dim_bounds,
type(fates_io_variable_kind_type), dimension(:), intent(in)  dim_kinds,
integer, intent(out)  lb1,
integer, intent(out)  ub1,
integer, intent(out)  lb2,
integer, intent(out)  ub2 
)

◆ init()

subroutine fatesrestartvariablemod::init ( class(fates_restart_variable_type), intent(inout)  this,
character(len=*), intent(in)  vname,
character(len=*), intent(in)  units,
character(len=*), intent(in)  long,
character(len=*), intent(in)  vtype,
real(r8), intent(in)  flushval,
integer, intent(in)  num_dim_kinds,
type(fates_io_variable_kind_type), dimension(:), intent(inout)  dim_kinds,
type(fates_io_dimension_type), dimension(:), intent(in)  dim_bounds 
)
Here is the call graph for this function: