/[lmdze]/trunk/src_test_fxhyp
ViewVC logotype

Annotation of /trunk/src_test_fxhyp

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: 300 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 139 abort_gcm.f
2 guez 123 coefpoly.f
3 guez 139 comconst.f
4     comdissnew.f
5     conf_gcm.f
6 guez 123 dimens_m.f
7 guez 139 disvert.f
8     dynetat0.f
9     ener.f
10     errioipsl.f
11 guez 123 fxhyp.f
12 guez 139 histbeg_totreg.f
13     histclo.f
14     histcom_var.f
15     histhori_regular.f
16     iniadvtrac.f
17 guez 131 invert_zoom_x.f
18 guez 139 ioipslmpp.f
19 guez 124 principal_cshift.f
20 guez 139 read_serre.f
21 guez 144 tanh_cautious.f
22 guez 139 temps.f
23 guez 123 test_fxhyp.f
24     unit_nml_m.f

  ViewVC Help
Powered by ViewVC 1.1.21