Changeset 2307 for LMDZ5/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
- Timestamp:
- Jun 23, 2015, 1:09:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
r2239 r2307 1 ! 2 ! $Id$ 3 ! 1 4 !---------------------------------------------------------------------- 2 5 ! forcing_les = .T. : Impose a constant cooling … … 738 741 & ,ug_cas,vg_cas,vitw_cas,du_cas,hu_cas,vu_cas & 739 742 & ,dv_cas,hv_cas,vv_cas,dt_cas,ht_cas,vt_cas,dtrad_cas & 740 & ,dq_cas,hq_cas,vq_cas,lat_cas,sens_cas 743 & ,dq_cas,hq_cas,vq_cas,lat_cas,sens_cas,ustar_cas & 741 744 & ,ts_prof_cas,plev_prof_cas,t_prof_cas,q_prof_cas,u_prof_cas,v_prof_cas & 742 745 & ,ug_prof_cas,vg_prof_cas,vitw_prof_cas,du_prof_cas,hu_prof_cas,vu_prof_cas & 743 746 & ,dv_prof_cas,hv_prof_cas,vv_prof_cas,dt_prof_cas,ht_prof_cas,vt_prof_cas,dtrad_prof_cas & 744 & ,dq_prof_cas,hq_prof_cas,vq_prof_cas,lat_prof_cas,sens_prof_cas )747 & ,dq_prof_cas,hq_prof_cas,vq_prof_cas,lat_prof_cas,sens_prof_cas,ustar_prof_cas) 745 748 746 749 ! vertical interpolation using TOGA interpolation routine: … … 778 781 d_u_adv(l) = (hv_mod_cas(l)+vv_mod_cas(l)) 779 782 enddo 780 783 784 ! In case fluxes are imposed 785 IF (ok_flux_surf) THEN 786 fsens=sens_prof_cas 787 flat=lat_prof_cas 788 ENDIF 789 IF (ok_prescr_ust) THEN 790 ust=ustar_prof_cas 791 print *,'ust=',ust 792 ENDIF 793 781 794 endif !forcing_case 782 795 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset
for help on using the changeset viewer.