LMDZ
convmas1_loc.F90
Go to the documentation of this file.
1 SUBROUTINE convmas1_loc (pbaru, pbarv, convm)
2 !
3 !-------------------------------------------------------------------------------
4 ! Authors: P. Le Van , Fr. Hourdin.
5 !-------------------------------------------------------------------------------
6 ! Purpose: Compute mass flux convergence at p levels.
7 ! Equivalent to convmas_loc if convmas2_loc is called after.
8  USE parallel_lmdz
9  USE mod_filtreg_p
10  IMPLICIT NONE
11  include "dimensions.h"
12  include "paramet.h"
13  include "comgeom.h"
14  include "logic.h"
15 !===============================================================================
16 ! Arguments:
17  REAL, INTENT(IN) :: pbaru(ijb_u:ije_u,llm)
18  REAL, INTENT(IN) :: pbarv(ijb_v:ije_v,llm)
19  REAL, TARGET, INTENT(OUT) :: convm(ijb_u:ije_u,llm)
20 !===============================================================================
21 ! Method used: Computation from top to bottom.
22 ! Mass convergence at level llm is equal to zero and is not stored in convm.
23 !===============================================================================
24 ! Local variables:
25  INTEGER :: l, jjb, jje
26 !===============================================================================
27 
28 !--- Computation of - (d(pbaru)/dx + d(pbarv)/dy )
29  CALL convflu_loc( pbaru, pbarv, llm, convm )
30 
31 !--- Filter
32  jjb=jj_begin
33  jje=jj_end+1
34  IF(pole_sud) jje=jj_end
35  CALL filtreg_p(convm,jjb_u,jje_u,jjb,jje,jjp1,llm,2,2,.true.,1)
36 
37 END SUBROUTINE convmas1_loc
38 
integer, save jjb_u
subroutine convmas1_loc(pbaru, pbarv, convm)
Definition: convmas1_loc.F90:2
subroutine filtreg_p(champ, ibeg, iend, nlat, nbniv, ifiltre, iaire, griscal, iter)
Definition: filtreg_p.F:5
integer, save jj_end
integer, save jj_begin
logical, save pole_sud
!$Id Turb_fcg_gcssold get_uvd hqturb_gcssold endif!large scale llm day day1 day day1 *dt_toga endif!time annee_ref dt_toga u_toga vq_toga w_prof vq_prof llm day day1 day day1 *dt_dice endif!time annee_ref dt_dice swup_dice vg_dice omega_dice tg_prof vg_profd w_profd omega_profd!do llm!print llm l llm
integer, save ijb_v
!$Header jjp1
Definition: paramet.h:14
integer, save jje_u
subroutine convflu_loc(xflu, yflu, nbniv, convfl)
Definition: convflu_loc.F:2
!$Id itapm1 ENDIF!IM on interpole les champs sur les niveaux STD de pression!IM a chaque pas de temps de la physique c!positionnement de l argument logique a false c!pour ne pas recalculer deux fois la meme chose!c!a cet effet un appel a plevel_new a ete deplace c!a la fin de la serie d appels c!la boucle DO nlevSTD a ete internalisee c!dans d ou la creation de cette routine c c!CALL ulevSTD CALL &zphi philevSTD CALL &zx_rh rhlevSTD!DO klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon klev DO klon du jour ou toutes les read_climoz CALL true
integer, save ije_v
integer, save ije_u
integer, save ijb_u