#include "YOMCST.h"
#include "iniprint.h"
Go to the source code of this file.
Functions/Subroutines |
subroutine | iniphysiq (ngrid, nlayer, punjours, pdayref, ptimestep, plat, plon, parea, pcu, pcv, prad, pg, pr, pcpp, iflag_phys) |
Function/Subroutine Documentation
subroutine iniphysiq |
( |
integer, intent(in) |
ngrid, |
|
|
integer, intent(in) |
nlayer, |
|
|
real, intent(in) |
punjours, |
|
|
integer, intent(in) |
pdayref, |
|
|
real, intent(in) |
ptimestep, |
|
|
real, dimension(ngrid), intent(in) |
plat, |
|
|
real, dimension(ngrid), intent(in) |
plon, |
|
|
real, dimension(klon_glo), intent(in) |
parea, |
|
|
real, dimension(klon_glo), intent(in) |
pcu, |
|
|
real, dimension(klon_glo), intent(in) |
pcv, |
|
|
real, intent(in) |
prad, |
|
|
real, intent(in) |
pg, |
|
|
real, intent(in) |
pr, |
|
|
real, intent(in) |
pcpp, |
|
|
integer, intent(in) |
iflag_phys |
|
) |
| |