Changeset 20 for trunk/src/concoutput.f90
- Timestamp:
- Dec 23, 2013, 6:23:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/concoutput.f90
r4 r20 108 108 write(adate,'(i8.8)') jjjjmmdd 109 109 write(atime,'(i6.6)') ihmmss 110 open(unitdates,file=path(2)(1:length(2))//'dates', ACCESS='APPEND') 110 111 write(unitdates,'(a)') adate//atime 111 112 close(unitdates) 112 113 113 114 ! For forward simulations, output fields have dimension MAXSPEC, … … 158 159 yl=outlat0+real(jy)*dyout 159 160 xl=(xl-xlon0)/dx 160 yl=(yl-ylat0)/d x161 yl=(yl-ylat0)/dy !v9.1.1 161 162 iix=max(min(nint(xl),nxmin1),0) 162 163 jjy=max(min(nint(yl),nymin1),0)
Note: See TracChangeset
for help on using the changeset viewer.