Data Types | |
| interface | dumpfile |
| interface | restartfile |
Functions/Subroutines | |
| subroutine | dumpfile_bin () |
| subroutine | dumpfile_pio (filename_spec) |
| subroutine | define_rest_field (File, vname, dims) |
| subroutine | restartfile_bin (ice_ic) |
| subroutine | restartfile_pio (usepio, ice_ic) |
| integer | lenstr (label) |
| character(len=char_len) | restformat (nu, filename) |
Variables | |
| character(len=char_len) | resttype |
| character(len=char_len_long) | ice_ic |
| logical(kind=log_kind) | restart |
| character(len=char_len) | runtype |
| character(len=char_len_long) | restart_file |
| character(len=char_len_long) | restart_dir |
| character(len=char_len_long) | runid |
| character(len=char_len) | restart_format |
| character(len=char_len_long) | pointer_file |
| real(kind=dbl_kind), dimension(nx_block, ny_block, max_blocks) | work1 |
| logical(kind=log_kind) | lcdf64 |
| integer(kind=int_kind) | ncid |
| integer(kind=int_kind) | status |
| character(len=1) | nchar |
| subroutine ice_restart::define_rest_field | ( | type(file_desc_t),intent(in) | File, | |
| character (len=*),intent(in) | vname, | |||
| integer (kind=int_kind),dimension(:),intent(in) | dims | |||
| ) |
Definition at line 598 of file ice_restart.F90.
| subroutine ice_restart::dumpfile_bin | ( | ) |
Definition at line 114 of file ice_restart.F90.
| subroutine ice_restart::dumpfile_pio | ( | character(len=char_len_long),intent(in) | filename_spec | ) |
Definition at line 258 of file ice_restart.F90.
| integer ice_restart::lenstr | ( | character*(*) | label | ) |
Definition at line 1609 of file ice_restart.F90.
| subroutine ice_restart::restartfile_bin | ( | character(len=*),optional | ice_ic | ) |
Definition at line 633 of file ice_restart.F90.
| subroutine ice_restart::restartfile_pio | ( | logical,intent(in) | usepio, | |
| character(len=*),intent(in),optional | ice_ic | |||
| ) |
Definition at line 1016 of file ice_restart.F90.
| character(len=char_len) ice_restart::restformat | ( | integer,intent(in) | nu, | |
| character(len=char_len),intent(in) | filename | |||
| ) |
Definition at line 1645 of file ice_restart.F90.
| character(len=char_len_long) ice_restart::ice_ic |
Definition at line 56 of file ice_restart.F90.
| logical (kind=log_kind) ice_restart::lcdf64 |
Definition at line 89 of file ice_restart.F90.
| character (len=1) ice_restart::nchar |
Definition at line 96 of file ice_restart.F90.
| integer (kind=int_kind) ice_restart::ncid |
Definition at line 91 of file ice_restart.F90.
| character (len=char_len_long) ice_restart::pointer_file |
Definition at line 82 of file ice_restart.F90.
| logical (kind=log_kind) ice_restart::restart |
Definition at line 62 of file ice_restart.F90.
| character (len=char_len_long) ice_restart::restart_dir |
Definition at line 74 of file ice_restart.F90.
| character (len=char_len_long) ice_restart::restart_file |
Definition at line 74 of file ice_restart.F90.
| character (len=char_len) ice_restart::restart_format |
Definition at line 79 of file ice_restart.F90.
| character (len=char_len) ice_restart::resttype |
Definition at line 53 of file ice_restart.F90.
| character (len=char_len_long) ice_restart::runid |
Definition at line 74 of file ice_restart.F90.
| character (len=char_len) ice_restart::runtype |
Definition at line 67 of file ice_restart.F90.
| integer (kind=int_kind) ice_restart::status |
Definition at line 93 of file ice_restart.F90.
| real (kind=dbl_kind),dimension(nx_block,ny_block,max_blocks) ice_restart::work1 |
Definition at line 85 of file ice_restart.F90.
1.6.1