Changeset 3244 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Feb 29, 2024, 2:21:55 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3243 r3244 16 16 use write_field_phy, only: Writefield_phy 17 17 !! 18 use ieee_arithmetic19 18 use ioipsl_getin_p_mod, only: getin_p 20 19 use radinc_h, only : L_NSPECTI,L_NSPECTV,naerkind, corrkdir, banddir … … 1043 1042 zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid) 1044 1043 1045 ! JL12 the following if test is temporarily there to allow us to compare the old vdifc with turbdiff. 1046 if (UseTurbDiff) then 1047 1048 call turbdiff(ngrid,nlayer,nq, & 1049 ptimestep,capcal, & 1050 pplay,pplev,zzlay,zzlev,z0, & 1051 pu,pv,pt,zpopsk,pq,tsurf,emis,qsurf, & 1052 pdt,pdq,zflubid, & 1053 zdudif,zdvdif,zdtdif,zdtsdif, & 1054 sensibFlux,q2,zdqdif,zdqevap,zdqsdif, & 1055 taux,tauy) 1056 1057 else if (UseVdifcPlutold) then 1044 if (UseVdifcPlutold) then 1058 1045 zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid) 1046 zdum1(:,:) = 0 1047 zdum2(:,:) = 0 1048 zdh(:,:)=pdt(:,:)/zpopsk(:,:) 1059 1049 1060 1050 ! Calling vdif (Martian version WITH N2 condensation) … … 1096 1086 !------------------------------------------------------------------ 1097 1087 1098 else ! if (UseVdifcPlutold) 1088 ! JL12 the following if test is temporarily there to allow us to compare the old vdifc with turbdiff. 1089 else if (UseTurbDiff) then 1090 1091 call turbdiff(ngrid,nlayer,nq, & 1092 ptimestep,capcal, & 1093 pplay,pplev,zzlay,zzlev,z0, & 1094 pu,pv,pt,zpopsk,pq,tsurf,emis,qsurf, & 1095 pdt,pdq,zflubid, & 1096 zdudif,zdvdif,zdtdif,zdtsdif, & 1097 sensibFlux,q2,zdqdif,zdqevap,zdqsdif, & 1098 taux,tauy) 1099 1100 else ! if (UseVdifcPlutold) .and. (UseTurbDiff) 1099 1101 1100 1102 zdh(1:ngrid,1:nlayer)=pdt(1:ngrid,1:nlayer)/zpopsk(1:ngrid,1:nlayer)
Note: See TracChangeset
for help on using the changeset viewer.