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 |
219 |
TURBIO |
_RL u(istrip,nlay+1), v(istrip,nlay+1), th(istrip,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
494 |
TURBIO |
call STRIP2TILE(tz,igrd,th,nchp,ijall,istrip,nlay,nn) |
./pkg/fizhi/fizhi_turb.F |
507 |
TURBIO |
call STRIPIT (tground,th(1,nlay+1),nchptot,nchp,istrip,1,nn) |
./pkg/fizhi/fizhi_turb.F |
581 |
TURBIO |
th(i,nlay+1) = th(i,nlay+1) / pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
606 |
TURBIO |
thv(i,L) = th(i,L) * thv(i,L) |
./pkg/fizhi/fizhi_turb.F |
645 |
TURBIO |
call TRBFLX(nn,th,thv,sh,u,v,qq,p,pe,pk,pke,dpstr,stwatr,stz0, |
./pkg/fizhi/fizhi_turb.F |
681 |
TURBIO |
tmpnlay(i) = th(i,nlay)*pk(i,nlay) |
./pkg/fizhi/fizhi_turb.F |
944 |
TURBIO |
th(i,nlay+1) = tc(i) / pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
948 |
TURBIO |
th(i,L) = th(i,L) + dthdthg(i,L)*(tc(i)-savetc(i))/pke(i,nlay+1) |
./pkg/fizhi/fizhi_turb.F |
963 |
TURBIO |
sttflux(i,L) = transth(i,L) * (th(i,L+1)-th(i,L)) |
./pkg/fizhi/fizhi_turb.F |
988 |
TURBIO |
tends(i) = ( th(i,l)-tmpstrip(i) ) |
./verification/OpenAD/code_oad_all/seawater.F |
116 |
SW_TEMP |
_RL del_P ,del_th, th, q |
./verification/OpenAD/code_oad_all/seawater.F |
127 |
SW_TEMP |
th = T + onehalf*del_th |
./verification/OpenAD/code_oad_all/seawater.F |
130 |
SW_TEMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
133 |
SW_TEMP |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./verification/OpenAD/code_oad_all/seawater.F |
137 |
SW_TEMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
139 |
SW_TEMP |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./verification/OpenAD/code_oad_all/seawater.F |
143 |
SW_TEMP |
call SW_ADTG(S,th,P+del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
145 |
SW_TEMP |
rv = th + (del_th - two*q)/(two*three) |
./verification/OpenAD/code_oad_all/seawater.F |
45 |
SW_PTMP |
_RL del_P ,del_th, th, q |
./verification/OpenAD/code_oad_all/seawater.F |
55 |
SW_PTMP |
th = T + onehalf*del_th |
./verification/OpenAD/code_oad_all/seawater.F |
58 |
SW_PTMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
61 |
SW_PTMP |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./verification/OpenAD/code_oad_all/seawater.F |
65 |
SW_PTMP |
call SW_ADTG(S,th,P+onehalf*del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
67 |
SW_PTMP |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./verification/OpenAD/code_oad_all/seawater.F |
71 |
SW_PTMP |
call SW_ADTG(S,th,P+del_P, adtg_val) |
./verification/OpenAD/code_oad_all/seawater.F |
73 |
SW_PTMP |
rv = th + (del_th - two*q)/(two*three) |
./model/src/seawater.F |
117 |
NO PROCEDURE |
_RL del_P ,del_th, th, q |
./model/src/seawater.F |
126 |
NO PROCEDURE |
th = T + onehalf*del_th |
./model/src/seawater.F |
129 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
131 |
NO PROCEDURE |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
135 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
136 |
NO PROCEDURE |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
140 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+del_P) |
./model/src/seawater.F |
141 |
NO PROCEDURE |
SW_temp= th + (del_th - two*q)/(two*three) |
./model/src/seawater.F |
48 |
NO PROCEDURE |
_RL del_P ,del_th, th, q |
./model/src/seawater.F |
56 |
NO PROCEDURE |
th = T + onehalf*del_th |
./model/src/seawater.F |
59 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
61 |
NO PROCEDURE |
th = th + (1 - 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
65 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+onehalf*del_P) |
./model/src/seawater.F |
66 |
NO PROCEDURE |
th = th + (1 + 1/sqrt(two))*(del_th - q) |
./model/src/seawater.F |
70 |
NO PROCEDURE |
del_th = del_P*sw_adtg(S,th,P+del_P) |
./model/src/seawater.F |
71 |
NO PROCEDURE |
SW_PTMP = th + (del_th - two*q)/(two*three) |