mod_rivers Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | helptxt |
subroutine | read_namelist |
subroutine | set_time |
subroutine | load_river_data |
subroutine | dump_outfile |
Variables | |
real(sp), dimension(:,:), allocatable | river_distrobution |
character(len=80) | run_file |
character(len=80), parameter | fout = 'River_data.nc' |
character(len=80) | river_data_file |
character(len=80) | river_out_file |
character(len=80) | title |
character(len=80) | website |
character(len=80) | history |
integer, parameter | namelen = 80 |
integer | nrivers |
integer | ntimes |
character(len=80) | inflow_type |
character(len=80) | point_st_type |
character(len=namelen), dimension(:), allocatable | river_names |
integer, dimension(:), allocatable | nloc |
type(time), dimension(:), allocatable | ttime |
real(sp), dimension(:,:), allocatable | qdis |
real(sp), dimension(:,:), allocatable | qtemp |
real(sp), dimension(:,:), allocatable | qsalt |
integer | sigma_layers |
Function/Subroutine Documentation
subroutine mod_rivers::dump_outfile | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_rivers::get_commandline | ( | character(len=*), intent(in) | CVS_ID, |
character(len=*), intent(in) | CVS_Date, | ||
character(len=*), intent(in) | CVS_Name, | ||
character(len=*), intent(in) | CVS_Revision | ||
) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_rivers::helptxt | ( | ) |
Here is the caller graph for this function:

subroutine mod_rivers::load_river_data | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_rivers::read_namelist | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_rivers::set_time | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
character(len=80), parameter mod_rivers::fout = 'River_data.nc' |
character(len=80) mod_rivers::history |
character(len=80) mod_rivers::inflow_type |
integer, parameter mod_rivers::namelen = 80 |
integer, dimension(:), allocatable mod_rivers::nloc |
integer mod_rivers::nrivers |
integer mod_rivers::ntimes |
character(len=80) mod_rivers::point_st_type |
real(sp), dimension(:,:), allocatable mod_rivers::qdis |
real(sp), dimension(:,:), allocatable mod_rivers::qsalt |
real(sp), dimension(:,:), allocatable mod_rivers::qtemp |
character(len=80) mod_rivers::river_data_file |
real(sp), dimension(:,:), allocatable mod_rivers::river_distrobution |
character(len=namelen), dimension(:), allocatable mod_rivers::river_names |
character(len=80) mod_rivers::river_out_file |
character(len=80) mod_rivers::run_file |
integer mod_rivers::sigma_layers |
character(len=80) mod_rivers::title |
type(time), dimension(:), allocatable mod_rivers::ttime |
character(len=80) mod_rivers::website |