Changeset 2056 for LMDZ5/branches/testing/libf/dyn3dpar/calfis_p.F
- Timestamp:
- Jun 11, 2014, 3:46:46 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dpar/calfis_p.F
r1999 r2056 217 217 REAL unskap, pksurcp 218 218 c 219 cIM diagnostique PVteta, Amip2220 INTEGER,PARAMETER :: ntetaSTD=3221 REAL,SAVE :: rtetaSTD(ntetaSTD)=(/350.,380.,405./) ! Earth-specific, beware !!222 REAL PVteta(klon,ntetaSTD)223 224 219 REAL SSUM 225 220 … … 249 244 klon=klon_mpi 250 245 251 PVteta(:,:)=0.252 253 246 c 254 247 IF ( firstcal ) THEN … … 484 477 endif 485 478 486 487 IF (is_sequential.and.(planet_type=="earth")) THEN488 #ifdef CPP_PHYS489 ! PVtheta calls tetalevel, which is in the physics490 cIM calcul PV a teta=350, 380, 405K491 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,492 $ ztfi,zplay,zplev,493 $ ntetaSTD,rtetaSTD,PVteta)494 c495 #endif496 ENDIF497 498 479 c On change de grille, dynamique vers physiq, pour le flux de masse verticale 499 480 CALL gr_dyn_fi_p(llm,iip1,jjp1,klon,flxw,flxwfi) … … 668 649 . zdqfi_omp, 669 650 . zdpsrf_omp, 670 cIM diagnostique PVteta, Amip2 671 . pducov, 672 . PVteta) 651 . pducov) 673 652 674 653 else if ( planet_type=="generic" ) then
Note: See TracChangeset
for help on using the changeset viewer.