|
FV3 Bundle
|
Functions/Subroutines | |
| integer function, public | nlte_predictor_inquirefile (Filename, n_Profiles, Release, Version) |
| integer function, public | nlte_predictor_readfile (Filename, NLTE_Predictor, Quiet, n_Profiles, Debug) |
| integer function, public | nlte_predictor_writefile (Filename, NLTE_Predictor, Quiet, Debug) |
| subroutine, public | nlte_predictor_ioversion (Id) |
Variables | |
| character(*), parameter, private | module_version_id = '$Id: NLTE_Predictor_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| character(*), parameter | write_error_status = 'DELETE' |
| integer, parameter | ml = 256 |
| integer function, public nlte_predictor_io::nlte_predictor_inquirefile | ( | character(*), intent(in) | Filename, |
| integer, intent(out), optional | n_Profiles, | ||
| integer, intent(out), optional | Release, | ||
| integer, intent(out), optional | Version | ||
| ) |
| subroutine, public nlte_predictor_io::nlte_predictor_ioversion | ( | character(*), intent(out) | Id | ) |
Definition at line 648 of file NLTE_Predictor_IO.f90.
| integer function, public nlte_predictor_io::nlte_predictor_readfile | ( | character(*), intent(in) | Filename, |
| type(nlte_predictor_type), dimension(:), intent(out) | NLTE_Predictor, | ||
| logical, intent(in), optional | Quiet, | ||
| integer, intent(out), optional | n_Profiles, | ||
| logical, intent(in), optional | Debug | ||
| ) |
| integer function, public nlte_predictor_io::nlte_predictor_writefile | ( | character(*), intent(in) | Filename, |
| type(nlte_predictor_type), dimension(:), intent(in) | NLTE_Predictor, | ||
| logical, intent(in), optional | Quiet, | ||
| logical, intent(in), optional | Debug | ||
| ) |
|
private |
Definition at line 48 of file NLTE_Predictor_IO.f90.
|
private |
Definition at line 44 of file NLTE_Predictor_IO.f90.
|
private |
Definition at line 46 of file NLTE_Predictor_IO.f90.