Changeset 3001 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Jul 19, 2023, 5:45:49 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/init_phys_1d_mod.F90
r3000 r3001 262 262 q(2,:,:)=q(1,:,:) 263 263 264 #ifdef CPP_XIOS 264 265 call init_physics_distribution(regular_lonlat,4,& 265 266 1,1,1,nlayer,COMM_LMDZ) 267 #else 268 call init_physics_distribution(regular_lonlat,4,& 269 1,1,1,nlayer,1) 270 #endif 266 271 267 272 call open_startphy("startfi_evol.nc")
Note: See TracChangeset
for help on using the changeset viewer.