/[lmdze]
ViewVC logotype

Revision 12


Jump to revision: Previous Next
Author: guez
Date: Mon Jul 21 16:05:07 2008 UTC (15 years, 9 months ago)
Changed paths: 81
Log Message:
-- Minor modification of input/output:

Created procedure "read_logic". Variables of module "logic" are read
by "read_logic" instead of "conf_gcm". Variable "offline" of module
"conf_gcm" is read from namelist instead of "*.def".

Deleted arguments "dtime", "co2_ppm_etat0", "solaire_etat0",
"tabcntr0" and local variables "radpas", "tab_cntrl" of
"phyetat0". "phyetat0" does not read "controle" in "startphy.nc" any
longer. "phyetat0" now reads global attribute "itau_phy" from
"startphy.nc". "phyredem" does not create variable "controle" in
"startphy.nc" any longer. "phyredem" now writes global attribute
"itau_phy" of "startphy.nc". Deleted argument "tabcntr0" of
"printflag". Removed diagnostic messages written by "printflag" for
comparison of the variable "controle" of "startphy.nc" and the
variables read from "*.def" or namelist input.

-- Removing unwanted functionality:

Removed variable "lunout" from module "iniprint", replaced everywhere
by standard output.

Removed case "ocean == 'couple'" in "clmain", "interfsurf_hq" and
"physiq". Removed procedure "interfoce_cpl".

-- Should not change anything at run time:

Automated creation of graphs in documentation. More documentation on
input files.

Converted Fortran files to free format: "phyredem.f90", "printflag.f90".

Split module "clesphy" into "clesphys" and "clesphys2".

Removed variables "conser", "leapf", "forward", "apphys", "apdiss" and
"statcl" from module "logic". Added arguments "conser" to "advect",
"leapf" to "integrd". Added local variables "forward", "leapf",
"apphys", "conser", "apdiss" in "leapfrog".

Added intent attributes.

Deleted arguments "dtime" of "phyredem", "pdtime" of "flxdtdq", "sh"
of "phytrac", "dt" of "yamada".

Deleted local variables "dtime", "co2_ppm_etat0", "solaire_etat0",
"length", "tabcntr0" in "physiq". Replaced all references to "dtime"
by references to "pdtphys".


Changed paths

Path Details
Directorytrunk/Compilers/g95.mk modified , text changed
Directorytrunk/Compilers/nag_tools.mk modified , text changed
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/GNUmakefile added
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/b_s.eps deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/b_s.gp added
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/b_s.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/b_s.tex deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/compare_sampl_19.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/compare_sampl_30.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/compare_sampl_41.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/compare_sampl_9.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/disvert.eps deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/disvert.gp modified , text changed
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/disvert.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/disvert.tex deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/f_x.eps deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/f_x.gp added
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/f_x.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/f_x.tex deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato1.eps deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato1.gp added
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato1.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato1.tex deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato2.eps deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato2.gp added
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato2.pdf deleted
Directorytrunk/Manuel_LMDZE.texfol/Graphiques/strato2.tex deleted
Directorytrunk/Manuel_LMDZE.texfol/Manuel-LMDZE.tex modified , text changed
Directorytrunk/Scripts/check_regr.jnl deleted
Directorytrunk/Scripts/comp_o3.jnl added
Directorytrunk/Scripts/etat0_lim.sh modified , text changed
Directorytrunk/Scripts/gcm.sh modified , text changed
Directorytrunk/libf/GNUmakefile modified , text changed
Directorytrunk/libf/bibio/regr_pr.f90 modified , text changed
Directorytrunk/libf/depend.mk modified , text changed
Directorytrunk/libf/dyn3d/abort_gcm.f90 modified , text changed
Directorytrunk/libf/dyn3d/advect.f modified , text changed
Directorytrunk/libf/dyn3d/advn.f modified , text changed
Directorytrunk/libf/dyn3d/bilan_dyn.f modified , text changed
Directorytrunk/libf/dyn3d/caldyn.f modified , text changed
Directorytrunk/libf/dyn3d/calfis.f90 modified , text changed
Directorytrunk/libf/dyn3d/conf_gcm.f90 modified , text changed
Directorytrunk/libf/dyn3d/etat0.f90 modified , text changed
Directorytrunk/libf/dyn3d/iniprint.f90 modified , text changed
Directorytrunk/libf/dyn3d/integrd.f modified , text changed
Directorytrunk/libf/dyn3d/leapfrog.f90 modified , text changed
Directorytrunk/libf/dyn3d/logic.f90 modified , text changed
Directorytrunk/libf/make.sh modified , text changed
Directorytrunk/libf/phylmd/Mobidic/regr_pr_coefoz.f90 modified , text changed
Directorytrunk/libf/phylmd/calltherm.f modified , text changed
Directorytrunk/libf/phylmd/clesphys.f90 modified , text changed
Directorytrunk/libf/phylmd/clesphys2.f90 added
Directorytrunk/libf/phylmd/clmain.f modified , text changed
Directorytrunk/libf/phylmd/clqh.f modified , text changed
Directorytrunk/libf/phylmd/clvent.f modified , text changed
Directorytrunk/libf/phylmd/coefkz.f modified , text changed
Directorytrunk/libf/phylmd/concvl.f modified , text changed
Directorytrunk/libf/phylmd/condsurf.f modified , text changed
Directorytrunk/libf/phylmd/conema3.f modified , text changed
Directorytrunk/libf/phylmd/conf_phys.f90 modified , text changed
Directorytrunk/libf/phylmd/conflx.f modified , text changed
Directorytrunk/libf/phylmd/convect3.f modified , text changed
Directorytrunk/libf/phylmd/cv3_routines.f modified , text changed
Directorytrunk/libf/phylmd/cv_driver.f modified , text changed
Directorytrunk/libf/phylmd/cv_routines.f modified , text changed
Directorytrunk/libf/phylmd/fisrtilp.f modified , text changed
Directorytrunk/libf/phylmd/initphysto.f modified , text changed
Directorytrunk/libf/phylmd/interface_surf.f90 modified , text changed
Directorytrunk/libf/phylmd/orografi.f modified , text changed
Directorytrunk/libf/phylmd/phyetat0.f90 modified , text changed
Directorytrunk/libf/phylmd/phyredem.f deleted
Directorytrunk/libf/phylmd/phyredem.f90
(Copied from trunk/libf/phylmd/phyredem.f, r11)
added , text changed
Directorytrunk/libf/phylmd/physiq.f90 modified , text changed
Directorytrunk/libf/phylmd/phystokenc.f modified , text changed
Directorytrunk/libf/phylmd/phytrac.f90 modified , text changed
Directorytrunk/libf/phylmd/plevel.f modified , text changed
Directorytrunk/libf/phylmd/printflag.f deleted
Directorytrunk/libf/phylmd/printflag.f90
(Copied from trunk/libf/phylmd/printflag.f, r11)
added , text changed
Directorytrunk/libf/phylmd/vdif_kcay.f modified , text changed
Directorytrunk/libf/phylmd/yamada.f modified , text changed
Directorytrunk/libf/phylmd/yamada4.f modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21