mod_output Module Reference
Functions/Subroutines | |
subroutine | dump_binary (NOW) |
subroutine | make_binary_outfile (WNDNM, HFXNM, EVPNM, AIPNM, SATNM, SPQNM, CLDNM, DPTNM) |
subroutine | make_unstructured_outfile (FNAME) |
subroutine | make_structured_outfile (FNAME) |
Variables | |
type(grid), save | mygrid |
Function/Subroutine Documentation
subroutine mod_output::dump_binary | ( | type(time) | NOW | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_output::make_binary_outfile | ( | character(len=*), intent(in) | WNDNM, |
character(len=*), intent(in) | HFXNM, | ||
character(len=*), intent(in) | EVPNM, | ||
character(len=*), intent(in) | AIPNM, | ||
character(len=*), intent(in) | SATNM, | ||
character(len=*), intent(in) | SPQNM, | ||
character(len=*), intent(in) | CLDNM, | ||
character(len=*), intent(in) | DPTNM | ||
) |
Here is the caller graph for this function:

subroutine mod_output::make_structured_outfile | ( | character(len=*) | FNAME | ) |
Here is the caller graph for this function:

subroutine mod_output::make_unstructured_outfile | ( | character(len=*) | FNAME | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
type(grid), save mod_output::mygrid |