mod_restart 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 | set_obc_types |
subroutine | read_old_hotstart |
type(ncfile) function, pointer | rst_vertical_vel_file_object () |
subroutine | dump_restart |
Variables | |
character(len=120) | fname |
character(len=120) | old_restart_file |
character(len=120) | old_wd_restart_file |
character(len=120) | old_ice_restart_file |
integer, parameter | resunit = 101 |
integer, parameter | reswdunit = 102 |
type(ncfile), pointer | ncf |
type(grid), save | mygrid |
type(time), save | now |
logical | coriolis_file_on |
real(sp), dimension(:), allocatable | rtp |
Function/Subroutine Documentation
subroutine mod_restart::allocate_space | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_restart::dump_restart | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

subroutine mod_restart::read_old_hotstart | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the caller graph for this function:

subroutine mod_restart::set_obc_types | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
logical mod_restart::coriolis_file_on |
character(len=120) mod_restart::fname |
type(grid), save mod_restart::mygrid |
type(ncfile), pointer mod_restart::ncf |
type(time), save mod_restart::now |
character(len=120) mod_restart::old_ice_restart_file |
character(len=120) mod_restart::old_restart_file |
character(len=120) mod_restart::old_wd_restart_file |
integer, parameter mod_restart::resunit = 101 |
integer, parameter mod_restart::reswdunit = 102 |
real(sp), dimension(:), allocatable mod_restart::rtp |