/[lmdze]
ViewVC logotype

Revision 68


Jump to revision: Previous Next
Author: guez
Date: Wed Nov 14 16:59:30 2012 UTC (11 years, 5 months ago)
Changed paths: 39
Log Message:
Split "flincom.f90" into "flinclo.f90", "flinfindcood.f90",
"flininfo.f90" and "flinopen_nozoom.f90", in directory
"IOIPSL/Flincom".

Renamed "etat0_lim" to "ce0l", as in LMDZ.

Split "readsulfate.f" into "readsulfate.f90", "readsulfate_preind.f90"
and "getso4fromfile.f90".

In etat0, renamed variable q3d to q, as in "dynredem1". Replaced calls
to Flicom procedures by calls to NetCDF95.

In leapfrog, added call to writehist.

Extracted ASCII art from "grid_noro" into a file
"grid_noro.txt". Transformed explicit-shape local arrays into
automatic arrays, so that test on values of iim and jjm is no longer
needed. Test on weight:
          IF (weight(ii, jj) /= 0.) THEN
is useless. There is already a test before:
    if (any(weight == 0.)) stop "zero weight in grid_noro"

In "aeropt", replaced duplicated lines with different values of inu by
a loop on inu.

Removed arguments of "conf_phys". Corresponding variables are now
defined in "physiq", in a namelist. In "conf_phys", read a namelist
instead of using getin.


Changed paths

Path Details
Directorytrunk/libf/GNUmakefile modified , text changed
Directorytrunk/libf/IOIPSL/Flincom/ added
Directorytrunk/libf/IOIPSL/Flincom/flinclo.f90 added
Directorytrunk/libf/IOIPSL/Flincom/flinfindcood.f90 added
Directorytrunk/libf/IOIPSL/Flincom/flininfo.f90
(Copied from trunk/libf/IOIPSL/flincom.f90, r66)
added , text changed
Directorytrunk/libf/IOIPSL/Flincom/flinopen_nozoom.f90 added
Directorytrunk/libf/IOIPSL/flincom.f90 deleted
Directorytrunk/libf/IOIPSL/histwrite.f90 modified , text changed
Directorytrunk/libf/depend.mk modified , text changed
Directorytrunk/libf/dyn3d/bernoui.f modified , text changed
Directorytrunk/libf/dyn3d/caldyn.f90 modified , text changed
Directorytrunk/libf/dyn3d/ce0l.f90
(Copied from trunk/libf/dyn3d/etat0_lim.f90, r66)
added , text changed
Directorytrunk/libf/dyn3d/conf_dat2d.f90 modified , text changed
Directorytrunk/libf/dyn3d/etat0.f90 modified , text changed
Directorytrunk/libf/dyn3d/etat0_lim.f90 deleted
Directorytrunk/libf/dyn3d/fluxstokenc.f90 modified , text changed
Directorytrunk/libf/dyn3d/gcm.f90 modified , text changed
Directorytrunk/libf/dyn3d/leapfrog.f90 modified , text changed
Directorytrunk/libf/dyn3d/limit.f90 modified , text changed
Directorytrunk/libf/dyn3d/sortvarc.f90 modified , text changed
Directorytrunk/libf/dyn3d/startdyn.f90 modified , text changed
Directorytrunk/libf/grep.mk modified , text changed
Directorytrunk/libf/nag_rules.mk modified , text changed
Directorytrunk/libf/phylmd/Orography/grid_noro_m.f90 modified , text changed
Directorytrunk/libf/phylmd/Orography/start_init_orog_m.f90 modified , text changed
Directorytrunk/libf/phylmd/aeropt.f deleted
Directorytrunk/libf/phylmd/aeropt.f90
(Copied from trunk/libf/phylmd/aeropt.f, r66)
added , text changed
Directorytrunk/libf/phylmd/albsno.f90
(Copied from trunk/libf/phylmd/albsno_m.f90, r66)
added
Directorytrunk/libf/phylmd/albsno_m.f90 deleted
Directorytrunk/libf/phylmd/clesphys.f90 modified , text changed
Directorytrunk/libf/phylmd/conema3_m.f90 modified , text changed
Directorytrunk/libf/phylmd/conf_phys.f90 modified , text changed
Directorytrunk/libf/phylmd/fisrtilp.f90 modified , text changed
Directorytrunk/libf/phylmd/getso4fromfile.f90 added
Directorytrunk/libf/phylmd/newmicro.f90 modified , text changed
Directorytrunk/libf/phylmd/physiq.f90 modified , text changed
Directorytrunk/libf/phylmd/readsulfate.f deleted
Directorytrunk/libf/phylmd/readsulfate.f90
(Copied from trunk/libf/phylmd/readsulfate.f, r66)
added , text changed
Directorytrunk/libf/phylmd/readsulfate_preind.f90 added

  ViewVC Help
Powered by ViewVC 1.1.21