File |
Line number |
Procedure |
Code |
./pkg/fizhi/fizhi_moist.F |
2585 |
SRCLOUDS |
subroutine SRCLOUDS (th,q,plk,pl,plke,cloud,cldwat,irun,irise, |
./pkg/fizhi/fizhi_moist.F |
2614 |
SRCLOUDS |
_RL th(irun,irise) |
./pkg/fizhi/fizhi_moist.F |
2647 |
SRCLOUDS |
temp = th(i,L)*plk(i,L) |
./pkg/fizhi/fizhi_moist.F |
2668 |
SRCLOUDS |
call CTEI ( th,q,cloud,cldwat,pl,plk,plke,irun,irise ) |
./pkg/fizhi/fizhi_moist.F |
2673 |
CTEI |
subroutine CTEI ( th,q,cldfrc,cldwat,pl,plk,plke,im,lm ) |
./pkg/fizhi/fizhi_moist.F |
2676 |
CTEI |
_RL th(im,lm),q(im,lm),plke(im,lm+1),cldwat(im,lm) |
./pkg/fizhi/fizhi_moist.F |
2691 |
CTEI |
k = 1.0 + cpoel*plke(i,L)*( th(i,L)-th(i,L-1) ) / dq |
./pkg/fizhi/fizhi_moist.F |
2693 |
CTEI |
t = th(i,L)*plk(i,L) |
./pkg/fizhi/fizhi_moist.F |
524 |
MOISTIO |
saveth(i,L) = th (i,L) |
./pkg/fizhi/fizhi_moist.F |
649 |
MOISTIO |
saveth(I,L) = th(I,L) |
./pkg/fizhi/fizhi_turb.F |
215 |
TURBIO |
_RL u(istrip,nlay+1), v(istrip,nlay+1), th(istrip,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
443 |
TURBIO |
call STRIP2TILE(tz,igrd,th,nchp,ijall,istrip,nlay,nn) |
./pkg/fizhi/fizhi_turb.F |
456 |
TURBIO |
call STRIPIT (tground,th(1,nlay+1),nchptot,nchp,istrip,1,nn) |
./pkg/fizhi/fizhi_turb.F |
530 |
TURBIO |
th(i,nlay+1) = th(i,nlay+1) / pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
555 |
TURBIO |
thv(i,L) = th(i,L) * thv(i,L) |
./pkg/fizhi/fizhi_turb.F |
594 |
TURBIO |
call TRBFLX(nn,th,thv,sh,u,v,qq,p,pe,pk,pke,dpstr,stwatr,stz0, |
./pkg/fizhi/fizhi_turb.F |
630 |
TURBIO |
tmpnlay(i) = th(i,nlay)*pk(i,nlay) |
./pkg/fizhi/fizhi_turb.F |
852 |
TURBIO |
th(i,nlay+1) = tc(i) / pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
856 |
TURBIO |
th(i,L) = th(i,L) + dthdthg(i,L)*(tc(i)-savetc(i))/pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
871 |
TURBIO |
sttflux(i,L) = transth(i,L) * (th(i,L+1)-th(i,L)) |
./pkg/fizhi/fizhi_turb.F |
896 |
TURBIO |
tends(i) = ( th(i,l)-tmpstrip(i) ) |
./pkg/openad/seawater.F |
49 |
SW_PTMP |
_RL del_P ,del_th, th, q |
./pkg/openad/seawater.F |
59 |
SW_PTMP |
th = T + onehalf*del_th |
./pkg/openad/seawater.F |
62 |
SW_PTMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./pkg/openad/seawater.F |
65 |
SW_PTMP |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./pkg/openad/seawater.F |
69 |
SW_PTMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./pkg/openad/seawater.F |
71 |
SW_PTMP |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./pkg/openad/seawater.F |
75 |
SW_PTMP |
call SW_ADTG(S,th,P+del_P, adtg_val) |
./pkg/openad/seawater.F |
77 |
SW_PTMP |
rv = th + (del_th - two*q)/(two*three) |
./model/src/seawater.F |
50 |
NO PROCEDURE |
_RL del_P ,del_th, th, q |
./model/src/seawater.F |
58 |
NO PROCEDURE |
th = T + onehalf*del_th |
./model/src/seawater.F |
61 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
63 |
NO PROCEDURE |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
67 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
68 |
NO PROCEDURE |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
72 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+del_P) |
./model/src/seawater.F |
73 |
NO PROCEDURE |
SW_PTMP = th + (del_th - two*q)/(two*three) |