/[lmdze]/trunk/src_test_inter_barxy
ViewVC logotype

Contents of /trunk/src_test_inter_barxy

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations)
Wed Jun 10 16:46:46 2015 UTC (8 years, 10 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 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 dynetat0.f
10 ener.f
11 errioipsl.f
12 fxhyp.f
13 fyhyp.f
14 heavyside.f
15 histbeg_totreg.f
16 histclo.f
17 histcom_var.f
18 histhori_regular.f
19 iniadvtrac.f
20 inter_barx.f
21 inter_barxy.f
22 inter_bary.f
23 invert_zoom_x.f
24 ioipslmpp.f
25 minmax.f
26 ord_coord.f
27 ord_coordm.f
28 principal_cshift.f
29 read_serre.f
30 tanh_cautious.f
31 temps.f
32 test_inter_barxy.f
33 unit_nml_m.f

  ViewVC Help
Powered by ViewVC 1.1.21