Go to the source code of this file.
Data Types | |
| module | mode_glt_stats |
| interface | mode_glt_stats::glt_get_class |
| interface | mode_glt_stats::glt_iceconc |
| interface | mode_glt_stats::glt_iceconcm |
| interface | mode_glt_stats::glt_thinice_concm |
| interface | mode_glt_stats::glt_thickice_concm |
| interface | mode_glt_stats::glt_icesurfg |
| interface | mode_glt_stats::glt_avg |
| interface | mode_glt_stats::glt_avhice |
| interface | mode_glt_stats::glt_avhicem |
| interface | mode_glt_stats::glt_avhsnwm |
| interface | mode_glt_stats::glt_avmsnwm |
| interface | mode_glt_stats::glt_avhiceg |
| interface | mode_glt_stats::glt_voliceg |
| interface | mode_glt_stats::glt_vtpint |
Functions/Subroutines | |
| integer function | glt_get_class (phsi) |
| real function | glt_iceconc (kicell, kjcell, tpsit) |
| real function, dimension(nx, ny) | glt_iceconcm (tpdom, tpsit) |
| real function, dimension(nx, ny) | glt_thinice_concm (tpdom, tpsit) |
| real function, dimension(nx, ny) | glt_thickice_concm (tpdom, tpsit) |
| real function | glt_icesurfg (tpdom, tpsit) |
| real function | glt_avg (tpdom, pfield, ktot) |
| real function | glt_avhice (kicell, kjcell, tpsit) |
| real function, dimension(nx, ny) | glt_avhicem (tpdom, tpsit) |
| real function, dimension(nx, ny) | glt_avhsnwm (tpdom, tpsit) |
| real function, dimension(nx, ny) | glt_avmsnwm (tpdom, tpsit) |
| real function | glt_avhiceg (tpdom, tpsit) |
| real function | glt_voliceg (tpdom, tpsit) |
| real function | glt_vtpint (pz, pvtpo, plevo) |
| real function glt_avg | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| real, dimension(nx,ny), intent(in) | pfield, | ||
| integer, intent(in) | ktot | ||
| ) |
Definition at line 413 of file mode_glt_stats.F90.
| real function glt_avhice | ( | integer, intent(in) | kicell, |
| integer, intent(in) | kjcell, | ||
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 453 of file mode_glt_stats.F90.
| real function glt_avhiceg | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 571 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_avhicem | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 482 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_avhsnwm | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 513 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_avmsnwm | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 543 of file mode_glt_stats.F90.
| integer function glt_get_class | ( | real, intent(in) | phsi | ) |
Definition at line 219 of file mode_glt_stats.F90.
| real function glt_iceconc | ( | integer, intent(in) | kicell, |
| integer, intent(in) | kjcell, | ||
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 250 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_iceconcm | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 278 of file mode_glt_stats.F90.
| real function glt_icesurfg | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 375 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_thickice_concm | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 344 of file mode_glt_stats.F90.
| real function, dimension(nx,ny) glt_thinice_concm | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 311 of file mode_glt_stats.F90.
| real function glt_voliceg | ( | type(t_dom), dimension(nx,ny), intent(in) | tpdom, |
| type(t_sit), dimension(nt,nx,ny), intent(in) | tpsit | ||
| ) |
Definition at line 611 of file mode_glt_stats.F90.
| real function glt_vtpint | ( | real, intent(in) | pz, |
| real, dimension(:), intent(in) | pvtpo, | ||
| real, dimension(:), intent(in) | plevo | ||
| ) |
Definition at line 650 of file mode_glt_stats.F90.
1.8.5