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:
![](namespacemod__init_ad8b1f73759c5d31db70433d759e351f6_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__init_ad8b1f73759c5d31db70433d759e351f6_icgraph.png)
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:
![](namespacemod__init_a02b8fe9dcddd731eb96f5a0873d1a2be_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__init_a02b8fe9dcddd731eb96f5a0873d1a2be_icgraph.png)
subroutine mod_init::myhelptxt | ( | ) |
Here is the caller graph for this function:
![](namespacemod__init_a2fe34828e01be78f4fe04d3b60e8be6e_icgraph.png)
subroutine mod_init::open_files | ( | ) |
Here is the call graph for this function:
![](namespacemod__init_ab432a6ae24e6b84393fc1c682b20f1f4_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__init_ab432a6ae24e6b84393fc1c682b20f1f4_icgraph.png)
subroutine mod_init::read_namelist | ( | ) |
Here is the call graph for this function:
![](namespacemod__init_a0909d28a48531ecea6c9b5d16d6368ca_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__init_a0909d28a48531ecea6c9b5d16d6368ca_icgraph.png)
subroutine mod_init::read_old_init_ts | ( | ) |
Here is the call graph for this function:
![](namespacemod__init_aa26cfdddd1f11280d494a494a7e5889f_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__init_aa26cfdddd1f11280d494a494a7e5889f_icgraph.png)
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 |