Changeset 2611 for trunk/LMDZ.MARS/libf/aeronomars
- Timestamp:
- Jan 18, 2022, 3:32:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/moldiff_red.F90
r2467 r2611 6 6 use geometry_mod, only: cell_area 7 7 use planetwide_mod, only: planetwide_sumval 8 USE mod_phys_lmdz_para, only: is_master,bcast 8 9 9 10 implicit none … … 83 84 integer,save :: il0 84 85 86 !$OMP THREADPRIVATE(qq,qnew,qint,FacMass,rhoK,rhokinit,wi,Wad,Uthermal,Lambdaexo,Hspecie,Mtot1,Mtot2,Mraf1,Mraf2,i_h2,i_h,i_d,il0) 87 85 88 ! Tracer indexes in the GCM: 86 89 ! integer,save :: g_co2=0 … … 114 117 real,save :: step 115 118 119 !$OMP THREADPRIVATE(ncompdiff,gcmind,firstcall,dij,step) 116 120 117 121 ! Initializations at first call … … 176 180 177 181 ! find vertical index above which diffusion is computed 178 182 if(is_master) then 179 183 do l=1,nlayer 180 184 if (pplay(1,l) .gt. Pdiff) then … … 183 187 enddo 184 188 il0=il0+1 189 endif !(is_master) 190 CALL bcast(il0) 185 191 print*,'vertical index for diffusion',il0,pplay(1,il0) 186 192
Note: See TracChangeset
for help on using the changeset viewer.