Ignore:
Timestamp:
Sep 7, 2012, 2:49:58 PM (12 years ago)
Author:
emillour
Message:

Common dynamics: updates to keep up with LMDZ5 Earth (rev 1649)
See file "DOC/chantiers/commit_importants.log" for details.
EM

File:
1 edited

Legend:

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

    r108 r776  
    2727     $                  pdpsfi)
    2828#ifdef CPP_PHYS
    29 ! Ehouarn: For now, calfis_p needs Earth physics
    30 c
    31 c    Auteur :  P. Le Van, F. Hourdin
    32 c   .........
     29! Ehouarn: if using (parallelized) physics
    3330      USE dimphy
    3431      USE mod_phys_lmdz_para, mpi_root_xx=>mpi_root
     
    225222      PARAMETER(ntetaSTD=3)
    226223      REAL rtetaSTD(ntetaSTD)
    227       DATA rtetaSTD/350., 380., 405./
     224      DATA rtetaSTD/350., 380., 405./ ! Earth-specific values, beware !!
    228225      REAL PVteta(klon,ntetaSTD)
    229226     
     
    512509
    513510
    514       IF (is_sequential) THEN
    515 c
     511      IF (is_sequential.and.(planet_type=="earth")) THEN
     512#ifdef CPP_PHYS
     513! PVtheta calls tetalevel, which is in the physics
    516514cIM calcul PV a teta=350, 380, 405K
    517515        CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,
     
    519517     $           ntetaSTD,rtetaSTD,PVteta)
    520518c
     519#endif
    521520      ENDIF
    522521
     
    666665      zdqfic_omp(:,:,:)=0.
    667666
     667#ifdef CPP_PHYS
    668668      do isplit=1,nsplit_phys
    669669
     
    742742      enddo
    743743
     744#endif
     745! of #ifdef CPP_PHYS
     746
    744747      zdufi_omp(:,:)=zdufic_omp(:,:)/nsplit_phys
    745748      zdvfi_omp(:,:)=zdvfic_omp(:,:)/nsplit_phys
Note: See TracChangeset for help on using the changeset viewer.