Go to the source code of this file.
Modules | |
| module | ice_diagnostics |
Functions/Subroutines | |
| subroutine | ice_diagnostics::runtime_diags (dt) |
| subroutine | ice_diagnostics::init_mass_diags |
| subroutine | ice_diagnostics::init_diags |
| subroutine | ice_diagnostics::print_state (plabel, i, j, iblk) |
Variables | |
| character(len=char_len) | ice_diagnostics::diag_file |
| logical(kind=log_kind) | ice_diagnostics::print_points |
| logical(kind=log_kind) | ice_diagnostics::print_global |
| integer(kind=int_kind), parameter | ice_diagnostics::npnt = 2 |
| logical(kind=log_kind), parameter | ice_diagnostics::check_umax = .false. |
| real(kind=dbl_kind), parameter | ice_diagnostics::umax_stab = 1.0_dbl_kind |
| real(kind=dbl_kind), parameter | ice_diagnostics::aice_extmin = 0.15_dbl_kind |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::latpnt |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::lonpnt |
| integer(kind=int_kind) | ice_diagnostics::iindx |
| integer(kind=int_kind) | ice_diagnostics::jindx |
| integer(kind=int_kind) | ice_diagnostics::bindx |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::pdhi |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::pdhs |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::pde |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::plat |
| real(kind=dbl_kind), dimension(npnt) | ice_diagnostics::plon |
| integer(kind=int_kind), dimension(npnt) | ice_diagnostics::piloc |
| integer(kind=int_kind), dimension(npnt) | ice_diagnostics::pjloc |
| integer(kind=int_kind), dimension(npnt) | ice_diagnostics::pbloc |
| integer(kind=int_kind), dimension(npnt) | ice_diagnostics::pmloc |
| real(kind=dbl_kind) | ice_diagnostics::totmn |
| real(kind=dbl_kind) | ice_diagnostics::totms |
| real(kind=dbl_kind) | ice_diagnostics::totmin |
| real(kind=dbl_kind) | ice_diagnostics::totmis |
| real(kind=dbl_kind) | ice_diagnostics::toten |
| real(kind=dbl_kind) | ice_diagnostics::totes |
| real(kind=dbl_kind), dimension(n_aeromx) | ice_diagnostics::totaeron |
| real(kind=dbl_kind), dimension(n_aeromx) | ice_diagnostics::totaeros |
| character(char_len) | ice_diagnostics::plabel |
| integer(kind=int_kind), parameter | ice_diagnostics::check_step = 999999999 |
| integer(kind=int_kind), parameter | ice_diagnostics::iblkp = 1 |
| integer(kind=int_kind), parameter | ice_diagnostics::ip = 3 |
| integer(kind=int_kind), parameter | ice_diagnostics::jp = 5 |
| integer(kind=int_kind), parameter | ice_diagnostics::mtask = 0 |
1.6.1