My Project
 All Classes Files Functions Variables Macros
advn.F File Reference
#include "dimensions.h"
#include "paramet.h"
#include "logic.h"
#include "comvert.h"
#include "comconst.h"
#include "comgeom.h"
#include "iniprint.h"
Include dependency graph for advn.F:

Go to the source code of this file.

Functions/Subroutines

subroutine advn (q, masse, w, pbaru, pbarv, pdt, mode)
subroutine advnqx (q, qg, qd)
subroutine advnqy (q, qs, qn)
subroutine advnqz (q, qh, qb)
subroutine advnx (q, qg, qd, masse, u_m, mode)
subroutine advny (q, qs, qn, masse, v_m)
subroutine advnz (q, qh, qb, masse, w_m)

Function/Subroutine Documentation

subroutine advn ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  masse,
real, dimension(ip1jmp1,llm)  w,
real, dimension( ip1jmp1,llm )  pbaru,
real, dimension( ip1jm,llm)  pbarv,
real  pdt,
integer  mode 
)

Definition at line 4 of file advn.F.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine advnqx ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qg,
real, dimension(ip1jmp1,llm)  qd 
)

Definition at line 144 of file advn.F.

Here is the caller graph for this function:

subroutine advnqy ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qs,
real, dimension(ip1jmp1,llm)  qn 
)

Definition at line 261 of file advn.F.

Here is the caller graph for this function:

subroutine advnqz ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qh,
real, dimension(ip1jmp1,llm)  qb 
)

Definition at line 357 of file advn.F.

Here is the caller graph for this function:

subroutine advnx ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qg,
real, dimension(ip1jmp1,llm)  qd,
real, dimension(ip1jmp1,llm)  masse,
real, dimension( ip1jmp1,llm )  u_m,
integer  mode 
)

Definition at line 473 of file advn.F.

Here is the caller graph for this function:

subroutine advny ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qs,
real, dimension(ip1jmp1,llm)  qn,
real, dimension(ip1jmp1,llm)  masse,
real, dimension( ip1jm,llm )  v_m 
)

Definition at line 741 of file advn.F.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine advnz ( real, dimension(ip1jmp1,llm)  q,
real, dimension(ip1jmp1,llm)  qh,
real, dimension(ip1jmp1,llm)  qb,
real, dimension(ip1jmp1,llm)  masse,
real, dimension( ip1jmp1,llm+1)  w_m 
)

Definition at line 871 of file advn.F.

Here is the caller graph for this function: