SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
mode_glt_stats_r.F90 File Reference

Go to the source code of this file.

Data Types

module  mode_glt_stats_r
 
interface  mode_glt_stats_r::glt_iceconcm_r
 
interface  mode_glt_stats_r::glt_thinice_concm_r
 
interface  mode_glt_stats_r::glt_thickice_concm_r
 
interface  mode_glt_stats_r::glt_icesurfg_r
 
interface  mode_glt_stats_r::glt_avg_r
 
interface  mode_glt_stats_r::glt_avhicem_r
 
interface  mode_glt_stats_r::glt_avhsnwm_r
 
interface  mode_glt_stats_r::glt_avmsnwm_r
 
interface  mode_glt_stats_r::glt_avhiceg_r
 
interface  mode_glt_stats_r::glt_voliceg_r
 

Functions/Subroutines

real function, dimension(np) glt_iceconcm_r (tpsit)
 
real function, dimension(np) glt_thinice_concm_r (tpsit)
 
real function, dimension(np) glt_thickice_concm_r (tpsit)
 
real function glt_icesurfg_r (tpdom, tpsit)
 
real function glt_avg_r (tpdom, pfield, ktot)
 
real function, dimension(np) glt_avhicem_r (tpsit)
 
real function, dimension(np) glt_avhsnwm_r (tpsit)
 
real function, dimension(np) glt_avmsnwm_r (tpsit)
 
real function glt_avhiceg_r (tpdom, tpsit)
 
real function glt_voliceg_r (tpdom, tpsit)
 

Function/Subroutine Documentation

real function glt_avg_r ( type(t_dom), dimension(np), intent(in)  tpdom,
real, dimension(np), intent(in)  pfield,
integer, intent(in)  ktot 
)

Definition at line 282 of file mode_glt_stats_r.F90.

real function glt_avhiceg_r ( type(t_dom), dimension(np), intent(in)  tpdom,
type(t_sit), dimension(nt,np), intent(in)  tpsit 
)

Definition at line 394 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_avhicem_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 317 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_avhsnwm_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 343 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_avmsnwm_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 368 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_iceconcm_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 168 of file mode_glt_stats_r.F90.

real function glt_icesurfg_r ( type(t_dom), dimension(np), intent(in)  tpdom,
type(t_sit), dimension(nt,np), intent(in)  tpsit 
)

Definition at line 250 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_thickice_concm_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 224 of file mode_glt_stats_r.F90.

real function, dimension(np) glt_thinice_concm_r ( type(t_sit), dimension(nt,np), intent(in)  tpsit)

Definition at line 196 of file mode_glt_stats_r.F90.

real function glt_voliceg_r ( type(t_dom), dimension(np), intent(in)  tpdom,
type(t_sit), dimension(nt,np), intent(in)  tpsit 
)

Definition at line 426 of file mode_glt_stats_r.F90.