repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid re-initialization of time series for parent after child domain starts (#1953)
[WRF.git]
/
tools
/
fortran_2008_gamma_test.F
blob
aa6659f601146a12237c893805957931c2928d87
1
PROGRAM test_2008_gamma
2
IMPLICIT NONE
3
REAL :: x , y
4
x = 4
5
y = gamma ( x )
6
print *,'gamma(',x,') = ',y
7
END PROGRAM test_2008_gamma