LMDZ
|
#include "dimensions.h"
#include "paramet.h"
#include "comconst.h"
#include "comvert.h"
#include "comgeom.h"
#include "temps.h"
#include "ener.h"
#include "logic.h"
#include "description.h"
#include "serre.h"
#include "iniprint.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | writehist_p (histid, histvid, time, vcov, ucov, teta, phi, q, masse, ps, phis) |
subroutine writehist_p | ( | integer | histid, |
integer | histvid, | ||
integer | time, | ||
real, dimension(ip1jm,llm) | vcov, | ||
real, dimension(ip1jmp1,llm) | ucov, | ||
real, dimension(ip1jmp1,llm) | teta, | ||
real, dimension(ip1jmp1,llm) | phi, | ||
real, dimension(ip1jmp1,llm,nqtot) | q, | ||
real, dimension(ip1jmp1,llm) | masse, | ||
real, dimension(ip1jmp1) | ps, | ||
real, dimension(ip1jmp1) | phis | ||
) |
Definition at line 6 of file writehist_p.F.