FV3 Bundle
FitCoeff_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  fitcoeff_define::fitcoeff_associated
 
interface  fitcoeff_define::fitcoeff_destroy
 
interface  fitcoeff_define::fitcoeff_create
 
interface  fitcoeff_define::fitcoeff_setvalue
 
interface  fitcoeff_define::fitcoeff_inspect
 
interface  fitcoeff_define::fitcoeff_validrelease
 
interface  fitcoeff_define::fitcoeff_info
 
interface  fitcoeff_define::fitcoeff_readfile
 
interface  fitcoeff_define::fitcoeff_writefile
 
interface  fitcoeff_define::operator(==)
 
type  fitcoeff_define::fitcoeff_1d_type
 
type  fitcoeff_define::fitcoeff_2d_type
 
type  fitcoeff_define::fitcoeff_3d_type
 

Modules

module  fitcoeff_define
 

Functions/Subroutines

pure logical function fitcoeff_define::fitcoeff_1d_associated (self)
 
pure logical function fitcoeff_define::fitcoeff_2d_associated (self)
 
pure logical function fitcoeff_define::fitcoeff_3d_associated (self)
 
pure subroutine fitcoeff_define::fitcoeff_1d_destroy (self)
 
pure subroutine fitcoeff_define::fitcoeff_2d_destroy (self)
 
pure subroutine fitcoeff_define::fitcoeff_3d_destroy (self)
 
pure subroutine fitcoeff_define::fitcoeff_1d_create (self, dimensions)
 
pure subroutine fitcoeff_define::fitcoeff_2d_create (self, dimensions)
 
pure subroutine fitcoeff_define::fitcoeff_3d_create (self, dimensions)
 
subroutine fitcoeff_define::fitcoeff_1d_setvalue (self, C, Version)
 
subroutine fitcoeff_define::fitcoeff_2d_setvalue (self, C, Version)
 
subroutine fitcoeff_define::fitcoeff_3d_setvalue (self, C, Version)
 
subroutine fitcoeff_define::fitcoeff_1d_inspect (self)
 
subroutine fitcoeff_define::fitcoeff_2d_inspect (self)
 
subroutine fitcoeff_define::fitcoeff_3d_inspect (self)
 
logical function fitcoeff_define::validrelease (Release)
 
logical function fitcoeff_define::fitcoeff_1d_validrelease (self)
 
logical function fitcoeff_define::fitcoeff_2d_validrelease (self)
 
logical function fitcoeff_define::fitcoeff_3d_validrelease (self)
 
subroutine fitcoeff_define::fitcoeff_1d_info (self, Info)
 
subroutine fitcoeff_define::fitcoeff_2d_info (self, Info)
 
subroutine fitcoeff_define::fitcoeff_3d_info (self, Info)
 
subroutine, public fitcoeff_define::fitcoeff_defineversion (Id)
 
integer function, public fitcoeff_define::fitcoeff_inquirefile (Filename, n_Dimensions, Dimensions, Release, Version, Title, History, Comment)
 
subroutine inquire_cleanup ()
 
integer function fitcoeff_define::fitcoeff_1d_readfile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function fitcoeff_define::fitcoeff_2d_readfile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function fitcoeff_define::fitcoeff_3d_readfile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function fitcoeff_define::fitcoeff_1d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function fitcoeff_define::fitcoeff_2d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function fitcoeff_define::fitcoeff_3d_writefile (FitCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
pure function fitcoeff_define::fitcoeff_1d_equal (x, y)
 
pure function fitcoeff_define::fitcoeff_2d_equal (x, y)
 
pure function fitcoeff_define::fitcoeff_3d_equal (x, y)
 

Variables

character(*), parameter fitcoeff_define::module_version_id = '$Id: FitCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter fitcoeff_define::fitcoeff_release = 1
 
integer, parameter fitcoeff_define::fitcoeff_version = 1
 
character(*), parameter fitcoeff_define::write_error_status = 'DELETE'
 
real(fp), parameter fitcoeff_define::zero = 0.0_fp
 
real(fp), parameter fitcoeff_define::one = 1.0_fp
 
integer, parameter fitcoeff_define::ml = 256
 
integer, parameter fitcoeff_define::sl = 80
 
integer, parameter, public fitcoeff_define::fitcoeff_max_n_dimensions = 3
 

Function/Subroutine Documentation

◆ inquire_cleanup()

subroutine fitcoeff_inquirefile::inquire_cleanup ( )
private

Definition at line 937 of file FitCoeff_Define.f90.

Here is the call graph for this function: