/[lmdze]
ViewVC logotype

Revision 129


Jump to revision: Previous Next
Author: guez
Date: Fri Feb 13 18:22:38 2015 UTC (9 years, 2 months ago)
Changed paths: 21
Log Message:
Removed arguments day0, anne0 of procedures initdynav and
inithist. Use directly day_ref, annee_ref instead.

Moved variables annee_ref, day_ref of module temps to module
dynetat0_m. Deleted variables dayref and anneeref of module conf_gcm_m
and removed them from namelist conf_gcm_nml. These variables were
troubling intermediary on the way to annee_ref and day_ref. Gave as
default values to annee_ref and day_ref the default values of dayref
and anneeref. Moved the test on raz_date from main unit gcm to
procedure dynetat0. Created namelist dynetat0_nml. Read annee_ref and
day_ref from standard input in dynetat0 and redefine them from
"start.nc" if not raz_date. Rationale: 1 - Choose the best programming
from the point of view of program gcm only, forgetting program ce0l. 2
- The normal case is to define annee_ref and day_ref from "start.nc"
so put them in module dynetat0_m rather than in conf_gcm_m. 3 - Try to
always read the same namelists in the same order regardless of choices
in previous namelists. Downsides: 1 -We now need the file "dynetat0.f"
for the program ce0l, because dynetat0_m is used by dynredem0. 2 - We
need to define annee_ref and day_ref from procedure etat0.

Removed useless variable day_end of module temps.


Changed paths

Path Details
Directorytrunk/Compilation/depend.mk modified , text changed
Directorytrunk/Compilation/src_ce0l modified , text changed
Directorytrunk/bibio/initdynav.f modified , text changed
Directorytrunk/bibio/initfluxsto.f modified , text changed
Directorytrunk/bibio/inithist.f modified , text changed
Directorytrunk/dyn3d/conf_gcm.f modified , text changed
Directorytrunk/dyn3d/dynetat0.f modified , text changed
Directorytrunk/dyn3d/dynredem0.f modified , text changed
Directorytrunk/dyn3d/etat0.f modified , text changed
Directorytrunk/dyn3d/gcm.f modified , text changed
Directorytrunk/dyn3d/iniadvtrac.f modified , text changed
Directorytrunk/dyn3d/init_dynzon.f modified , text changed
Directorytrunk/dyn3d/leapfrog.f modified , text changed
Directorytrunk/dyn3d/temps.f modified , text changed
Directorytrunk/phylmd/Mobidic/regr_pr_o3.f modified , text changed
Directorytrunk/phylmd/ini_histins.f modified , text changed
Directorytrunk/phylmd/ini_histrac.f modified , text changed
Directorytrunk/phylmd/initphysto.f modified , text changed
Directorytrunk/phylmd/physiq.f modified , text changed
Directorytrunk/phylmd/readsulfate.f modified , text changed
Directorytrunk/phylmd/readsulfate_preind.f modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21