FV3 Bundle
|
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 |
pure logical function, public mwwatercoeff_define::mwwatercoeff_associated | ( | type(mwwatercoeff_type), intent(in) | self | ) |
pure subroutine, public mwwatercoeff_define::mwwatercoeff_create | ( | type(mwwatercoeff_type), intent(inout) | self | ) |
subroutine, public mwwatercoeff_define::mwwatercoeff_defineversion | ( | character(*), intent(out) | Id | ) |
Definition at line 421 of file MWwaterCoeff_Define.f90.
pure subroutine, public mwwatercoeff_define::mwwatercoeff_destroy | ( | type(mwwatercoeff_type), intent(out) | self | ) |
|
private |
|
private |
Definition at line 620 of file MWwaterCoeff_Define.f90.
subroutine, public mwwatercoeff_define::mwwatercoeff_info | ( | type(mwwatercoeff_type), intent(in) | self, |
character(*), intent(out) | Info | ||
) |
subroutine, public mwwatercoeff_define::mwwatercoeff_inspect | ( | type(mwwatercoeff_type), intent(in) | self, |
logical, intent(in), optional | pause | ||
) |
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.
|
private |
Definition at line 512 of file MWwaterCoeff_Define.f90.
logical function, public mwwatercoeff_define::mwwatercoeff_validrelease | ( | type(mwwatercoeff_type), intent(in) | self | ) |
Definition at line 308 of file MWwaterCoeff_Define.f90.
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 | ||
) |
|
private |
Definition at line 70 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 71 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 73 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 62 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 65 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 66 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 74 of file MWwaterCoeff_Define.f90.
|
private |
Definition at line 68 of file MWwaterCoeff_Define.f90.