Changeset 2037 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- May 6, 2014, 4:56:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/calfis_loc.F
r1987 r2037 219 219 REAL unskap, pksurcp 220 220 c 221 cIM diagnostique PVteta, Amip2222 INTEGER,PARAMETER :: ntetaSTD=3223 REAL,SAVE :: rtetaSTD(ntetaSTD)=(/350.,380.,405./) ! Earth-specific, beware !!224 REAL PVteta(klon,ntetaSTD)225 226 227 221 REAL SSUM 228 222 … … 252 246 klon=klon_mpi 253 247 254 PVteta(:,:)=0.255 256 248 c 257 249 IF ( firstcal ) THEN … … 510 502 endif 511 503 512 513 IF (is_sequential.and.(planet_type=="earth")) THEN514 #ifdef CPP_PHYS515 ! PVtheta calls tetalevel, which is in the physics516 cIM calcul PV a teta=350, 380, 405K517 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,518 $ ztfi,zplay,zplev,519 $ ntetaSTD,rtetaSTD,PVteta)520 c521 #endif522 ENDIF523 524 504 c On change de grille, dynamique vers physiq, pour le flux de masse verticale 525 505 c$OMP DO SCHEDULE(STATIC,OMP_CHUNK) … … 707 687 . zdqfi_omp, 708 688 . zdpsrf_omp, 709 cIM diagnostique PVteta, Amip2 710 . pducov, 711 . PVteta) 689 . pducov) 712 690 713 691 else if ( planet_type=="generic" ) then
Note: See TracChangeset
for help on using the changeset viewer.