cv_uncompress Subroutine

public subroutine cv_uncompress(nloc, len, ncum, nd, idcum, is_convect, compress, iflag, precip, cbmf, ft, fq, fu, fv, ma, qcondc, iflag1, precip1, cbmf1, ft1, fq1, fu1, fv1, ma1, qcondc1)

Uses

  • proc~~cv_uncompress~~UsesGraph proc~cv_uncompress cv_uncompress module~lmdz_cv_ini~2 lmdz_cv_ini proc~cv_uncompress->module~lmdz_cv_ini~2

Arguments

Type IntentOptional Attributes Name
integer :: nloc
integer :: len
integer :: ncum
integer :: nd
integer :: idcum(nloc)
logical :: is_convect(nloc)
logical :: compress
integer :: iflag(nloc)
real :: precip(nloc)
real :: cbmf(nloc)
real :: ft(nloc,nd)
real :: fq(nloc,nd)
real :: fu(nloc,nd)
real :: fv(nloc,nd)
real :: ma(nloc,nd)
real :: qcondc(nloc,nd)
integer :: iflag1(len)
real :: precip1(len)
real :: cbmf1(len)
real :: ft1(len,nd)
real :: fq1(len,nd)
real :: fu1(len,nd)
real :: fv1(len,nd)
real :: ma1(len,nd)
real :: qcondc1(len,nd)

Called by

proc~~cv_uncompress~~CalledByGraph proc~cv_uncompress cv_uncompress proc~cv_driver cv_driver proc~cv_driver->proc~cv_uncompress proc~cva_driver cva_driver proc~cva_driver->proc~cv_uncompress proc~concvl concvl proc~concvl->proc~cv_driver proc~concvl->proc~cva_driver proc~concvl~2 concvl proc~concvl~2->proc~cv_driver proc~physiq physiq proc~physiq->proc~concvl proc~physiq~2 physiq proc~physiq~2->proc~concvl 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