mod_ts_clim Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | read_namelist |
subroutine | open_files |
subroutine | allocate_space |
subroutine | read_tsc (now, TC, SC) |
subroutine | read_old_ts_inf |
subroutine | get_fvcom_grid |
subroutine | run_tge |
subroutine | set_time |
subroutine | make_ts_outfile (FNAME) |
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_ts_file |
integer, parameter | tsunit = 101 |
character(len=80) | output_file |
character(len=80) | out_interval |
character(len=80) | zero_time |
logical | fexist |
type(time), save | interval |
type(ncfile), pointer | nc_out |
real(sp), dimension(:,:), pointer | tc |
real(sp), dimension(:,:), pointer | sc |
type(ncfile), pointer | ncf |
type(grid), save | mygrid |
Function/Subroutine Documentation
subroutine mod_ts_clim::allocate_space | ( | ) |
Here is the caller graph for this function:
![](namespacemod__ts__clim_a95ee2c1ef378d1e5248681cb713b775b_icgraph.png)
subroutine mod_ts_clim::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__ts__clim_ac32d3d282eaf94c69481fb05d8eca1a7_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_ac32d3d282eaf94c69481fb05d8eca1a7_icgraph.png)
subroutine mod_ts_clim::get_fvcom_grid | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a735dce3c2a0dc4e949d3bdeb29ae4169_cgraph.png)
subroutine mod_ts_clim::make_ts_outfile | ( | character(len=*), intent(in) | FNAME | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a2213988db0d4d4ce5a279fb1b0d8049f_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_a2213988db0d4d4ce5a279fb1b0d8049f_icgraph.png)
subroutine mod_ts_clim::myhelptxt | ( | ) |
Here is the caller graph for this function:
![](namespacemod__ts__clim_af3885c2cc3027918530c3b870396e651_icgraph.png)
subroutine mod_ts_clim::open_files | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a2a0c19bbe7d7cec6b5943e13e14f2a44_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_a2a0c19bbe7d7cec6b5943e13e14f2a44_icgraph.png)
subroutine mod_ts_clim::read_namelist | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a3b01fde478ac9aade3f86892a2b508a0_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_a3b01fde478ac9aade3f86892a2b508a0_icgraph.png)
subroutine mod_ts_clim::read_old_ts_inf | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_abb7f3a1b7fefac1bbbc587d3644b8b44_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_abb7f3a1b7fefac1bbbc587d3644b8b44_icgraph.png)
subroutine mod_ts_clim::read_tsc | ( | type(time) | now, |
real(sp), dimension(:,:), pointer | TC, | ||
real(sp), dimension(:,:), pointer | SC | ||
) |
Here is the call graph for this function:
![](namespacemod__ts__clim_aa6b6c84e66872637a2d7f814226f9844_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_aa6b6c84e66872637a2d7f814226f9844_icgraph.png)
subroutine mod_ts_clim::run_tge | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a54e3ca4339521be7845df2d2f311dd2c_cgraph.png)
subroutine mod_ts_clim::set_time | ( | ) |
Here is the call graph for this function:
![](namespacemod__ts__clim_a54cd4e2c61b92cad05ff6b5fe43a54ea_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__ts__clim_a54cd4e2c61b92cad05ff6b5fe43a54ea_icgraph.png)
Variable Documentation
real(sp), dimension(:), allocatable mod_ts_clim::dpthsl |
logical mod_ts_clim::fexist |
character(len=120) mod_ts_clim::fname |
type(time), save mod_ts_clim::interval |
integer mod_ts_clim::ksl |
type(grid), save mod_ts_clim::mygrid |
type(ncfile), pointer mod_ts_clim::nc_out |
type(ncfile), pointer mod_ts_clim::ncf |
character(len=120) mod_ts_clim::old_ts_file |
character(len=80) mod_ts_clim::out_interval |
character(len=80) mod_ts_clim::output_file |
real(sp), dimension(:,:), pointer mod_ts_clim::sc |
real(sp), dimension(:,:), allocatable mod_ts_clim::ssl |
real(sp), dimension(:,:), pointer mod_ts_clim::tc |
real(sp), dimension(:,:), allocatable mod_ts_clim::tsl |
integer, parameter mod_ts_clim::tsunit = 101 |
character(len=80) mod_ts_clim::zero_time |