LMDZ
|
Functions/Subroutines | |
subroutine | iniphysiq (iim, jjm, nlayer, nbp, communicator, punjours, pdayref, ptimestep, rlatu, rlatv, rlonu, rlonv, aire, cu, cv, prad, pg, pr, pcpp, iflag_phys) |
subroutine | iniphysiq (ii, jj, nlayer, nbp, communicator, punjours, pdayref, ptimestep, rlatu, rlatv, rlonu, rlonv, aire, cu, cv, prad, pg, pr, pcpp, iflag_phys) |
subroutine iniphysiq_mod::iniphysiq | ( | integer, intent(in) | iim, |
integer, intent(in) | jjm, | ||
integer, intent(in) | nlayer, | ||
integer, intent(in) | nbp, | ||
integer, intent(in) | communicator, | ||
real, intent(in) | punjours, | ||
integer, intent(in) | pdayref, | ||
real, intent(in) | ptimestep, | ||
real, dimension(jjm+1), intent(in) | rlatu, | ||
real, dimension(jjm), intent(in) | rlatv, | ||
real, dimension(iim+1), intent(in) | rlonu, | ||
real, dimension(iim+1), intent(in) | rlonv, | ||
real, dimension(iim+1,jjm+1), intent(in) | aire, | ||
real, dimension((iim+1)*(jjm+1)), intent(in) | cu, | ||
real, dimension((iim+1)*jjm), intent(in) | cv, | ||
real, intent(in) | prad, | ||
real, intent(in) | pg, | ||
real, intent(in) | pr, | ||
real, intent(in) | pcpp, | ||
integer, intent(in) | iflag_phys | ||
) |
Definition at line 13 of file iniphysiq_mod.F90.
subroutine iniphysiq_mod::iniphysiq | ( | integer, intent(in) | ii, |
integer, intent(in) | jj, | ||
integer, intent(in) | nlayer, | ||
integer, intent(in) | nbp, | ||
integer, intent(in) | communicator, | ||
real, intent(in) | punjours, | ||
integer, intent(in) | pdayref, | ||
real, intent(in) | ptimestep, | ||
real, dimension(jj+1), intent(in) | rlatu, | ||
real, dimension(jj), intent(in) | rlatv, | ||
real, dimension(ii+1), intent(in) | rlonu, | ||
real, dimension(ii+1), intent(in) | rlonv, | ||
real, dimension(ii+1,jj+1), intent(in) | aire, | ||
real, dimension((ii+1)*(jj+1)), intent(in) | cu, | ||
real, dimension((ii+1)*jj), intent(in) | cv, | ||
real, intent(in) | prad, | ||
real, intent(in) | pg, | ||
real, intent(in) | pr, | ||
real, intent(in) | pcpp, | ||
integer, intent(in) | iflag_phys | ||
) |