Changeset 1130 for trunk/LMDZ.MARS/libf/phymars/inistats.F
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/inistats.F
r690 r1130 1 1 subroutine inistats(ierr) 2 2 3 use mod_phys_lmdz_para, only : is_master 3 4 implicit none 4 5 … … 42 43 pseudoalt(l)=-10.*log(presnivs(l)/preff) 43 44 enddo 45 46 if (is_master) then 47 ! only the master needs do this 44 48 45 49 ierr = NF_CREATE("stats.nc",IOR(NF_CLOBBER,NF_64BIT_OFFSET),nid) … … 110 114 ierr=NF_CLOSE(nid) 111 115 116 endif ! of if (is_master) 112 117 end subroutine inistats 113 118
Note: See TracChangeset
for help on using the changeset viewer.