/[lmdze]/trunk/src_test_fxhyp
ViewVC logotype

Contents of /trunk/src_test_fxhyp

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

  ViewVC Help
Powered by ViewVC 1.1.21