/[lmdze]/trunk/src_test_inter_barxy
ViewVC logotype

Annotation of /trunk/src_test_inter_barxy

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations)
Wed Jun 10 16:46:46 2015 UTC (8 years, 11 months ago) by guez
File size: 410 byte(s)
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.

1 guez 123 abort_gcm.f
2     coefpoly.f
3     comconst.f
4     comdissnew.f
5     comgeom.f
6     conf_gcm.f
7     dimens_m.f
8     disvert.f
9 guez 139 dynetat0.f
10     ener.f
11 guez 123 errioipsl.f
12     fxhyp.f
13     fyhyp.f
14     heavyside.f
15 guez 138 histbeg_totreg.f
16 guez 123 histclo.f
17     histcom_var.f
18 guez 138 histhori_regular.f
19 guez 139 iniadvtrac.f
20 guez 123 inter_barx.f
21     inter_barxy.f
22     inter_bary.f
23 guez 131 invert_zoom_x.f
24 guez 138 ioipslmpp.f
25 guez 123 minmax.f
26     ord_coord.f
27     ord_coordm.f
28 guez 124 principal_cshift.f
29 guez 139 read_serre.f
30 guez 144 tanh_cautious.f
31 guez 139 temps.f
32 guez 123 test_inter_barxy.f
33     unit_nml_m.f

  ViewVC Help
Powered by ViewVC 1.1.21