Changeset 1690
- Timestamp:
- Apr 7, 2017, 2:51:49 PM (8 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1682 r1690 1329 1329 - physics_distribution_mod.F90 : add call to init_dimphy in 1330 1330 init_physics_distribution 1331 1332 == 07/04/2017 == EM 1333 Fixing a big bug (dating from revision 1529) in wstats. -
trunk/LMDZ.GENERIC/libf/phystd/wstats.F90
r1565 r1690 219 219 start=(/1,1,indx,0/) 220 220 if (klon_glo>1) then !general case 221 sizes=(/nbp_lon+1,nbp_l ev,1,0/)221 sizes=(/nbp_lon+1,nbp_lat,1,0/) 222 222 else 223 223 sizes=(/1,1,1,0/)
Note: See TracChangeset
for help on using the changeset viewer.