Changeset 2408 for LMDZ5/branches/testing/libf/dyn3dpar/gcm.F
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dpar/gcm.F
r2298 r2408 14 14 USE parallel_lmdz 15 15 USE infotrac 16 #ifdef CPP_PHYS17 USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys18 #endif16 !#ifdef CPP_PHYS 17 ! USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys 18 !#endif 19 19 USE mod_hallo 20 20 USE Bands … … 30 30 31 31 #ifdef CPP_PHYS 32 ! USE mod_grid_phy_lmdz 33 ! USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb 34 ! USE dimphy 35 ! USE comgeomphy 32 USE iniphysiq_mod, ONLY: iniphysiq 36 33 #endif 37 34 IMPLICIT NONE … … 162 159 call Read_Distrib 163 160 164 #ifdef CPP_PHYS165 CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)161 !#ifdef CPP_PHYS 162 ! CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys) 166 163 !#endif 167 164 ! CALL set_bands 168 165 !#ifdef CPP_PHYS 169 CALL Init_interface_dyn_phys170 #endif166 ! CALL Init_interface_dyn_phys 167 !#endif 171 168 CALL barrier 172 169 … … 406 403 ! Physics: 407 404 #ifdef CPP_PHYS 408 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, 409 & rlatu,rlonv,aire,cu,cv,rad,g,r,cpp, 405 CALL iniphysiq(iim,jjm,llm, 406 & distrib_phys(mpi_rank),comm_lmdz, 407 & daysec,day_ini,dtphys/nsplit_phys, 408 & rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, 410 409 & iflag_phys) 411 410 #endif
Note: See TracChangeset
for help on using the changeset viewer.