Ignore:
Timestamp:
Jul 21, 2015, 5:40:58 PM (9 years ago)
Author:
fhourdin
Message:

Corrections pour recuperer les cas 1D bomex et cindy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h

    r2310 r2332  
    326326      write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc
    327327      do l = 1, llm
    328 ! 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
    329329!      temp(l) = t_mod(l)*(play(l)/pzero)**rkappa
    330330       temp(l) = t_mod(l)
     
    410410     &         ,ht_mod,hq_mod,hu_mod,hv_mod,w_mod,omega_mod,mxcalc)
    411411
    412 ! 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)
    413413!     w_mod(:,:)=0.
    414414!     omega_mod(:,:)=0.
     
    424424      write(*,*) 'SST initiale mxcalc: ',tsurf,mxcalc
    425425      do l = 1, llm
    426 ! 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
    427427       temp(l) = th_mod(l)*(play(l)/pzero)**rkappa
    428428!      temp(l) = t_mod(l)
     
    736736!Time interpolation for initial conditions using TOGA interpolation routine
    737737         write(*,*) 'AVT 1ere INTERPOLATION: day,day1 = ',daytime,day1   
    738       CALL interp_case_time(day,day1,annee_ref                &
    739      &         ,year_ini_cas,day_ju_ini_cas,nt_cas,pdt_cas,nlev_cas       &
    740      &         ,ts_cas,plev_cas,t_cas,q_cas,u_cas,v_cas               &
    741      &         ,ug_cas,vg_cas,vitw_cas,du_cas,hu_cas,vu_cas           &
    742      &         ,dv_cas,hv_cas,vv_cas,dt_cas,ht_cas,vt_cas,dtrad_cas             &
    743      &         ,dq_cas,hq_cas,vq_cas,lat_cas,sens_cas,ustar_cas       &
    744      &         ,ts_prof_cas,plev_prof_cas,t_prof_cas,q_prof_cas,u_prof_cas,v_prof_cas         &
    745      &         ,ug_prof_cas,vg_prof_cas,vitw_prof_cas,du_prof_cas,hu_prof_cas,vu_prof_cas     &
    746      &         ,dv_prof_cas,hv_prof_cas,vv_prof_cas,dt_prof_cas,ht_prof_cas,vt_prof_cas,dtrad_prof_cas       &
    747      &         ,dq_prof_cas,hq_prof_cas,vq_prof_cas,lat_prof_cas,sens_prof_cas,ustar_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)
    748751
    749752! vertical interpolation using TOGA interpolation routine:
Note: See TracChangeset for help on using the changeset viewer.