mod_auxiliary Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | initialize_namelist |
subroutine | read_namelist |
subroutine | open_files |
subroutine | allocate_space |
subroutine | create_hvc (NN, CC) |
subroutine | create_bottom_roughness (Z0) |
type(ncfile) function, pointer | aux_file_object () |
subroutine | dump_aux |
Variables | |
real(sp), parameter | hmc = 40.00_SP |
character(len=120) | fname |
type(ncfile), pointer | ncf |
type(grid), save | mygrid |
logical | coriolis_file_on |
real(sp), dimension(:), allocatable | rtp |
Function/Subroutine Documentation
subroutine mod_auxiliary::allocate_space | ( | ) |
Here is the caller graph for this function:

type(ncfile) function, pointer mod_auxiliary::aux_file_object | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_auxiliary::create_bottom_roughness | ( | real(sp), dimension(:), allocatable | Z0 | ) |
Here is the caller graph for this function:

subroutine mod_auxiliary::create_hvc | ( | real(sp), dimension(:), allocatable | NN, |
real(sp), dimension(:), allocatable | CC | ||
) |
Here is the caller graph for this function:

subroutine mod_auxiliary::dump_aux | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_auxiliary::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_auxiliary::initialize_namelist | ( | ) |
Here is the caller graph for this function:

subroutine mod_auxiliary::myhelptxt | ( | ) |
Here is the caller graph for this function:

subroutine mod_auxiliary::open_files | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the caller graph for this function:

Variable Documentation
logical mod_auxiliary::coriolis_file_on |
character(len=120) mod_auxiliary::fname |
real(sp), parameter mod_auxiliary::hmc = 40.00_SP |
type(grid), save mod_auxiliary::mygrid |
type(ncfile), pointer mod_auxiliary::ncf |
real(sp), dimension(:), allocatable mod_auxiliary::rtp |