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:

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:

Here is the caller graph for this function:

subroutine mod_ts_clim::get_fvcom_grid | ( | ) |
Here is the call graph for this function:

subroutine mod_ts_clim::make_ts_outfile | ( | character(len=*), intent(in) | FNAME | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

subroutine mod_ts_clim::read_old_ts_inf | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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:

Here is the caller graph for this function:

subroutine mod_ts_clim::run_tge | ( | ) |
Here is the call graph for this function:

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

Here is the caller graph for this function:

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 |