FV3 Bundle
|
Data Types | |
interface | operator(==) |
type | pafv_type |
Functions/Subroutines | |
elemental logical function, public | pafv_associated (self) |
elemental subroutine, public | pafv_destroy (self) |
elemental subroutine, public | pafv_create (self, n_ODPS_Layers, n_User_Layers, n_Absorbers, No_OPTRAN) |
subroutine, public | pafv_inspect (self) |
logical function, public | pafv_validrelease (self) |
subroutine, public | pafv_info (self, Info) |
subroutine, public | pafv_defineversion (Id) |
integer function, public | pafv_inquirefile (Filename, n_ODPS_Layers, n_Absorbers, n_User_Layers, Release, Version, Title, History, Comment) |
integer function, public | pafv_readfile (PAFV, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
integer function, public | pafv_writefile (PAFV, Filename, No_Close, Quiet, Title, History, Comment, Debug) |
elemental logical function | pafv_equal (x, y) |
Variables | |
character(*), parameter | module_version_id = '$Id: PAFV_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | pafv_release = 2 |
integer, parameter | pafv_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 | data_missing = 0 |
integer, parameter | data_present = 1 |
integer, parameter, public | max_optran_order = 10 |
integer, parameter, public | max_optran_predictors = 14 |
integer, parameter, public | max_optran_used_predictors = 6 |
elemental logical function, public pafv_define::pafv_associated | ( | type(pafv_type), intent(in) | self | ) |
elemental subroutine, public pafv_define::pafv_create | ( | type(pafv_type), intent(out) | self, |
integer, intent(in) | n_ODPS_Layers, | ||
integer, intent(in) | n_User_Layers, | ||
integer, intent(in) | n_Absorbers, | ||
logical, intent(in), optional | No_OPTRAN | ||
) |
subroutine, public pafv_define::pafv_defineversion | ( | character(*), intent(out) | Id | ) |
Definition at line 731 of file PAFV_Define.f90.
elemental subroutine, public pafv_define::pafv_destroy | ( | type(pafv_type), intent(out) | self | ) |
subroutine, public pafv_define::pafv_info | ( | type(pafv_type), intent(in) | self, |
character(*), intent(out) | Info | ||
) |
integer function, public pafv_define::pafv_inquirefile | ( | character(*), intent(in) | Filename, |
integer, intent(out), optional | n_ODPS_Layers, | ||
integer, intent(out), optional | n_Absorbers, | ||
integer, intent(out), optional | n_User_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 pafv_define::pafv_inspect | ( | type(pafv_type), intent(in) | self | ) |
integer function, public pafv_define::pafv_readfile | ( | type(pafv_type), intent(out) | PAFV, |
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 pafv_define::pafv_validrelease | ( | type(pafv_type), intent(in) | self | ) |
Definition at line 598 of file PAFV_Define.f90.
integer function, public pafv_define::pafv_writefile | ( | type(pafv_type), intent(in) | PAFV, |
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 74 of file PAFV_Define.f90.
|
private |
Definition at line 75 of file PAFV_Define.f90.
integer, parameter, public pafv_define::max_optran_order = 10 |
Definition at line 77 of file PAFV_Define.f90.
integer, parameter, public pafv_define::max_optran_predictors = 14 |
Definition at line 78 of file PAFV_Define.f90.
integer, parameter, public pafv_define::max_optran_used_predictors = 6 |
Definition at line 79 of file PAFV_Define.f90.
|
private |
Definition at line 72 of file PAFV_Define.f90.
|
private |
Definition at line 61 of file PAFV_Define.f90.
|
private |
Definition at line 70 of file PAFV_Define.f90.
|
private |
Definition at line 64 of file PAFV_Define.f90.
|
private |
Definition at line 65 of file PAFV_Define.f90.
|
private |
Definition at line 67 of file PAFV_Define.f90.
|
private |
Definition at line 69 of file PAFV_Define.f90.