My Project
 All Classes Files Functions Variables Macros
call_dissip_mod Module Reference

Public Member Functions

subroutine call_dissip_allocate
subroutine call_dissip_switch_dissip (dist)
subroutine call_dissip (ucov_dyn, vcov_dyn, teta_dyn, p_dyn, pk_dyn, ps_dyn)

Public Attributes

real, dimension(:,:), pointer, save ucov
real, dimension(:,:), pointer, save vcov
real, dimension(:,:), pointer, save teta
real, dimension(:,:), pointer, save p
real, dimension(:,:), pointer, save pk
real, dimension(:,:), pointer, save ucont
real, dimension(:,:), pointer, save vcont
real, dimension(:,:), pointer, save ecin
real, dimension(:,:), pointer, save ecin0
real, dimension(:,:), pointer, save dudis
real, dimension(:,:), pointer, save dvdis
real, dimension(:,:), pointer, save dtetadis
real, dimension(:,:), pointer, save dtetaecdt

Detailed Description

Definition at line 1 of file call_dissip_mod.F90.

Member Function/Subroutine Documentation

subroutine call_dissip_mod::call_dissip ( real, dimension(ijb_u:ije_u,llm)  ucov_dyn,
real, dimension(ijb_v:ije_v,llm)  vcov_dyn,
real, dimension(ijb_u:ije_u,llm)  teta_dyn,
real, dimension(ijb_u:ije_u,llmp1 p_dyn,
real, dimension(ijb_u:ije_u,llm)  pk_dyn,
real, dimension(ijb_u:ije_u)  ps_dyn 
)

Definition at line 79 of file call_dissip_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine call_dissip_mod::call_dissip_allocate ( )

Definition at line 22 of file call_dissip_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine call_dissip_mod::call_dissip_switch_dissip ( type(distrib), intent(in)  dist)

Definition at line 51 of file call_dissip_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

real, dimension(:,:), pointer, save call_dissip_mod::dtetadis

Definition at line 15 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::dtetaecdt

Definition at line 16 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::dudis

Definition at line 13 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::dvdis

Definition at line 14 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::ecin

Definition at line 11 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::ecin0

Definition at line 12 of file call_dissip_mod.F90.

real, dimension(:,: ), pointer, save call_dissip_mod::p

Definition at line 6 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::pk

Definition at line 7 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::teta

Definition at line 5 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::ucont

Definition at line 9 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::ucov

Definition at line 3 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::vcont

Definition at line 10 of file call_dissip_mod.F90.

real, dimension(:,:), pointer, save call_dissip_mod::vcov

Definition at line 4 of file call_dissip_mod.F90.


The documentation for this module was generated from the following file: