Changeset 2990 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Sep 19, 2017, 11:25:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/1DUTILS.h
r2933 r2990 5085 5085 implicit none 5086 5086 5087 #include "YOMCST.h" 5087 5088 #include "dimensions.h" 5088 5089 … … 5160 5161 t_mod_cas(l)= t_prof_cas(k2) - frac*(t_prof_cas(k2)-t_prof_cas(k1)) 5161 5162 theta_mod_cas(l)= th_prof_cas(k2) - frac*(th_prof_cas(k2)-th_prof_cas(k1)) 5163 t_mod_cas(l)= theta_mod_cas(l)*(play(l)/100000.)**(RD/RCPD) 5162 5164 thv_mod_cas(l)= thv_prof_cas(k2) - frac*(thv_prof_cas(k2)-thv_prof_cas(k1)) 5163 5165 thl_mod_cas(l)= thl_prof_cas(k2) - frac*(thl_prof_cas(k2)-thl_prof_cas(k1)) … … 5197 5199 t_mod_cas(l)= frac1*t_prof_cas(k1) - frac2*t_prof_cas(k2) 5198 5200 theta_mod_cas(l)= frac1*th_prof_cas(k1) - frac2*th_prof_cas(k2) 5201 t_mod_cas(l)= theta_mod_cas(l)*(play(l)/100000.)**(RD/RCPD) 5199 5202 thv_mod_cas(l)= frac1*thv_prof_cas(k1) - frac2*thv_prof_cas(k2) 5200 5203 thl_mod_cas(l)= frac1*thl_prof_cas(k1) - frac2*thl_prof_cas(k2) … … 5245 5248 vg_mod_cas(l)= vg_prof_cas(nlev_cas)*fact !jyg 5246 5249 w_mod_cas(l)= 0.0 !jyg 5250 omega_mod_cas(l)= 0.0 !jyg 5247 5251 du_mod_cas(l)= du_prof_cas(nlev_cas)*fact 5248 5252 hu_mod_cas(l)= hu_prof_cas(nlev_cas)*fact !jyg … … 5266 5270 enddo ! l 5267 5271 5268 ! do l = 1,llm5269 ! print *,'t_mod_cas(l),q_mod_cas(l),ht_mod_cas(l),hq_mod_cas(l) ',5270 ! $ l,t_mod_cas(l),q_mod_cas(l),ht_mod_cas(l),hq_mod_cas(l)5271 ! enddo5272 5273 5272 return 5274 5273 end
Note: See TracChangeset
for help on using the changeset viewer.