Ignore:
Timestamp:
Oct 26, 2020, 10:33:06 AM (4 years ago)
Author:
evignon
Message:

Initialisation de la TKE pour les cas 1D (important pour GABLS1), Etienne

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/scm.F90

    r3780 r3781  
    412412!          (phys_state_var_init is called again in physiq)
    413413      read_climoz = 0
    414 !
     414      nsw=6
     415
    415416      call phys_state_var_init(read_climoz)
    416417
     
    624625        zpic = zpicinp
    625626        ftsol=tsurf
    626         nsw=6 ! on met le nb de bandes SW=6, pour initialiser
    627               ! 6 albedo, mais on peut quand meme tourner avec
    628               ! moins. Seules les 2 ou 4 premiers seront lus
    629               print*, 'les albedos sont', albedo
    630627        falb_dir=albedo
    631628        falb_dif=albedo
     
    639636        prw_ancien = 0.
    640637!jyg<
     638! Etienne: comment those lines since now the TKE is inialized in 1D_read_forc_cases
    641639!!      pbl_tke(:,:,:)=1.e-8
    642         pbl_tke(:,:,:)=0.
    643 ! EV: pourquoi????
     640!        pbl_tke(:,:,:)=0.
    644641!        pbl_tke(:,2,:)=1.e-2
    645         PRINT *, ' pbl_tke dans lmdz1d '
    646         if (prt_level .ge. 5) then
    647          DO nsrf = 1,4
    648            PRINT *,'pbl_tke(1,:,',nsrf,') ',pbl_tke(1,:,nsrf)
    649          ENDDO
    650         end if
    651 
    652642!>jyg
    653643        rain_fall=0.
Note: See TracChangeset for help on using the changeset viewer.