FV3 Bundle
nlte_predictor_io Module Reference

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
 

Function/Subroutine Documentation

◆ nlte_predictor_inquirefile()

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 
)

Definition at line 128 of file NLTE_Predictor_IO.f90.

Here is the call graph for this function:

◆ nlte_predictor_ioversion()

subroutine, public nlte_predictor_io::nlte_predictor_ioversion ( character(*), intent(out)  Id)

Definition at line 648 of file NLTE_Predictor_IO.f90.

◆ nlte_predictor_readfile()

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 
)

Definition at line 276 of file NLTE_Predictor_IO.f90.

Here is the call graph for this function:

◆ nlte_predictor_writefile()

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 
)

Definition at line 494 of file NLTE_Predictor_IO.f90.

Here is the call graph for this function:

Variable Documentation

◆ ml

integer, parameter nlte_predictor_io::ml = 256
private

Definition at line 48 of file NLTE_Predictor_IO.f90.

◆ module_version_id

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

Definition at line 44 of file NLTE_Predictor_IO.f90.

◆ write_error_status

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

Definition at line 46 of file NLTE_Predictor_IO.f90.