Changeset 1523 for trunk/LMDZ.COMMON/libf/dyn3d
- Timestamp:
- Mar 28, 2016, 5:27:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/gcm.F90
r1441 r1523 41 41 ! Ehouarn: the following are needed with (parallel) physics: 42 42 #ifdef CPP_PHYS 43 ! USE dimphy 44 ! USE comgeomphy, ONLY: initcomgeomphy 43 USE iniphysiq_mod, ONLY: iniphysiq 45 44 #endif 46 45 … … 447 446 #ifdef CPP_PHYS 448 447 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, & 449 rlatu,rl onv,aire,cu,cv,rad,g,r,cpp, &448 rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, & 450 449 iflag_phys) 451 450 #endif
Note: See TracChangeset
for help on using the changeset viewer.