UPP 11.0.0
Loading...
Searching...
No Matches
xml_perl_data.f File Reference

This module reads in Perl XML processed flat file and handles parameter marshalling for existing POST program. More...

Go to the source code of this file.

Data Types

type  xml_perl_data::param_t
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program. More...
 
type  xml_perl_data::paramset_t
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program. More...
 
type  xml_perl_data::post_avblfld_t
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program. More...
 

Functions/Subroutines

subroutine xml_perl_data::filter_char_inp (inpchar)
 Checks parameter set to see whether "?" is found and, if so, replaces it with an empty string because it means no input.
 
subroutine xml_perl_data::read_postxconfig ()
 Reads in and processes the postxconfig file.
 

Variables

integer xml_perl_data::idtad
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::imdlty
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::iout
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::list
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nbc
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nboco
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::ncp
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nddamp
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nfcst
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nradl
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nrads
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::nshde
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
integer xml_perl_data::ntstm
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
type(paramset_t), dimension(:), pointer xml_perl_data::paramset
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 
type(post_avblfld_t), save xml_perl_data::post_avblflds
 Parameters that are used to read in Perl XML processed flat file and handle parameter marshalling for existing POST program.
 

Detailed Description

This module reads in Perl XML processed flat file and handles parameter marshalling for existing POST program.

Program history log:

Date Programmer Comments
March, 2015 Lin Gan Initial Code
July, 2016 J. Carley Clean up prints
July, 2024 Wen Meng Increase datset length

Definition in file xml_perl_data.f.

Function/Subroutine Documentation

◆ filter_char_inp()

subroutine xml_perl_data::filter_char_inp ( character, intent(inout)  inpchar)

Checks parameter set to see whether "?" is found and, if so, replaces it with an empty string because it means no input.

Parameters
[in,out]inpcharInput character

Definition at line 348 of file xml_perl_data.f.

◆ read_postxconfig()

subroutine xml_perl_data::read_postxconfig

Reads in and processes the postxconfig file.

Definition at line 118 of file xml_perl_data.f.

References xml_perl_data::paramset, and xml_perl_data::post_avblflds.