Changeset 1302 for trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
- Timestamp:
- Jun 26, 2014, 6:07:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
r1256 r1302 225 225 save unskap 226 226 227 cIM diagnostique PVteta, Amip2228 INTEGER,PARAMETER :: ntetaSTD=3229 REAL,SAVE :: rtetaSTD(ntetaSTD)=(/350.,380.,405./) ! Earth-specific, beware !!230 REAL PVteta(klon,ntetaSTD)231 232 233 227 REAL SSUM 234 228 … … 267 261 klon=klon_mpi 268 262 269 PVteta(:,:)=0.270 271 263 IF ( firstcal ) THEN 272 264 debut = .TRUE. … … 684 676 endif 685 677 686 687 IF (is_sequential.and.(planet_type=="earth")) THEN688 #ifdef CPP_EARTH689 ! PVtheta calls tetalevel, which is in the physics690 cIM calcul PV a teta=350, 380, 405K691 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,692 $ ztfi,zplay,zplev,693 $ ntetaSTD,rtetaSTD,PVteta)694 c695 #endif696 ENDIF697 698 678 c On change de grille, dynamique vers physiq, pour le flux de masse verticale 699 679 CALL gr_dyn_fi_p(llm,iip1,jjp1,klon,flxw,flxwfi) … … 923 903 . zdqfi_omp, 924 904 . zdpsrf_omp, 925 cIM diagnostique PVteta, Amip2 926 . pducov, 927 . PVteta) 905 . pducov) 928 906 929 907 else if ( planet_type=="generic" ) then
Note: See TracChangeset
for help on using the changeset viewer.