readprofiles Subroutine

subroutine readprofiles(nlev_max, kmax, ntrac, height, thlprof, qtprof, uprof, vprof, e12prof, ugprof, vgprof, wfls, dqtdxls, dqtdyls, dqtdtls, thlpcar, tracer, nt1, nt2)

Arguments

Type IntentOptional Attributes Name
integer :: nlev_max
integer :: kmax
integer :: ntrac
real :: height(nlev_max)
real :: thlprof(nlev_max)
real :: qtprof(nlev_max)
real :: uprof(nlev_max)
real :: vprof(nlev_max)
real :: e12prof(nlev_max)
real :: ugprof(nlev_max)
real :: vgprof(nlev_max)
real :: wfls(nlev_max)
real :: dqtdxls(nlev_max)
real :: dqtdyls(nlev_max)
real :: dqtdtls(nlev_max)
real :: thlpcar(nlev_max)
real :: tracer(nlev_max,ntrac)
integer :: nt1
integer :: nt2

Called by

proc~~readprofiles~~CalledByGraph proc~readprofiles readprofiles proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~readprofiles program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d

Contents