Changeset 2351 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Aug 25, 2015, 5:14:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F90
r2347 r2351 22 22 USE infotrac 23 23 USE control_mod 24 USE mod_const_mpi, ONLY: COMM_LMDZ 24 25 25 26 #ifdef INCA … … 181 182 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 182 183 ! dynamique -> physique pour l'initialisation 183 #ifdef CPP_PHYS184 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))185 ! call InitComgeomphy ! now done in iniphysiq186 #endif184 !#ifdef CPP_PHYS 185 ! CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 186 ! ! call InitComgeomphy ! now done in iniphysiq 187 !#endif 187 188 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 188 189 !----------------------------------------------------------------------- … … 415 416 ! Physics: 416 417 #ifdef CPP_PHYS 417 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, & 418 CALL iniphysiq(iim,jjm,llm, & 419 (jjm-1)*iim+2,comm_lmdz, & 420 daysec,day_ini,dtphys/nsplit_phys, & 418 421 rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, & 419 422 iflag_phys)
Note: See TracChangeset
for help on using the changeset viewer.