/[lmdze]
ViewVC logotype

Revision 144


Jump to revision: Previous Next
Author: guez
Date: Wed Jun 10 16:46:46 2015 UTC (8 years, 10 months ago)
Changed paths: 20
Log Message:
In procedure fxhyp, the convoluted computation of tanh(fa/fb) occurred
three times. Extracted it into a function. Also, the computation of
xmoy and fxm was repeated. So stored the values in arrays instead.

In procedure fxhyp, in the computation of fhyp, there were tests
xtild(i) == 0. and xtild(i) == pi_d. No use to do these tests at each
iteration. We now they are true for i == nmax and i == 2 * nmax,
respectively, and we know they are false for other values of
"i". Similarly, in the computations of ffdx and xxpr, there were the
tests xmoy == 0. and xmoy == pi_d, these could not be true.

Moved files from bibio to dyn3d, following LMDZ.


Changed paths

Path Details
Directorytrunk/Sources/bibio/acc.f
(Copied from trunk/Sources/filtrez/acc.f, r143)
added
Directorytrunk/Sources/bibio/initdynav.f deleted
Directorytrunk/Sources/bibio/initfluxsto.f deleted
Directorytrunk/Sources/bibio/inithist.f deleted
Directorytrunk/Sources/bibio/tanh_cautious.f added
Directorytrunk/Sources/bibio/writedynav.f deleted
Directorytrunk/Sources/bibio/writehist.f deleted
Directorytrunk/Sources/dyn3d/fluxstokenc.f modified , text changed
Directorytrunk/Sources/dyn3d/fxhyp.f modified , text changed
Directorytrunk/Sources/dyn3d/initdynav.f
(Copied from trunk/Sources/bibio/initdynav.f, r143)
added
Directorytrunk/Sources/dyn3d/initfluxsto.f
(Copied from trunk/Sources/bibio/initfluxsto.f, r143)
added , text changed
Directorytrunk/Sources/dyn3d/inithist.f
(Copied from trunk/Sources/bibio/inithist.f, r143)
added
Directorytrunk/Sources/dyn3d/invert_zoom_x.f modified , text changed
Directorytrunk/Sources/dyn3d/writedynav.f
(Copied from trunk/Sources/bibio/writedynav.f, r143)
added
Directorytrunk/Sources/dyn3d/writehist.f
(Copied from trunk/Sources/bibio/writehist.f, r143)
added
Directorytrunk/Sources/filtrez/acc.f deleted
Directorytrunk/depend.mk modified , text changed
Directorytrunk/src_ce0l modified , text changed
Directorytrunk/src_test_fxhyp modified , text changed
Directorytrunk/src_test_inter_barxy modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21