Changeset 1665 for LMDZ5/branches/testing/libf/dyn3d/calfis.F
- Timestamp:
- Oct 9, 2012, 3:35:26 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1576-1580,1582,1584,1591-1593,1597-1598,1600,1604-1620,1622-1628
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d/calfis.F
r1407 r1665 165 165 PARAMETER(ntetaSTD=3) 166 166 REAL rtetaSTD(ntetaSTD) 167 DATA rtetaSTD/350., 380., 405./ 167 DATA rtetaSTD/350., 380., 405./ ! Earth-specific values, beware !! 168 168 REAL PVteta(ngridmx,ntetaSTD) 169 169 c … … 434 434 c 435 435 if (planet_type=="earth") then 436 #ifdef CPP_EARTH 436 #ifdef CPP_PHYS 437 ! PVtheta calls tetalevel, which is in the physics 437 438 cIM calcul PV a teta=350, 380, 405K 438 439 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta, … … 450 451 451 452 452 if (planet_type=="earth") then453 #ifdef CPP_EARTH454 453 455 454 ! write(lunout,*) 'PHYSIQUE AVEC NSPLIT_PHYS=',nsplit_phys … … 460 459 zdqfic(:,:,:)=0. 461 460 462 do isplit=1,nsplit_phys 461 if (planet_type=="earth") then 462 #ifdef CPP_PHYS 463 464 do isplit=1,nsplit_phys 463 465 464 466 jH_cur_split=jH_cur+(isplit-1) * dtvr / (daysec *nsplit_phys) … … 503 505 zdqfic(:,:,:)=zdqfic(:,:,:)+zdqfi(:,:,:) 504 506 505 enddo 507 enddo ! of do isplit=1,nsplit_phys 508 509 #endif 510 ! of #ifdef CPP_PHYS 511 endif ! of if (planet_type=="earth") 512 506 513 zdufi(:,:)=zdufic(:,:)/nsplit_phys 507 514 zdvfi(:,:)=zdvfic(:,:)/nsplit_phys … … 509 516 zdqfi(:,:,:)=zdqfic(:,:,:)/nsplit_phys 510 517 511 #endif512 endif !of if (planet_type=="earth")513 518 514 519 500 CONTINUE
Note: See TracChangeset
for help on using the changeset viewer.