Changeset 2408 for LMDZ5/branches/testing/libf/dyn3dmem/gcm.F90
- 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/dyn3dmem/gcm.F90
r2298 r2408 10 10 USE parallel_lmdz 11 11 USE infotrac 12 #ifdef CPP_PHYS13 USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys14 #endif12 !#ifdef CPP_PHYS 13 ! USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys 14 !#endif 15 15 USE mod_hallo 16 16 USE Bands … … 18 18 USE control_mod 19 19 20 #ifdef INCA21 ! Only INCA needs these informations (from the Earth's physics)22 USE indice_sol_mod23 USE mod_phys_lmdz_omp_data, ONLY: klon_omp24 #endif25 26 20 #ifdef CPP_PHYS 27 ! USE mod_grid_phy_lmdz 28 ! USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb 29 ! USE dimphy 30 ! USE comgeomphy 21 USE iniphysiq_mod, ONLY: iniphysiq 31 22 #endif 32 23 IMPLICIT NONE … … 76 67 include "tracstoke.h" 77 68 78 #ifdef INCA79 ! Only INCA needs these informations (from the Earth's physics)80 !include "indicesol.h"81 #endif82 69 83 70 REAL zdtvr … … 155 142 call Read_Distrib 156 143 157 #ifdef CPP_PHYS158 CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)144 !#ifdef CPP_PHYS 145 ! CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys) 159 146 !#endif 160 147 ! CALL set_bands 161 148 !#ifdef CPP_PHYS 162 CALL Init_interface_dyn_phys163 #endif149 ! CALL Init_interface_dyn_phys 150 !#endif 164 151 CALL barrier 165 152 … … 200 187 #endif 201 188 202 IF (type_trac == 'inca') THEN203 #ifdef INCA204 call init_const_lmdz( &205 nbtr,anneeref,dayref, &206 iphysiq,day_step,nday, &207 nbsrf, is_oce,is_sic, &208 is_ter,is_lic, calend)209 210 call init_inca_para( &211 iim,jjm+1,llm,klon_glo,mpi_size, &212 distrib_phys,COMM_LMDZ)213 #endif214 END IF215 189 216 190 !----------------------------------------------------------------------- … … 400 374 ! Physics: 401 375 #ifdef CPP_PHYS 402 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, & 403 rlatu,rlonv,aire,cu,cv,rad,g,r,cpp, & 376 CALL iniphysiq(iim,jjm,llm, & 377 distrib_phys(mpi_rank),comm_lmdz, & 378 daysec,day_ini,dtphys/nsplit_phys, & 379 rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, & 404 380 iflag_phys) 405 381 #endif 406 382 ENDIF ! of IF ((iflag_phys==1).or.(iflag_phys>=100)) 407 383 408 409 !-----------------------------------------------------------------------410 ! Initialisation des dimensions d'INCA :411 ! --------------------------------------412 IF (type_trac == 'inca') THEN413 !$OMP PARALLEL414 #ifdef INCA415 CALL init_inca_dim(klon_omp,llm,iim,jjm, &416 rlonu,rlatu,rlonv,rlatv)417 #endif418 !$OMP END PARALLEL419 END IF420 384 421 385 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.