Changeset 2037 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- May 6, 2014, 4:56:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/calfis.F
r1987 r2037 163 163 REAL unskap, pksurcp 164 164 c 165 cIM diagnostique PVteta, Amip2166 INTEGER,PARAMETER :: ntetaSTD=3167 REAL,SAVE :: rtetaSTD(ntetaSTD)=(/350.,380.,405./) ! Earth-specific, beware !!168 REAL PVteta(ngridmx,ntetaSTD)169 c170 165 REAL flxwfi(ngridmx,llm) ! Flux de masse verticale sur la grille physiq 171 166 c … … 431 426 432 427 ENDDO 433 c434 if (planet_type=="earth") then435 #ifdef CPP_PHYS436 ! PVtheta calls tetalevel, which is in the physics437 cIM calcul PV a teta=350, 380, 405K438 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta,439 $ ztfi,zplay,zplev,440 $ ntetaSTD,rtetaSTD,PVteta)441 #endif442 endif443 428 c 444 429 c On change de grille, dynamique vers physiq, pour le flux de masse verticale … … 491 476 . zdqfi, 492 477 . zdpsrf, 493 cIM diagnostique PVteta, Amip2 494 . pducov, 495 . PVteta) 478 . pducov) 496 479 497 480 else if ( planet_type=="generic" ) then
Note: See TracChangeset
for help on using the changeset viewer.