rotat_nfil_loc Subroutine

subroutine rotat_nfil_loc(klevel, x, y, rot)

Uses

  • proc~~rotat_nfil_loc~~UsesGraph proc~rotat_nfil_loc rotat_nfil_loc module~paramet_mod_h paramet_mod_h proc~rotat_nfil_loc->module~paramet_mod_h module~parallel_lmdz parallel_lmdz proc~rotat_nfil_loc->module~parallel_lmdz module~comgeom_mod_h~2 comgeom_mod_h proc~rotat_nfil_loc->module~comgeom_mod_h~2 dimensions_mod dimensions_mod proc~rotat_nfil_loc->dimensions_mod module~paramet_mod_h->dimensions_mod module~lmdz_mpi lmdz_mpi module~parallel_lmdz->module~lmdz_mpi module~mod_const_mpi mod_const_mpi module~parallel_lmdz->module~mod_const_mpi IOIPSL IOIPSL module~parallel_lmdz->IOIPSL module~comgeom_mod_h~2->module~paramet_mod_h module~comgeom_mod_h~2->dimensions_mod

. Calcule le rotationnel non filtre , a tous les niveaux d'1 vecteur de comp. x et y .. x et y etant des composantes covariantes ...


klevel, x et y sont des arguments d'entree pour le s-prog rot est un argument de sortie pour le s-prog

Arguments

Type IntentOptional Attributes Name
integer :: klevel
real :: x(ijb_u:ije_u,klevel)
real :: y(ijb_v:ije_v,klevel)
real :: rot(ijb_v:ije_v,klevel)

Called by

proc~~rotat_nfil_loc~~CalledByGraph proc~rotat_nfil_loc rotat_nfil_loc proc~laplacien_rotgam_loc laplacien_rotgam_loc proc~laplacien_rotgam_loc->proc~rotat_nfil_loc proc~nxgraro2_loc nxgraro2_loc proc~nxgraro2_loc->proc~laplacien_rotgam_loc proc~dissip_loc dissip_loc proc~dissip_loc->proc~nxgraro2_loc proc~call_dissip call_dissip proc~call_dissip->proc~dissip_loc proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->proc~call_dissip program~gcm gcm program~gcm->proc~leapfrog_loc

Contents