/[lmdze]/trunk/src_ce0l
ViewVC logotype

Annotation of /trunk/src_ce0l

Parent Directory Parent Directory | Revision Log Revision Log


Revision 139 - (hide annotations)
Tue May 26 17:46:03 2015 UTC (8 years, 11 months ago) by guez
File size: 1068 byte(s)
dynetat0 read rlonu, rlatu, rlonv, rlatv, cu_2d, cv_2d, aire_2d from
"start.nc" and then these variables were overwritten by
inigeom. Corrected this. Now, inigeom does not compute rlonu, rlatu,
rlonv and rlatv. Moreover, cu_2d, cv_2d, aire_2d are not written to
"restart.nc". Since xprimu, xprimv, xprimm025, xprimp025, rlatu1,
rlatu2, yprimu1, yprimu2 are computed at the same time as rlonu,
rlatu, rlonv, rlatv, and since it would not be convenient to separate
those computations, we decide to write xprimu, xprimv, xprimm025,
xprimp025, rlatu1, rlatu2, yprimu1, yprimu2 into "restart.nc", read
them from "start.nc" and not compute them in inigeom. So, in summary,
"start.nc" contains all the coordinates and their derivatives, and
inigeom only computes the 2D-variables.

Technical details:

Moved variables rlatu, rlonv, rlonu, rlatv, xprimu, xprimv from module
comgeom to module dynetat0_m. Upgraded local variables rlatu1,
yprimu1, rlatu2, yprimu2, xprimm025, xprimp025 of procedure inigeom to
variables of module dynetat0_m.

Removed unused local variable yprimu of procedure inigeom and
corresponding argument yyprimu of fyhyp.

Moved variables clat, clon, grossismx, grossismy, dzoomx, dzoomy,
taux, tauy from module serre to module dynetat0_m (since they are read
from "start.nc"). The default values are now defined in read_serre
instead of in the declarations. Changed name of module serre to
read_serre_m, no more module variable here.

The calls to fxhyp and fyhyp are moved from inigeom to etat0.

Side effects in programs other than gcm: etat0 and read_serre write
variables of module dynetat0; the programs test_fxyp and
test_inter_barxy need more source files.

Removed unused arguments len and nd of cv3_tracer. Removed unused
argument PPSOL of LWU.

Bug fix in test_inter_barxy: forgotten call to read_serre.

1 guez 123 abort_gcm.f
2     acc.f
3     bernoui.f
4     caldyn0.f
5     calendar.f
6     ce0l.f
7     clesphys.f
8     coefils.f
9     coefpoly.f
10     comconst.f
11     comdissnew.f
12     comgeom.f
13     conf_dat2d.f
14     conf_dat3d.f
15     conf_gcm.f
16     convflu.f
17     convmas.f
18     covcont.f
19     dimens_m.f
20     dimphy.f
21     dimsoil.f
22     disvert.f
23 guez 129 dynetat0.f
24 guez 123 dynredem0.f
25     dynredem1.f
26     eigen_sort.f
27     enercin.f
28     ener.f
29     errioipsl.f
30     etat0.f
31     exner_hyb.f
32     extrapol.f
33 guez 136 filtreg_hemisph.f
34 guez 137 filtreg_scal.f
35     filtreg_v.f
36 guez 123 flumass.f
37     fxhyp.f
38     fyhyp.f
39     geopot.f
40     grid_atob.f
41     grid_change.f
42     grid_noro_m.f
43     grilles_gcm_netcdf_sub.f
44     gr_int_dyn_m.f
45     heavyside.f
46 guez 138 histbeg_totreg.f
47 guez 123 histclo.f
48     histcom_var.f
49 guez 138 histhori_regular.f
50 guez 123 indicesol.f
51     iniadvtrac.f
52     inifgn.f
53     inifilr.f
54     inter_barx.f
55     inter_barxy.f
56     inter_bary.f
57 guez 131 invert_zoom_x.f
58 guez 123 ioconf_calendar.f
59 guez 138 ioipslmpp.f
60 guez 123 ju2ymds.f
61     limit.f
62     massbar.f
63     massbarxy.f
64     massdair.f
65     minmax.f
66     mva9.f
67     ord_coord.f
68     ord_coordm.f
69     paramet_m.f
70 guez 138 phyetat0.f
71 guez 123 phyredem.f
72 guez 124 principal_cshift.f
73 guez 123 q_sat.f
74     regr_lat_time_coefoz.f
75     regr_pr_o3.f
76 guez 139 read_serre.f
77 guez 123 sortvarc.f
78     ssum.f
79     startdyn.f
80     start_init_orog_m.f
81     start_init_phys_m.f
82     start_inter_3d.f
83     strlowercase.f
84     temps.f
85     test_disvert.f
86     tourpot.f
87     unit_nml_m.f
88     vitvert.f
89     ymds2ju.f

  ViewVC Help
Powered by ViewVC 1.1.21