Changeset 2355 for LMDZ5/trunk/libf/dynlonlat_phylonlat
- Timestamp:
- Aug 28, 2015, 1:04:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/iniphysiq_mod.F90
r2354 r2355 109 109 110 110 ! Initialize Physics distibution and parameters and interface with dynamics 111 IF ( klon_glo>1) THEN ! general 3D case111 IF (ii*jj>1) THEN ! general 3D case 112 112 CALL init_physics_distribution(regular_lonlat,4, & 113 113 nbp,ii,jj+1,nlayer,communicator)
Note: See TracChangeset
for help on using the changeset viewer.