mod_init Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | read_namelist |
subroutine | open_files |
subroutine | read_old_init_ts |
subroutine | dump_init |
Variables | |
integer | ksl |
real(sp), dimension(:), allocatable | dpthsl |
real(sp), dimension(:,:), allocatable | tsl |
real(sp), dimension(:,:), allocatable | ssl |
character(len=120) | fname |
character(len=120) | old_init_file |
integer, parameter | initunit = 101 |
type(ncfile), pointer | ncf |
type(grid), save | mygrid |
type(time), save | now |
Function/Subroutine Documentation
subroutine mod_init::dump_init | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_init::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_init::myhelptxt | ( | ) |
Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

subroutine mod_init::read_old_init_ts | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
real(sp), dimension(:), allocatable mod_init::dpthsl |
character(len=120) mod_init::fname |
integer, parameter mod_init::initunit = 101 |
integer mod_init::ksl |
type(grid), save mod_init::mygrid |
type(ncfile), pointer mod_init::ncf |
type(time), save mod_init::now |
character(len=120) mod_init::old_init_file |
real(sp), dimension(:,:), allocatable mod_init::ssl |
real(sp), dimension(:,:), allocatable mod_init::tsl |