hines_flux Subroutine

subroutine hines_flux(flux_u, flux_v, drag_u, drag_v, alt, density, densb, m_alpha, ak_alpha, k_alpha, slope, naz, il1, il2, lev1, lev2, nlons, nlevs, nazmth, lorms)

Arguments

Type IntentOptional Attributes Name
real :: flux_u(nlons,nlevs)
real :: flux_v(nlons,nlevs)
real :: drag_u(nlons,nlevs)
real :: drag_v(nlons,nlevs)
real :: alt(nlons,nlevs)
real :: density(nlons,nlevs)
real :: densb(nlons)
real :: m_alpha(nlons,nlevs,nazmth)
real :: ak_alpha(nlons,nazmth)
real :: k_alpha(nlons,nazmth)
real :: slope
integer :: naz
integer :: il1
integer :: il2
integer :: lev1
integer :: lev2
integer :: nlons
integer :: nlevs
integer :: nazmth
logical :: lorms(nlons)

Called by

proc~~hines_flux~~CalledByGraph proc~hines_flux hines_flux proc~hines_extro0 hines_extro0 proc~hines_extro0->proc~hines_flux proc~hines_gwd hines_gwd proc~hines_gwd->proc~hines_extro0 proc~physiq physiq proc~physiq->proc~hines_gwd proc~physiq~2 physiq proc~physiq~2->proc~hines_gwd proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents