/[lmdze]
ViewVC logotype

Revision 139


Jump to revision: Previous Next
Author: guez
Date: Tue May 26 17:46:03 2015 UTC (8 years, 11 months ago)
Changed paths: 47
Log Message:
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.


Changed paths

Path Details
Directorytrunk/Sources/bibio/initdynav.f modified , text changed
Directorytrunk/Sources/bibio/initfluxsto.f modified , text changed
Directorytrunk/Sources/bibio/inithist.f modified , text changed
Directorytrunk/Sources/dyn3d/Guide/conf_guide.f modified , text changed
Directorytrunk/Sources/dyn3d/Guide/coordij.f modified , text changed
Directorytrunk/Sources/dyn3d/Guide/guide.f modified , text changed
Directorytrunk/Sources/dyn3d/Guide/init_tau2alpha.f modified , text changed
Directorytrunk/Sources/dyn3d/Vlsplt/vly.f modified , text changed
Directorytrunk/Sources/dyn3d/calfis.f modified , text changed
Directorytrunk/Sources/dyn3d/ce0l.f modified , text changed
Directorytrunk/Sources/dyn3d/comgeom.f modified , text changed
Directorytrunk/Sources/dyn3d/dynetat0.f modified , text changed
Directorytrunk/Sources/dyn3d/dynredem0.f modified , text changed
Directorytrunk/Sources/dyn3d/etat0.f modified , text changed
Directorytrunk/Sources/dyn3d/fxhyp.f modified , text changed
Directorytrunk/Sources/dyn3d/fyhyp.f modified , text changed
Directorytrunk/Sources/dyn3d/gcm.f modified , text changed
Directorytrunk/Sources/dyn3d/grilles_gcm_netcdf_sub.f modified , text changed
Directorytrunk/Sources/dyn3d/init_dynzon.f modified , text changed
Directorytrunk/Sources/dyn3d/invert_zoom_x.f modified , text changed
Directorytrunk/Sources/dyn3d/limit.f modified , text changed
Directorytrunk/Sources/dyn3d/limy.f modified , text changed
Directorytrunk/Sources/dyn3d/pentes_ini.f modified , text changed
Directorytrunk/Sources/dyn3d/prather.f modified , text changed
Directorytrunk/Sources/dyn3d/principal_cshift.f modified , text changed
Directorytrunk/Sources/dyn3d/read_serre.f
(Copied from trunk/Sources/dyn3d/serre.f, r138)
added , text changed
Directorytrunk/Sources/dyn3d/serre.f deleted
Directorytrunk/Sources/dyn3d/sortvarc.f modified , text changed
Directorytrunk/Sources/dyn3d/start_init_phys_m.f modified , text changed
Directorytrunk/Sources/dyn3d/startdyn.f modified , text changed
Directorytrunk/Sources/dyn3d/vlyqs.f modified , text changed
Directorytrunk/Sources/filtrez/inifgn.f modified , text changed
Directorytrunk/Sources/filtrez/inifilr.f modified , text changed
Directorytrunk/Sources/phylmd/CV3_routines/cv3_tracer.f modified , text changed
Directorytrunk/Sources/phylmd/Mobidic/regr_lat_time_coefoz.f modified , text changed
Directorytrunk/Sources/phylmd/Orography/start_init_orog_m.f modified , text changed
Directorytrunk/Sources/phylmd/Radlwsw/lw.f modified , text changed
Directorytrunk/Sources/phylmd/Radlwsw/lwu.f modified , text changed
Directorytrunk/Sources/phylmd/cv_driver.f modified , text changed
Directorytrunk/Sources/phylmd/initphysto.f modified , text changed
Directorytrunk/Sources/test_fxhyp.f modified , text changed
Directorytrunk/Sources/test_inter_barxy.f modified , text changed
Directorytrunk/depend.mk modified , text changed
Directorytrunk/src_ce0l modified , text changed
Directorytrunk/src_gcm modified , text changed
Directorytrunk/src_test_fxhyp modified , text changed
Directorytrunk/src_test_inter_barxy modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21