Changeset 776 for trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
- Timestamp:
- Sep 7, 2012, 2:49:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
r108 r776 27 27 $ pdpsfi) 28 28 #ifdef CPP_PHYS 29 ! Ehouarn: For now, calfis_p needs Earth physics 30 c 31 c Auteur : P. Le Van, F. Hourdin 32 c ......... 29 ! Ehouarn: if using (parallelized) physics 33 30 USE dimphy 34 31 USE mod_phys_lmdz_para, mpi_root_xx=>mpi_root … … 225 222 PARAMETER(ntetaSTD=3) 226 223 REAL rtetaSTD(ntetaSTD) 227 DATA rtetaSTD/350., 380., 405./ 224 DATA rtetaSTD/350., 380., 405./ ! Earth-specific values, beware !! 228 225 REAL PVteta(klon,ntetaSTD) 229 226 … … 512 509 513 510 514 IF (is_sequential) THEN 515 c 511 IF (is_sequential.and.(planet_type=="earth")) THEN 512 #ifdef CPP_PHYS 513 ! PVtheta calls tetalevel, which is in the physics 516 514 cIM calcul PV a teta=350, 380, 405K 517 515 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta, … … 519 517 $ ntetaSTD,rtetaSTD,PVteta) 520 518 c 519 #endif 521 520 ENDIF 522 521 … … 666 665 zdqfic_omp(:,:,:)=0. 667 666 667 #ifdef CPP_PHYS 668 668 do isplit=1,nsplit_phys 669 669 … … 742 742 enddo 743 743 744 #endif 745 ! of #ifdef CPP_PHYS 746 744 747 zdufi_omp(:,:)=zdufic_omp(:,:)/nsplit_phys 745 748 zdvfi_omp(:,:)=zdvfic_omp(:,:)/nsplit_phys
Note: See TracChangeset
for help on using the changeset viewer.