12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CSHIFT 90Perform a circular shift on the specified array.SynopsisCSHIFT(ARRAY, SHIFT [,DIM])ArgumentsThe argument ARRAY is the array to shift. It may be an array of any type. The argument SHIFT isan integer or an array of integers with rank n-1 where n is the rank of ARRAY. The optionalargument DIM is an integer representing the dimension to shift.Return ValueThe shifted array with the same size and shape as the argument ARRAY.DATE_AND_TIME 90This is a subroutine that returns the date and time.SynopsisDATE_AND_TIME([DATE] [,TIME] [,ZONE] [,VALUES])ArgumentsAll of the arguments are optional. The DATE argument is of type default character. It must be atleast 8 characters long. The argument returns the value CCYYMMDD where CC is the century, YY isthe year, MM is the month, and DD is the day.The argument TIME is of type default character. It must be at least 10 characters long. It has theform hhmmss.sss, where hh is the hour, mm is the minute, and ss.sss is the seconds andmilliseconds.The argument ZONE is of type default character. It must be at least 5 characters long. It has theform +– hhmm where hh and mm are the hours and minutes that the local time zone differs fromuniversal time (UTC).The argument VALUES must be an array of type default integer. It has the following eight values:VALUES(1)VALUES(2)VALUES(3)VALUES(4)VALUES(5)holds the yearholds the monthholds the day of the monthholds the time difference with respect to UTCholds the hour of the dayFortran Intrinsics 205

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!