![]() |
OpenFAST
Wind turbine multiphysics simulator
|
This routine writes out a real array to the file connected to Unit without following it with a new line. More...
Public Member Functions | |
| subroutine | wriaryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg) |
| This routine writes out an integer array to the file connected to Unit without following it with a new line. More... | |
| subroutine | wrr4aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg) |
| This routine writes out a real array to the file connected to Unit without following it with a new line. More... | |
| subroutine | wrr8aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg) |
| This routine writes out a real array to the file connected to Unit without following it with a new line. More... | |
| subroutine | wrr16aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg) |
| This routine writes out a real array to the file connected to Unit without following it with a new line. More... | |
This routine writes out a real array to the file connected to Unit without following it with a new line.
Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.
| [in] | unit | I/O unit for input file. |
| [in] | ary | Array to be written without a newline at the end. |
| [in] | fmt | Fmt of one element to be written. |
| [out] | errstat | Error status |
| [out] | errmsg | Error message associated with ErrStat |
| subroutine nwtc_io::wrnumaryfilenr::wriaryfilenr | ( | integer, intent(in) | Unit, |
| integer(intki), dimension (:), intent(in) | Ary, | ||
| character(*), intent(in) | Fmt, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg | ||
| ) |
This routine writes out an integer array to the file connected to Unit without following it with a new line.
Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.
| [in] | unit | I/O unit for input file. |
| [in] | ary | Array to be written without a newline at the end. |
| [in] | fmt | Fmt of one element to be written. |
| [out] | errstat | Error status |
| [out] | errmsg | Error message associated with ErrStat |
| subroutine nwtc_io::wrnumaryfilenr::wrr16aryfilenr | ( | integer, intent(in) | Unit, |
| real(quki), dimension (:), intent(in) | Ary, | ||
| character(*), intent(in) | Fmt, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg | ||
| ) |
This routine writes out a real array to the file connected to Unit without following it with a new line.
Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.
| [in] | unit | I/O unit for input file. |
| [in] | ary | Array to be written without a newline at the end. |
| [in] | fmt | Fmt of one element to be written. |
| [out] | errstat | Error status |
| [out] | errmsg | Error message associated with ErrStat |
| subroutine nwtc_io::wrnumaryfilenr::wrr4aryfilenr | ( | integer, intent(in) | Unit, |
| real(siki), dimension (:), intent(in) | Ary, | ||
| character(*), intent(in) | Fmt, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg | ||
| ) |
This routine writes out a real array to the file connected to Unit without following it with a new line.
Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.
| [in] | unit | I/O unit for input file. |
| [in] | ary | Array to be written without a newline at the end. |
| [in] | fmt | Fmt of one element to be written. |
| [out] | errstat | Error status |
| [out] | errmsg | Error message associated with ErrStat |
| subroutine nwtc_io::wrnumaryfilenr::wrr8aryfilenr | ( | integer, intent(in) | Unit, |
| real(r8ki), dimension (:), intent(in) | Ary, | ||
| character(*), intent(in) | Fmt, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg | ||
| ) |
This routine writes out a real array to the file connected to Unit without following it with a new line.
Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.
| [in] | unit | I/O unit for input file. |
| [in] | ary | Array to be written without a newline at the end. |
| [in] | fmt | Fmt of one element to be written. |
| [out] | errstat | Error status |
| [out] | errmsg | Error message associated with ErrStat |
1.8.13