LMDZ
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dynredem0_loc (fichnom, iday_end, phis) |
subroutine | dynredem1_loc (fichnom, time, vcov, ucov, teta, q, masse, ps) |
subroutine dynredem0_loc | ( | character(len=*), intent(in) | fichnom, |
integer, intent(in) | iday_end, | ||
real, dimension(ijb_u:ije_u), intent(in) | phis | ||
) |
Definition at line 2 of file dynredem_loc.F90.
subroutine dynredem1_loc | ( | character(len=*), intent(in) | fichnom, |
real, intent(in) | time, | ||
real, dimension(ijb_v:ije_v,llm), intent(in) | vcov, | ||
real, dimension(ijb_u:ije_u,llm), intent(in) | ucov, | ||
real, dimension(ijb_u:ije_u,llm), intent(in) | teta, | ||
real, dimension(ijb_u:ije_u,llm,nqtot), intent(inout) | q, | ||
real, dimension(ijb_u:ije_u,llm), intent(in) | masse, | ||
real, dimension(ijb_u:ije_u), intent(in) | ps | ||
) |
Definition at line 166 of file dynredem_loc.F90.