Changeset 3828 for dynamico_lmdz/aquaplanet/LMDZ5/libf/dyn3d
- Timestamp:
- May 23, 2015, 8:10:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/dyn3d/gcm.F90
r3822 r3828 183 183 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 184 184 ! dynamique -> physique pour l'initialisation 185 #ifdef CPP_PHYS186 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/),COMM_LMDZ)187 ! call InitComgeomphy ! now done in iniphysiq188 #endif185 !#ifdef CPP_PHYS 186 ! CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/),COMM_LMDZ) 187 ! ! call InitComgeomphy ! now done in iniphysiq 188 !#endif 189 189 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 190 190 !----------------------------------------------------------------------- … … 441 441 ! Physics: 442 442 #ifdef CPP_PHYS 443 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, & 443 CALL iniphysiq(iim,jjm,(jjm-1)*iim+2-1/iim,comm_lmdz, & 444 llm,daysec,day_ini,dtphys/nsplit_phys, & 444 445 rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, & 445 446 iflag_phys)
Note: See TracChangeset
for help on using the changeset viewer.