Go to the source code of this file.
Modules | |
module | ice_history |
Functions/Subroutines | |
subroutine | ice_history::init_hist (dt) |
subroutine | ice_history::ice_write_hist (dt) |
subroutine | ice_history::define_hist_field (id, vname, vunit, vcoord, vcellmeas, vdesc, vcomment, cona, conb, ns1, vhistfreq) |
subroutine | ice_history::accum_hist_field (id, iblk, field_accum) |
Variables | |
character(len=16) | ice_history::vname_in |
character(len=55) | ice_history::vdesc_in |
character(len=55) | ice_history::vcomment_in |
character(len=16), parameter | ice_history::tstr |
character(len=16), parameter | ice_history::ustr |
character(len=16), parameter | ice_history::tcstr |
character(len=16), parameter | ice_history::ucstr |
real(kind=dbl_kind), dimension(max_nstrm) | ice_history::avgct |
logical(kind=log_kind) | ice_history::f_tmask = .true. |
logical(kind=log_kind) | ice_history::f_tarea = .true. |
logical(kind=log_kind) | ice_history::f_uarea = .true. |
logical(kind=log_kind) | ice_history::f_dxt = .true. |
logical(kind=log_kind) | ice_history::f_dyt = .true. |
logical(kind=log_kind) | ice_history::f_dxu = .true. |
logical(kind=log_kind) | ice_history::f_dyu = .true. |
logical(kind=log_kind) | ice_history::f_HTN = .true. |
logical(kind=log_kind) | ice_history::f_HTE = .true. |
logical(kind=log_kind) | ice_history::f_ANGLE = .true. |
logical(kind=log_kind) | ice_history::f_ANGLET = .true. |