LMDZ
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dynredem0 (fichnom, iday_end, phis) |
subroutine | dynredem1 (fichnom, time, vcov, ucov, teta, q, masse, ps) |
subroutine dynredem0 | ( | character(len=*), intent(in) | fichnom, |
integer, intent(in) | iday_end, | ||
real, dimension(iip1, jjp1), intent(in) | phis | ||
) |
Definition at line 2 of file dynredem.F90.
subroutine dynredem1 | ( | character(len=*), intent(in) | fichnom, |
real, intent(in) | time, | ||
real, dimension(iip1,jjm, llm), intent(in) | vcov, | ||
real, dimension(iip1,jjp1,llm), intent(in) | ucov, | ||
real, dimension(iip1,jjp1,llm), intent(in) | teta, | ||
real, dimension(iip1,jjp1,llm,nqtot), intent(inout) | q, | ||
real, dimension(iip1,jjp1,llm), intent(in) | masse, | ||
real, dimension(iip1,jjp1), intent(in) | ps | ||
) |
Definition at line 160 of file dynredem.F90.