cv_compress Subroutine

public subroutine cv_compress(len, nloc, ncum, nd, iflag1, compress, nk1, icb1, cbmf1, plcl1, tnk1, qnk1, gznk1, t1, q1, qs1, u1, v1, gz1, h1, lv1, cpn1, p1, ph1, tv1, tp1, tvp1, clw1, iflag, nk, icb, cbmf, plcl, tnk, qnk, gznk, t, q, qs, u, v, gz, h, lv, cpn, p, ph, tv, tp, tvp, clw, dph)

Uses

  • proc~~cv_compress~~UsesGraph proc~cv_compress cv_compress module~lmdz_cv_ini~2 lmdz_cv_ini proc~cv_compress->module~lmdz_cv_ini~2 module~print_control_mod print_control_mod proc~cv_compress->module~print_control_mod

Arguments

Type IntentOptional Attributes Name
integer :: len
integer :: nloc
integer :: ncum
integer :: nd
integer :: iflag1(len)
logical :: compress
integer :: nk1(len)
integer :: icb1(len)
real :: cbmf1(len)
real :: plcl1(len)
real :: tnk1(len)
real :: qnk1(len)
real :: gznk1(len)
real :: t1(len,nd)
real :: q1(len,nd)
real :: qs1(len,nd)
real :: u1(len,nd)
real :: v1(len,nd)
real :: gz1(len,nd)
real :: h1(len,nd)
real :: lv1(len,nd)
real :: cpn1(len,nd)
real :: p1(len,nd)
real :: ph1(len,nd+1)
real :: tv1(len,nd)
real :: tp1(len,nd)
real :: tvp1(len,nd)
real :: clw1(len,nd)
integer :: iflag(nloc)
integer :: nk(nloc)
integer :: icb(nloc)
real :: cbmf(nloc)
real :: plcl(nloc)
real :: tnk(nloc)
real :: qnk(nloc)
real :: gznk(nloc)
real :: t(nloc,nd)
real :: q(nloc,nd)
real :: qs(nloc,nd)
real :: u(nloc,nd)
real :: v(nloc,nd)
real :: gz(nloc,nd)
real :: h(nloc,nd)
real :: lv(nloc,nd)
real :: cpn(nloc,nd)
real :: p(nloc,nd)
real :: ph(nloc,nd+1)
real :: tv(nloc,nd)
real :: tp(nloc,nd)
real :: tvp(nloc,nd)
real :: clw(nloc,nd)
real :: dph(nloc,nd)

Calls

proc~~cv_compress~~CallsGraph proc~cv_compress cv_compress proc~abort_physic abort_physic proc~cv_compress->proc~abort_physic histclo histclo proc~abort_physic->histclo proc~mpi_abort MPI_ABORT proc~abort_physic->proc~mpi_abort restclo restclo proc~abort_physic->restclo getin_dump getin_dump proc~abort_physic->getin_dump proc~lmdz_mpi_wrapper_abort lmdz_mpi_wrapper_abort proc~mpi_abort->proc~lmdz_mpi_wrapper_abort

Called by

proc~~cv_compress~~CalledByGraph proc~cv_compress cv_compress proc~cv_driver cv_driver proc~cv_driver->proc~cv_compress proc~cva_driver cva_driver proc~cva_driver->proc~cv_compress 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