LMDZ
|
#include "dimensions.h"
#include "paramet.h"
#include "comconst.h"
#include "comvert.h"
#include "comgeom2.h"
#include "temps.h"
#include "iniprint.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bilan_dyn_loc (ntrac, dt_app, dt_cum, ps, masse, pk, flux_u, flux_v, teta, phi, ucov, vcov, trac) |
subroutine bilan_dyn_loc | ( | integer | ntrac, |
real | dt_app, | ||
real | dt_cum, | ||
real, dimension(iip1,jjb_u:jje_u) | ps, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | masse, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | pk, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | flux_u, | ||
real, dimension(iip1,jjb_v:jje_v,llm) | flux_v, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | teta, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | phi, | ||
real, dimension(iip1,jjb_u:jje_u,llm) | ucov, | ||
real, dimension(iip1,jjb_v:jje_v,llm) | vcov, | ||
real, dimension(iip1,jjb_u:jje_u,llm,ntrac) | trac | ||
) |
Definition at line 6 of file bilan_dyn_loc.F.