Changeset 774 for LMDZ4/trunk/libf/dyn3dpar/gcm.F
- Timestamp:
- Jun 5, 2007, 4:55:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/gcm.F
r764 r774 9 9 USE IOIPSL 10 10 #endif 11 USE mod_const_mpi, ONLY: init_const_mpi 11 12 USE parallel 12 13 USE dimphy 14 USE mod_interface_dyn_phys 13 15 USE comgeomphy 14 16 USE mod_hallo … … 212 214 c------------------------------------ 213 215 call init_parallel 214 call InitDimphy 215 call InitBands 216 call Read_Distrib 217 CALL init_const_mpi 218 CALL Init_Phys_lmdz(iim,jjp1,llm,nqmx-2,mpi_size,distrib_phys) 219 CALL set_bands 220 CALL Init_interface_dyn_phys 216 221 call MPI_BARRIER(COMM_LMDZ,ierr) 217 222 if (mpi_rank==0) call WriteBands … … 226 231 call Init_Mod_hallo(MPI_Buffer) 227 232 c$OMP PARALLEL 228 call init_phys_openmp229 233 call InitComgeomphy 230 234 c$OMP END PARALLEL … … 434 438 c write(78,*) 'q',q 435 439 436 440 c$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/,/logic/) 437 441 CALL leapfrog_p(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0, 438 442 . time_0) 439 443 c$OMP END PARALLEL 440 444 441 445
Note: See TracChangeset
for help on using the changeset viewer.