Changeset 521 for LMDZ.3.3


Ignore:
Timestamp:
Apr 30, 2004, 10:56:51 AM (20 years ago)
Author:
lmdzadmin
Message:

Suppression d'une sortie POLDER (qui venait de Johannes)
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F

    r517 r521  
    145145c
    146146c
    147       LOGICAL ok_polder ! sortir échantillonné de manière POLDER
    148       save ok_polder
    149147c======================================================================
    150148c
     
    956954      !        ok_ade=F -AIE=topswai-topsw
    957955
    958       ! For POLDER swath
    959       INTEGER pyr, pmo, pday    ! Year, month and day
    960       INTEGER poldermask(klon)  ! POLDER swath mask (0 or 1)
    961 
    962956      REAL aerindex(klon)       ! POLDER aerosol index
    963957     
     
    11841178#include "ini_histmth.h"
    11851179
     1180
     1181#define histmthNMC
    11861182#undef histmthNMC
    1187 cccccccc#define histmthNMC
    11881183#ifdef histmthNMC
    11891184#include "ini_histmthNMC.h"
     
    11911186
    11921187#include "ini_histins.h"
    1193 #include "ini_histpol.h"
    1194 
     1188
     1189#undef histREGDYN
    11951190#ifdef histREGDYN
    11961191#include "ini_histREGDYN.h"
    11971192#endif
    11981193
     1194#undef histISCCP
    11991195#ifdef histISCCP
    12001196#include "ini_histISCCP.h"
     
    14271423C Repartition du longwave par sous-surface linearisee
    14281424Cn
     1425
    14291426       DO nsrf = 1, nbsrf
    14301427       DO i = 1, klon
     
    14401437
    14411438
    1442 cIM   CALL clmain(dtime,itap,date0,pctsrf,
    14431439      CALL clmain(dtime,itap,date0,pctsrf,pctsrf_new,
    14441440     e            t_seri,q_seri,u_seri,v_seri,
     
    14621458CXXX Incrementation des flux
    14631459CXXX
     1460
    14641461      zxfluxt=0.
    14651462      zxfluxq=0.
     
    16561653          ELSE ! ok_cvl
    16571654
    1658 c          print*,'Avant conema OUI'
    16591655          CALL conema3 (dtime,
    16601656     .        paprs,pplay,t_seri,q_seri,
     
    16681664     .        ,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr
    16691665     .        ,clwcon0)
    1670           print*,'Apres conema3 '
    16711666
    16721667          ENDIF ! ok_cvl
     
    17241719c     CALL homogene(paprs, q_seri, d_q_con, u_seri,v_seri,
    17251720c    .              d_u_con, d_v_con)
     1721
    17261722      DO k = 1, klev
    17271723        DO i = 1, klon
     
    18361832c   -------------
    18371833      do k=1,klev
    1838          ratqss(:,k)=ratqsbas+(ratqshaut-ratqsbas)*
    1839      s   min((paprs(:,1)-pplay(:,k))/(paprs(:,1)-30000.),1.)       
     1834cIM RAJOUT boucle do=i
     1835       do i=1, klon
     1836cIM         ratqss(:,k)=ratqsbas+(ratqshaut-ratqsbas)*
     1837cIM     s   min((paprs(:,1)-pplay(:,k))/(paprs(:,1)-30000.),1.)
     1838         ratqss(i,k)=ratqsbas+(ratqshaut-ratqsbas)*
     1839     s   min((paprs(i,1)-pplay(i,k))/(paprs(i,1)-30000.),1.)
     1840cIM      print*,' IMratqs STABLE i, k',i,k,ratqss(i,k)
     1841       enddo
    18401842      enddo
    18411843
     
    27602762     .      t_ancien, q_ancien, rnebcon, ratqs, clwcon)
    27612763      ENDIF
     2764     
    27622765
    27632766      RETURN
Note: See TracChangeset for help on using the changeset viewer.