Changeset 1348 for trunk/LMDZ.GENERIC
- Timestamp:
- Sep 24, 2014, 5:41:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/mkstat.F90
r1216 r1348 35 35 !integer, dimension(4) :: dimout 36 36 37 if (is_master) then 38 ! only the master needs do this 39 37 40 ! Incrementation of count for the last step, which is not done in wstats 38 41 count(istime)=count(istime)+1 39 40 if (is_master) then41 ! only the master needs do this42 42 43 43 ierr = NF_OPEN("stats.nc",NF_WRITE,nid)
Note: See TracChangeset
for help on using the changeset viewer.