CAM
|
Functions/Subroutines | |
subroutine, public | restart_defaultopts (cam_branch_file_out) |
subroutine, public | restart_setopts (nsrest, cam_branch_file_in) |
subroutine, public | restart_printopts |
subroutine, public | cam_write_restart (cam_in, cam_out, dyn_out, pbuf2d, yr_spec, mon_spec, day_spec, sec_spec) |
subroutine, public | cam_read_restart (cam_in, cam_out, dyn_in, dyn_out, pbuf2d, stop_ymd, stop_tod, NLFileName) |
subroutine | write_rest_pfile |
subroutine | read_rest_pfile |
subroutine | set_restart_filepath (rgpath) |
character(len=nlen) function, public | get_restcase () |
character(len=nlen) function, public | get_restartdir () |
Variables | |
integer, parameter | uninit_int = -999999999 |
integer, parameter | nlen = 256 |
character(len=nlen) | pname = ' ' |
character(shr_kind_cl) | tcase = ' ' |
logical | nlres |
logical | lbrnch |
character(len=nlen) | rfilename_spec = '%c.cam.r.%y-%m-%d-%s.nc' |
logical | aeres |
integer | nsds = -1 |
character(len=nlen) | rest_pfile = './rpointer.atm' |
character(len=nlen) | cam_branch_file = ' ' |
subroutine, public cam_restart::cam_read_restart | ( | type(cam_in_t), dimension(:), pointer | cam_in, |
type(cam_out_t), dimension(:), pointer | cam_out, | ||
type(dyn_import_t), intent(inout) | dyn_in, | ||
type(dyn_export_t), intent(inout) | dyn_out, | ||
type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d, | ||
integer, intent(in) | stop_ymd, | ||
integer, intent(in) | stop_tod, | ||
character(len=*), intent(in) | NLFileName | ||
) |
subroutine, public cam_restart::cam_write_restart | ( | type(cam_in_t), dimension(begchunk:endchunk), intent(in) | cam_in, |
type(cam_out_t), dimension(begchunk:endchunk), intent(in) | cam_out, | ||
type(dyn_export_t), intent(in) | dyn_out, | ||
type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d, | ||
integer, intent(in), optional | yr_spec, | ||
integer, intent(in), optional | mon_spec, | ||
integer, intent(in), optional | day_spec, | ||
integer, intent(in), optional | sec_spec | ||
) |
character(len=nlen) function, public cam_restart::get_restartdir | ( | ) |
character(len=nlen) function, public cam_restart::get_restcase | ( | ) |
subroutine cam_restart::read_rest_pfile | ( | ) |
subroutine, public cam_restart::restart_defaultopts | ( | character(len=nlen), intent(out), optional | cam_branch_file_out | ) |
subroutine, public cam_restart::restart_printopts | ( | ) |
subroutine, public cam_restart::restart_setopts | ( | integer, intent(in) | nsrest, |
character(len=nlen), intent(in), optional | cam_branch_file_in | ||
) |
|
private |
subroutine cam_restart::write_rest_pfile | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |