- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/dyn1d/1D_read_forc_cases.h
-
Property
svn:keywords
set to
Id
r2298 r2408 1 ! 2 ! $Id$ 3 ! 1 4 !---------------------------------------------------------------------- 2 5 ! forcing_les = .T. : Impose a constant cooling … … 323 326 write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc 324 327 do l = 1, llm 325 ! Ligne du dessous àdecommenter si on lit theta au lieu de temp328 ! Ligne du dessous ?? decommenter si on lit theta au lieu de temp 326 329 ! temp(l) = t_mod(l)*(play(l)/pzero)**rkappa 327 330 temp(l) = t_mod(l) … … 407 410 & ,ht_mod,hq_mod,hu_mod,hv_mod,w_mod,omega_mod,mxcalc) 408 411 409 ! Pour tester les advections horizontales de T et Q, on met w_mod et omega_mod àzero (MPL 20131108)412 ! Pour tester les advections horizontales de T et Q, on met w_mod et omega_mod ?? zero (MPL 20131108) 410 413 ! w_mod(:,:)=0. 411 414 ! omega_mod(:,:)=0. … … 421 424 write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc 422 425 do l = 1, llm 423 ! Ligne du dessous àdecommenter si on lit theta au lieu de temp426 ! Ligne du dessous ?? decommenter si on lit theta au lieu de temp 424 427 temp(l) = th_mod(l)*(play(l)/pzero)**rkappa 425 428 ! temp(l) = t_mod(l) … … 733 736 !Time interpolation for initial conditions using TOGA interpolation routine 734 737 write(*,*) 'AVT 1ere INTERPOLATION: day,day1 = ',daytime,day1 735 CALL interp_case_time(day,day1,annee_ref & 736 & ,year_ini_cas,day_ju_ini_cas,nt_cas,pdt_cas,nlev_cas & 737 & ,ts_cas,plev_cas,t_cas,q_cas,u_cas,v_cas & 738 & ,ug_cas,vg_cas,vitw_cas,du_cas,hu_cas,vu_cas & 739 & ,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 & 741 & ,ts_prof_cas,plev_prof_cas,t_prof_cas,q_prof_cas,u_prof_cas,v_prof_cas & 742 & ,ug_prof_cas,vg_prof_cas,vitw_prof_cas,du_prof_cas,hu_prof_cas,vu_prof_cas & 743 & ,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) 738 CALL interp_case_time(day,day1,annee_ref & 739 ! & ,year_ini_cas,day_ju_ini_cas,nt_cas,pdt_cas,nlev_cas & 740 & ,nt_cas,nlev_cas & 741 & ,ts_cas,plev_cas,t_cas,q_cas,u_cas,v_cas & 742 & ,ug_cas,vg_cas,vitw_cas,du_cas,hu_cas,vu_cas & 743 & ,dv_cas,hv_cas,vv_cas,dt_cas,ht_cas,vt_cas,dtrad_cas & 744 & ,dq_cas,hq_cas,vq_cas,lat_cas,sens_cas,ustar_cas & 745 & ,uw_cas,vw_cas,q1_cas,q2_cas & 746 & ,ts_prof_cas,plev_prof_cas,t_prof_cas,q_prof_cas,u_prof_cas,v_prof_cas & 747 & ,ug_prof_cas,vg_prof_cas,vitw_prof_cas,du_prof_cas,hu_prof_cas,vu_prof_cas & 748 & ,dv_prof_cas,hv_prof_cas,vv_prof_cas,dt_prof_cas,ht_prof_cas,vt_prof_cas,dtrad_prof_cas & 749 & ,dq_prof_cas,hq_prof_cas,vq_prof_cas,lat_prof_cas,sens_prof_cas,ustar_prof_cas & 750 & ,uw_prof_cas,vw_prof_cas,q1_prof_cas,q2_prof_cas) 745 751 746 752 ! vertical interpolation using TOGA interpolation routine: … … 778 784 d_u_adv(l) = (hv_mod_cas(l)+vv_mod_cas(l)) 779 785 enddo 780 786 787 ! In case fluxes are imposed 788 IF (ok_flux_surf) THEN 789 fsens=sens_prof_cas 790 flat=lat_prof_cas 791 ENDIF 792 IF (ok_prescr_ust) THEN 793 ust=ustar_prof_cas 794 print *,'ust=',ust 795 ENDIF 796 781 797 endif !forcing_case 782 798 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.