Ignore:
Timestamp:
Apr 3, 2015, 3:51:31 PM (9 years ago)
Author:
jyg
Message:

Changes to pbl_surface and other routines concerning split/no-split.
+ pbl_surface_mod.F90: call cdrag for (w) region.
+ phyredem.F90: write wake_delta_pbl_TKE.
+ phys_output_write_mod.F90: control output of wake_delta_pbl_TKE by
IF(iflag_pbl_split>=1).
+ lmdz1d.F90: initialize wake_delta_pbl_TKE=0.
+ phys_output_ctrlout_mod.F90: suppression of accents in some variable
attributes.
+ cva_driver.F90: suppression of a print introduced in version 2253.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90

    r2244 r2255  
    675675        t_ancien(1,:)=temp(:)
    676676        q_ancien(1,:)=q(:,1)
    677         pbl_tke=1.e-8
     677        pbl_tke(:,:,:)=1.e-8
     678        wake_delta_pbl_tke(:,:,:)=0.
    678679
    679680        rain_fall=0.
     
    705706! radsol,solsw,sollw,fder,rain_fall,snow_fall,frugs(:,nsrf)
    706707! agesno(:,nsrf),zmea,zstd,zsig,zgam,zthe,zpic,zval,rugoro
    707 ! t_ancien,q_ancien,frugs(:,is_oce),clwcon(:,1),rnebcon(:,1),ratqs(:,1)
    708 ! run_off_lic_0,pbl_tke(:,1:klev,nsrf),zmax0,f0,sig1,w01
    709 ! wake_deltat,wake_deltaq,wake_s,wake_cstar,wake_fip
     708! t_ancien,q_ancien,,frugs(:,is_oce),clwcon(:,1),rnebcon(:,1),ratqs(:,1)
     709! run_off_lic_0,pbl_tke(:,1:klev,nsrf), zmax0,f0,sig1,w01
     710! wake_deltat,wake_deltaq,wake_s,wake_cstar,wake_fip,wake_delta_pbl_tke(:,1:klev,nsrf)
    710711!------------------------------------------------------------------------
    711712!Al1 =============== restart option ==========================
Note: See TracChangeset for help on using the changeset viewer.