Ignore:
Timestamp:
Jun 26, 2014, 6:07:05 PM (11 years ago)
Author:
emillour
Message:

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution
(up to LMDZ5 rev 2070). See file "DOC/chantiers/commit_importants.log"
for detailed list of changes.
Note that the updates of exner* routines change (as expected) results
at numerical roundoff level.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F

    r1256 r1302  
    225225      save unskap
    226226
    227 cIM diagnostique PVteta, Amip2
    228       INTEGER,PARAMETER :: ntetaSTD=3
    229       REAL,SAVE :: rtetaSTD(ntetaSTD)=(/350.,380.,405./) ! Earth-specific, beware !!
    230       REAL PVteta(klon,ntetaSTD)
    231      
    232      
    233227      REAL SSUM
    234228
     
    267261      klon=klon_mpi
    268262     
    269       PVteta(:,:)=0.
    270            
    271263      IF ( firstcal )  THEN
    272264        debut = .TRUE.
     
    684676      endif
    685677
    686 
    687       IF (is_sequential.and.(planet_type=="earth")) THEN
    688 #ifdef CPP_EARTH
    689 ! PVtheta calls tetalevel, which is in the physics
    690 cIM calcul PV a teta=350, 380, 405K
    691         CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,
    692      $           ztfi,zplay,zplev,
    693      $           ntetaSTD,rtetaSTD,PVteta)
    694 c
    695 #endif
    696       ENDIF
    697 
    698678c On change de grille, dynamique vers physiq, pour le flux de masse verticale
    699679      CALL gr_dyn_fi_p(llm,iip1,jjp1,klon,flxw,flxwfi)
     
    923903     .             zdqfi_omp,
    924904     .             zdpsrf_omp,
    925 cIM diagnostique PVteta, Amip2         
    926      .             pducov,
    927      .             PVteta)
     905     .             pducov)
    928906
    929907      else if ( planet_type=="generic" ) then
Note: See TracChangeset for help on using the changeset viewer.