LMDZ
|
#include "dimensions.h"
#include "paramet.h"
#include "logic.h"
#include "comvert.h"
#include "comconst.h"
#include "comgeom.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | vlspltqs (q, pente_max, masse, w, pbaru, pbarv, pdt, p, pk, teta, iq) |
subroutine | vlxqs (q, pente_max, masse, u_m, qsat, iq) |
subroutine | vlyqs (q, pente_max, masse, masse_adv_v, qsat, iq) |
subroutine vlspltqs | ( | real, dimension(ip1jmp1,llm,nqtot) | q, |
real | pente_max, | ||
real, dimension(ip1jmp1,llm) | masse, | ||
real, dimension(ip1jmp1,llm) | w, | ||
real, dimension( ip1jmp1,llm ) | pbaru, | ||
real, dimension( ip1jm,llm) | pbarv, | ||
real | pdt, | ||
real, dimension(ip1jmp1,llmp1) | p, | ||
real, dimension(ip1jmp1,llm) | pk, | ||
real, dimension(ip1jmp1,llm) | teta, | ||
integer | iq | ||
) |
Definition at line 6 of file vlspltqs.F.
subroutine vlxqs | ( | real, dimension(ip1jmp1,llm,nqtot) | q, |
real | pente_max, | ||
real, dimension(ip1jmp1,llm,nqtot) | masse, | ||
real, dimension( ip1jmp1,llm ) | u_m, | ||
real, dimension(ip1jmp1,llm) | qsat, | ||
integer | iq | ||
) |
Definition at line 182 of file vlspltqs.F.
subroutine vlyqs | ( | real, dimension(ip1jmp1,llm,nqtot) | q, |
real | pente_max, | ||
real, dimension(ip1jmp1,llm,nqtot) | masse, | ||
real, dimension( ip1jm,llm) | masse_adv_v, | ||
real, dimension(ip1jmp1,llm) | qsat, | ||
integer | iq | ||
) |
Definition at line 549 of file vlspltqs.F.