Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/dyn1d/1D_read_forc_cases.h

    • Property svn:keywords set to Id
    r2298 r2408  
     1!
     2! $Id$
     3!
    14!----------------------------------------------------------------------
    25! forcing_les = .T. : Impose a constant cooling
     
    323326      write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc
    324327      do l = 1, llm
    325 ! Ligne du dessous à decommenter si on lit theta au lieu de temp
     328! Ligne du dessous ?? decommenter si on lit theta au lieu de temp
    326329!      temp(l) = t_mod(l)*(play(l)/pzero)**rkappa
    327330       temp(l) = t_mod(l)
     
    407410     &         ,ht_mod,hq_mod,hu_mod,hv_mod,w_mod,omega_mod,mxcalc)
    408411
    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)
    410413!     w_mod(:,:)=0.
    411414!     omega_mod(:,:)=0.
     
    421424      write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc
    422425      do l = 1, llm
    423 ! Ligne du dessous à decommenter si on lit theta au lieu de temp
     426! Ligne du dessous ?? decommenter si on lit theta au lieu de temp
    424427       temp(l) = th_mod(l)*(play(l)/pzero)**rkappa
    425428!      temp(l) = t_mod(l)
     
    733736!Time interpolation for initial conditions using TOGA interpolation routine
    734737         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)
    745751
    746752! vertical interpolation using TOGA interpolation routine:
     
    778784       d_u_adv(l) = (hv_mod_cas(l)+vv_mod_cas(l))
    779785      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
    781797      endif !forcing_case
    782798!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.