FV3 Bundle
mwwatercoeff_define Module Reference

Data Types

type  mwwatercoeff_type
 
interface  operator(==)
 

Functions/Subroutines

pure logical function, public mwwatercoeff_associated (self)
 
pure subroutine, public mwwatercoeff_destroy (self)
 
pure subroutine, public mwwatercoeff_create (self)
 
subroutine, public mwwatercoeff_inspect (self, pause)
 
logical function, public mwwatercoeff_validrelease (self)
 
subroutine, public mwwatercoeff_info (self, Info)
 
subroutine, public mwwatercoeff_defineversion (Id)
 
subroutine mwwatercoeff_setvalue (self, FCCoeff, FRCoeff, RCCoeff, AZCoeff, SSCCoeff, LSCCoeff, MWwaterLUT)
 
subroutine mwwatercoeff_getvalue (self, FCCoeff, FRCoeff, RCCoeff, AZCoeff, SSCCoeff, LSCCoeff, MWwaterLUT)
 
integer function, public mwwatercoeff_readfile (MWwaterCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function, public mwwatercoeff_writefile (MWwaterCoeff, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
pure logical function mwwatercoeff_equal (x, y)
 

Variables

character(*), parameter module_version_id = '$Id: MWwaterCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter mwwatercoeff_release = 1
 
integer, parameter mwwatercoeff_version = 1
 
character(*), parameter write_error_status = 'DELETE'
 
integer, parameter data_missing = 0
 
integer, parameter data_present = 1
 
integer, parameter ml = 256
 
integer, parameter sl = 80
 

Function/Subroutine Documentation

◆ mwwatercoeff_associated()

pure logical function, public mwwatercoeff_define::mwwatercoeff_associated ( type(mwwatercoeff_type), intent(in)  self)

Definition at line 146 of file MWwaterCoeff_Define.f90.

Here is the caller graph for this function:

◆ mwwatercoeff_create()

pure subroutine, public mwwatercoeff_define::mwwatercoeff_create ( type(mwwatercoeff_type), intent(inout)  self)

Definition at line 204 of file MWwaterCoeff_Define.f90.

Here is the caller graph for this function:

◆ mwwatercoeff_defineversion()

subroutine, public mwwatercoeff_define::mwwatercoeff_defineversion ( character(*), intent(out)  Id)

Definition at line 421 of file MWwaterCoeff_Define.f90.

◆ mwwatercoeff_destroy()

pure subroutine, public mwwatercoeff_define::mwwatercoeff_destroy ( type(mwwatercoeff_type), intent(out)  self)

Definition at line 175 of file MWwaterCoeff_Define.f90.

Here is the caller graph for this function:

◆ mwwatercoeff_equal()

pure logical function mwwatercoeff_define::mwwatercoeff_equal ( type(mwwatercoeff_type), intent(in)  x,
type(mwwatercoeff_type), intent(in)  y 
)
private

Definition at line 1309 of file MWwaterCoeff_Define.f90.

Here is the call graph for this function:

◆ mwwatercoeff_getvalue()

subroutine mwwatercoeff_define::mwwatercoeff_getvalue ( type(mwwatercoeff_type), intent(in)  self,
type(fitcoeff_1d_type), intent(out), optional  FCCoeff,
type(fitcoeff_1d_type), intent(out), optional  FRCoeff,
type(fitcoeff_3d_type), intent(out), optional  RCCoeff,
type(fitcoeff_3d_type), intent(out), optional  AZCoeff,
type(fitcoeff_1d_type), intent(out), optional  SSCCoeff,
type(fitcoeff_3d_type), intent(out), optional  LSCCoeff,
type(mwwaterlut_type), intent(out), optional  MWwaterLUT 
)
private

Definition at line 620 of file MWwaterCoeff_Define.f90.

◆ mwwatercoeff_info()

subroutine, public mwwatercoeff_define::mwwatercoeff_info ( type(mwwatercoeff_type), intent(in)  self,
character(*), intent(out)  Info 
)

Definition at line 375 of file MWwaterCoeff_Define.f90.

Here is the caller graph for this function:

◆ mwwatercoeff_inspect()

subroutine, public mwwatercoeff_define::mwwatercoeff_inspect ( type(mwwatercoeff_type), intent(in)  self,
logical, intent(in), optional  pause 
)

Definition at line 234 of file MWwaterCoeff_Define.f90.

Here is the call graph for this function:

◆ mwwatercoeff_readfile()

integer function, public mwwatercoeff_define::mwwatercoeff_readfile ( type(mwwatercoeff_type), intent(out)  MWwaterCoeff,
character(*), intent(in)  Filename,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
character(*), intent(out), optional  Title,
character(*), intent(out), optional  History,
character(*), intent(out), optional  Comment,
logical, intent(in), optional  Debug 
)

Definition at line 741 of file MWwaterCoeff_Define.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mwwatercoeff_setvalue()

subroutine mwwatercoeff_define::mwwatercoeff_setvalue ( type(mwwatercoeff_type), intent(inout)  self,
type(fitcoeff_1d_type), intent(in), optional  FCCoeff,
type(fitcoeff_1d_type), intent(in), optional  FRCoeff,
type(fitcoeff_3d_type), intent(in), optional  RCCoeff,
type(fitcoeff_3d_type), intent(in), optional  AZCoeff,
type(fitcoeff_1d_type), intent(in), optional  SSCCoeff,
type(fitcoeff_3d_type), intent(in), optional  LSCCoeff,
type(mwwaterlut_type), intent(in), optional  MWwaterLUT 
)
private

Definition at line 512 of file MWwaterCoeff_Define.f90.

◆ mwwatercoeff_validrelease()

logical function, public mwwatercoeff_define::mwwatercoeff_validrelease ( type(mwwatercoeff_type), intent(in)  self)

Definition at line 308 of file MWwaterCoeff_Define.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mwwatercoeff_writefile()

integer function, public mwwatercoeff_define::mwwatercoeff_writefile ( type(mwwatercoeff_type), intent(in)  MWwaterCoeff,
character(*), intent(in)  Filename,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
character(*), intent(in), optional  Title,
character(*), intent(in), optional  History,
character(*), intent(in), optional  Comment,
logical, intent(in), optional  Debug 
)

Definition at line 1056 of file MWwaterCoeff_Define.f90.

Here is the call graph for this function:

Variable Documentation

◆ data_missing

integer, parameter mwwatercoeff_define::data_missing = 0
private

Definition at line 70 of file MWwaterCoeff_Define.f90.

◆ data_present

integer, parameter mwwatercoeff_define::data_present = 1
private

Definition at line 71 of file MWwaterCoeff_Define.f90.

◆ ml

integer, parameter mwwatercoeff_define::ml = 256
private

Definition at line 73 of file MWwaterCoeff_Define.f90.

◆ module_version_id

character(*), parameter mwwatercoeff_define::module_version_id = '$Id: MWwaterCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 62 of file MWwaterCoeff_Define.f90.

◆ mwwatercoeff_release

integer, parameter mwwatercoeff_define::mwwatercoeff_release = 1
private

Definition at line 65 of file MWwaterCoeff_Define.f90.

◆ mwwatercoeff_version

integer, parameter mwwatercoeff_define::mwwatercoeff_version = 1
private

Definition at line 66 of file MWwaterCoeff_Define.f90.

◆ sl

integer, parameter mwwatercoeff_define::sl = 80
private

Definition at line 74 of file MWwaterCoeff_Define.f90.

◆ write_error_status

character(*), parameter mwwatercoeff_define::write_error_status = 'DELETE'
private

Definition at line 68 of file MWwaterCoeff_Define.f90.