source: CPL/oasis3/trunk/src/lib/mpp_io/include/mpp_write.h @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 302 bytes
Line 
1    subroutine MPP_WRITE_( unit, field, data, tstamp )
2      integer, intent(in) :: unit
3      type(fieldtype), intent(in) :: field
4      MPP_TYPE_, intent(in) :: data MPP_RANK_
5      real(DOUBLE_KIND), intent(in), optional :: tstamp
6
7      MPP_WRITE_RECORD_
8      return
9    end subroutine MPP_WRITE_
Note: See TracBrowser for help on using the repository browser.