mod_infovar Module Reference
Data Types | |
| type | infovar |
Functions/Subroutines | |
| subroutine | set_infovar (v, vname, vtype, vval, vbound, xpos, ypos, vpid, vpt, vlay) |
| subroutine | print_infovar (v, iunit) |
Function/Subroutine Documentation
| subroutine mod_infovar::print_infovar | ( | type(infovar), intent(inout) | v, |
| integer, intent(in) | iunit | ||
| ) |
Here is the caller graph for this function:

| subroutine mod_infovar::set_infovar | ( | type(infovar), intent(inout) | v, |
| character(len=20) | vname, | ||
| integer, intent(in) | vtype, | ||
| real(sp), intent(in) | vval, | ||
| real(sp), intent(in) | vbound, | ||
| real(sp), intent(in) | xpos, | ||
| real(sp), intent(in) | ypos, | ||
| integer, intent(in) | vpid, | ||
| integer, intent(in) | vpt, | ||
| integer, intent(in) | vlay | ||
| ) |
Here is the caller graph for this function:


1.8.11