Changeset 3258 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Mar 11, 2024, 5:26:53 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3244 r3258 55 55 n2cond,nearn2cond,noseason_day,conservn2, & 56 56 kbo,triton,paleo,paleoyears, & 57 carbox, methane, UseVdifcPlutold, &57 carbox, methane, oldplutovdifc, oldplutocorrk, & 58 58 aerohaze,haze_proffix,source_haze, & 59 59 season, sedimentation,generic_condensation, & … … 67 67 use phys_state_var_mod 68 68 use callcorrk_mod, only: callcorrk 69 ! use callcorrk_pluto_mod, only: callcorrk_pluto 69 70 use vdifc_mod, only: vdifc 70 71 use vdifc_pluto_mod, only: vdifc_pluto … … 920 921 ! standard callcorrk 921 922 ! clearsky=.false. 922 call callcorrk(ngrid,nlayer,pq,nq,qsurf, & 923 ! if (oldplutocorrk) then 924 ! call callcorrk_pluto(icount,ngrid,nlayer,pq,nq,qsurf, & 925 ! albedo,emis,mu0,pplev,pplay,pt, & 926 ! tsurf,fract,dist_star,aerosol, & 927 ! zdtlw,zdtsw,fluxsurf_lw,fluxsurf_sw,fluxtop_lw, & 928 ! fluxabs_sw,fluxtop_dn,reffrad,tau_col,ptime,pday, & 929 ! firstcall,lastcall,zzlay) 930 ! else 931 call callcorrk(ngrid,nlayer,pq,nq,qsurf, & 923 932 albedo,albedo_equivalent,emis,mu0,pplev,pplay,pt, & 924 933 tsurf,fract,dist_star,aerosol,muvar, & … … 929 938 tau_col,cloudfrac,totcloudfrac, & 930 939 .false.,firstcall,lastcall) 931 940 ! endif ! oldplutocorrk 932 941 !GG (feb2021): Option to "artificially" decrease the raditive time scale in 933 942 !the deep atmosphere press > 0.1 bar. Suggested by MT. … … 1042 1051 zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid) 1043 1052 1044 if ( UseVdifcPlutold) then1053 if (oldplutovdifc) then 1045 1054 zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid) 1046 1055 zdum1(:,:) = 0 … … 1098 1107 taux,tauy) 1099 1108 1100 else ! if ( UseVdifcPlutold) .and. (UseTurbDiff)1109 else ! if (oldplutovdifc) .and. (UseTurbDiff) 1101 1110 1102 1111 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.