Ignore:
Timestamp:
Oct 27, 2004, 12:14:46 PM (20 years ago)
Author:
lmdzadmin
Message:

Initialisations diverses heritees de LMDZ.3.3
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r541 r557  
    3434c   CLEFS CPP POUR LES IO
    3535c   =====================
    36 c #define histhf
     36#define histhf
    3737#define histday
    3838#define histmth
    3939#define histins
    40 c #define histISCCP
    41 c #define histREGDYN
    42 c #define histmthNMC
     40c#define histISCCP
     41#define histREGDYN
     42#define histmthNMC
    4343c======================================================================
    4444c    modif   ( P. Le Van ,  12/10/98 )
     
    982982#include "FCTTRE.h"
    983983c======================================================================
     984!rv
     985      u10m(:,:)=0.
     986      v10m(:,:)=0.
     987      t2m(:,:)=0.
     988      q2m(:,:)=0.
     989      ffonte(:,:)=0.
     990      fqcalving(:,:)=0.
     991      piz_ae(:,:,:)=0.
     992      tau_ae(:,:,:)=0.
     993      cg_ae(:,:,:)=0.
     994      rain_con(:)=0.
     995      snow_con(:)=0.
     996      bl95_b0=0.
     997      bl95_b1=0.
     998!rv
    984999      modname = 'physiq'
    9851000      IF (if_ebil.ge.1) THEN
     
    10041019c======================================================================
    10051020cIM BEG
    1006         DO k=1, nlev
     1021        DO k=1, nlevENS
    10071022          DO l=1, nlevSTD
    10081023c
     
    18701885      entr_therm(:,:)=0.
    18711886c
    1872       print*,'AVANT LA CONVECTION SECHE , iflag_thermals='
     1887      IF(prt_level>9)WRITE(lunout,*)
     1888     .    'AVANT LA CONVECTION SECHE , iflag_thermals='
    18731889     s   ,iflag_thermals,'   nsplit_thermals=',nsplit_thermals
    18741890      if(iflag_thermals.lt.0) then
    18751891c  Rien
    18761892c  ====
    1877          print*,'pas de convection'
     1893         IF(prt_level>9)WRITE(lunout,*)'pas de convection'
    18781894      else if(iflag_thermals.eq.0) then
    18791895
    18801896c  Ajustement sec
    18811897c  ==============
    1882          print*,'ajsec'
     1898         IF(prt_level>9)WRITE(lunout,*)'ajsec'
    18831899         CALL ajsec(paprs, pplay, t_seri,q_seri, d_t_ajs, d_q_ajs)
    18841900         t_seri(:,:) = t_seri(:,:) + d_t_ajs(:,:)
     
    18871903c  Thermiques
    18881904c  ==========
    1889          print*,'JUSTE AVANT , iflag_thermals='
     1905         IF(prt_level>9)WRITE(lunout,*)'JUSTE AVANT , iflag_thermals='
    18901906     s   ,iflag_thermals,'   nsplit_thermals=',nsplit_thermals
    18911907         call calltherm(pdtphys
Note: See TracChangeset for help on using the changeset viewer.