![]() |
OpenFAST
Wind turbine multiphysics simulator
|
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More...
Public Member Functions | |
| subroutine | readcary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readcaryfromstr (Str, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface. More... | |
| subroutine | readiary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readlary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readr4ary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readr4aryfromstr (Str, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface. More... | |
| subroutine | readr8ary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readr8aryfromstr (Str, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface. More... | |
| subroutine | readr16ary (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines). More... | |
| subroutine | readr16aryfromstr (Str, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface. More... | |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readcary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| character(*), dimension(arylen), intent(out) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readcaryfromstr | ( | character(*), intent(in) | Str, |
| character(*), dimension(arylen), intent(out) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | str | String to read from |
| [in] | arylen | Length of the array. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| subroutine nwtc_io::readary::readiary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| integer, dimension(arylen), intent(out) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readlary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| logical, dimension(arylen), intent(out) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readr16ary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| real(quki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readr16aryfromstr | ( | character(*), intent(in) | Str, |
| real(quki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | str | String to read from |
| [in] | arylen | Length of the array. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| subroutine nwtc_io::readary::readr4ary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| real(siki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readr4aryfromstr | ( | character(*), intent(in) | Str, |
| real(siki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | str | String to read from |
| [in] | arylen | Length of the array. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| subroutine nwtc_io::readary::readr8ary | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| real(r8ki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines).
Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | arylen | Length of the array. |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [out] | ary | Array being read. |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
| [in] | fil | Name of the input file. |
| subroutine nwtc_io::readary::readr8aryfromstr | ( | character(*), intent(in) | Str, |
| real(r8ki), dimension(arylen), intent(inout) | Ary, | ||
| integer, intent(in) | AryLen, | ||
| character(*), intent(in) | AryName, | ||
| character(*), intent(in) | AryDescr, | ||
| integer, intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a AryLen values separated by whitespace (or other Fortran record delimiters such as commas) into an array (either on same line or multiple lines) from an input string Use ReadAry (nwtc_io::readary) instead of directly calling a specific routine in the generic interface.
| [in] | str | String to read from |
| [in] | arylen | Length of the array. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status |
| [out] | errmsg | Error message describing ErrStat |
| [in] | arydescr | Text string describing the variable. |
| [in] | aryname | Text string containing the variable name. |
1.8.13