- Timestamp:
- Jul 22, 2024, 9:29:09 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/old_1D_interp_cases.h
r3780 r5099 1 ! 1 2 2 ! $Id: 1D_interp_cases.h 3537 2019-06-19 08:29:16Z fhourdin $ 3 ! 3 4 4 !--------------------------------------------------------------------- 5 5 ! Forcing_LES case: constant dq_dyn … … 552 552 553 553 alpha = rd*temp(l)*(1.+(rv/rd-1.)*q(l,1))/play(l) 554 ! 554 555 555 ! d_t_adv(l) = 0.0 556 556 ! d_q_adv(l,1) = 0.0 … … 634 634 635 635 alpha = rd*temp(l)*(1.+(rv/rd-1.)*q(l,1))/play(l) 636 ! 636 637 637 ! d_t_adv(l) = 0.0 638 638 ! d_q_adv(l,1) = 0.0 … … 813 813 flat=lat_prof_cas 814 814 ENDIF 815 ! 815 816 816 IF (ok_prescr_ust) THEN 817 817 ust=ustar_prof_cas … … 841 841 & ,dq_cas,hq_cas,vq_cas,dth_cas,hth_cas,vth_cas,lat_cas,sens_cas,ustar_cas & 842 842 & ,uw_cas,vw_cas,q1_cas,q2_cas,tke_cas & 843 ! 843 844 844 & ,ts_prof_cas,plev_prof_cas,t_prof_cas,theta_prof_cas,thv_prof_cas & 845 845 & ,thl_prof_cas,qv_prof_cas,ql_prof_cas,qi_prof_cas & … … 864 864 & ,dt_prof_cas,ht_prof_cas,vt_prof_cas,dtrad_prof_cas,dq_prof_cas,hq_prof_cas,vq_prof_cas & 865 865 & ,dth_prof_cas,hth_prof_cas,vth_prof_cas & 866 ! 866 867 867 & ,t_mod_cas,theta_mod_cas,thv_mod_cas,thl_mod_cas,qv_mod_cas,ql_mod_cas,qi_mod_cas & 868 868 & ,u_mod_cas,v_mod_cas,ug_mod_cas,vg_mod_cas,w_mod_cas,omega_mod_cas & … … 1024 1024 print *,'1D_interp: sens,flat',fsens,flat 1025 1025 ENDIF 1026 ! 1026 1027 1027 IF (ok_prescr_ust) THEN 1028 1028 ust=ustar_prof_cas
Note: See TracChangeset
for help on using the changeset viewer.