FV3 Bundle
|
Data Types | |
type | aovar_type |
interface | operator(==) |
Functions/Subroutines | |
elemental logical function, public | aovar_associated (self) |
elemental subroutine, public | aovar_destroy (self) |
elemental subroutine, public | aovar_create (self, n_Layers) |
subroutine, public | aovar_inspect (self) |
logical function, public | aovar_validrelease (self) |
subroutine, public | aovar_info (self, Info) |
subroutine, public | aovar_defineversion (Id) |
integer function, public | aovar_inquirefile (Filename, n_Layers, Release, Version, Title, History, Comment) |
integer function, public | aovar_readfile (AOvar, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
integer function, public | aovar_writefile (AOvar, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
elemental logical function | aovar_equal (x, y) |
Variables | |
character(*), parameter | module_version_id = '$Id: AOvar_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | aovar_release = 1 |
integer, parameter | aovar_version = 1 |
character(*), parameter | write_error_status = 'DELETE' |
real(fp), parameter | zero = 0.0_fp |
real(fp), parameter | one = 1.0_fp |
integer, parameter | ml = 256 |
integer, parameter | sl = 80 |
elemental logical function, public aovar_define::aovar_associated | ( | type(aovar_type), intent(in) | self | ) |
elemental subroutine, public aovar_define::aovar_create | ( | type(aovar_type), intent(out) | self, |
integer, intent(in) | n_Layers | ||
) |
subroutine, public aovar_define::aovar_defineversion | ( | character(*), intent(out) | Id | ) |
Definition at line 233 of file AOvar_Define.f90.
elemental subroutine, public aovar_define::aovar_destroy | ( | type(aovar_type), intent(out) | self | ) |
|
private |
subroutine, public aovar_define::aovar_info | ( | type(aovar_type), intent(in) | self, |
character(*), intent(out) | Info | ||
) |
integer function, public aovar_define::aovar_inquirefile | ( | character(*), intent(in) | Filename, |
integer, intent(out), optional | n_Layers, | ||
integer, intent(out), optional | Release, | ||
integer, intent(out), optional | Version, | ||
character(*), intent(out), optional | Title, | ||
character(*), intent(out), optional | History, | ||
character(*), intent(out), optional | Comment | ||
) |
subroutine, public aovar_define::aovar_inspect | ( | type(aovar_type), intent(in) | self | ) |
integer function, public aovar_define::aovar_readfile | ( | type(aovar_type), intent(out) | AOvar, |
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 | ||
) |
logical function, public aovar_define::aovar_validrelease | ( | type(aovar_type), intent(in) | self | ) |
Definition at line 175 of file AOvar_Define.f90.
integer function, public aovar_define::aovar_writefile | ( | type(aovar_type), intent(in) | AOvar, |
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 66 of file AOvar_Define.f90.
|
private |
Definition at line 67 of file AOvar_Define.f90.
|
private |
Definition at line 74 of file AOvar_Define.f90.
|
private |
Definition at line 63 of file AOvar_Define.f90.
|
private |
Definition at line 72 of file AOvar_Define.f90.
|
private |
Definition at line 75 of file AOvar_Define.f90.
|
private |
Definition at line 69 of file AOvar_Define.f90.
|
private |
Definition at line 71 of file AOvar_Define.f90.