Ignore:
Timestamp:
Aug 30, 2023, 6:24:49 PM (13 months ago)
Author:
fhourdin
Message:

Poursuite nettoyage replauisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r4653 r4657  
     1
    12!
    23! $Id$
     
    35133514       !  ====
    35143515       IF (prt_level>9) WRITE(lunout,*)'pas de convection seche'
     3516       WRITE(lunout,*) 'WARNING : running without dry convection. Somme intermediate variables are not properly defined in physiq_mod.F90'
     3517       ! Reprendre proprement les initialisation ci dessouds si on veut vraiment utiliser l'option (FH)
     3518          fraca(:,:)=0.
     3519          fm_therm(:,:)=0.
     3520          ztv(:,:)=t_seri(:,:)
     3521          zqasc(:,:)=q_seri(:,:)
     3522          ztla(:,:)=0.
     3523          zthl(:,:)=0.
     3524          zpspsk(:,:)=(pplay(:,:)/100000.)**RKAPPA
     3525
    35153526
    35163527
Note: See TracChangeset for help on using the changeset viewer.