StatSVN - Directory trunk/
Directory trunk/
- Total Files:
- 5
- Deleted Files:
- 0
- Lines of Code:
- 3045
[root]/trunk
DefLists
(61 files, 16510 lines)
arch
(26 files, 378 lines)
libf
(0 files, 0 lines)
dyn3d
(5 files, 3514 lines)
dyn3d_common
(2 files, 960 lines)
dyn3dmem
(8 files, 3164 lines)
dyn3dpar
(1 files, 2011 lines)
dynphy_lonlat
(1 files, 234 lines)
phydev
(1 files, 84 lines)
phylmd
(4 files, 2093 lines)
misc
(4 files, 1377 lines)
phy_common
(11 files, 5585 lines)
phydev
(1 files, 28 lines)
phylmd
(129 files, 73390 lines)
Dust
(1 files, 1664 lines)
StratAer
(4 files, 756 lines)
cosp
(23 files, 11546 lines)
cosp2
(35 files, 17329 lines)
dyn1d
(4 files, 6889 lines)
rrtm
(10 files, 5436 lines)
tools
(0 files, 0 lines)
fcm
(0 files, 0 lines)
lib
(0 files, 0 lines)
Fcm
(1 files, 862 lines)
Lines of Code
Developers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 93 (100.0%) | 4.4 |
idelkadi | 4 (19.0%) | 51 (54.8%) | 12.7 |
emillour | 12 (57.1%) | 23 (24.7%) | 1.9 |
fairhead | 2 (9.5%) | 11 (11.8%) | 5.5 |
fhourdin | 3 (14.3%) | 8 (8.6%) | 2.6 |
Most Recent Commits
- emillour 2019-01-24 11:45 Rev.: 3441
-
Undo (unwanted) change made in r3437 . Default shell should be bash.
EM
0 lines of code changed in 1 file:
- trunk: bld.cfg (-1)
- fhourdin 2019-01-23 08:42 Rev.: 3437
-
Compiler sans XIOS
Fredho
1 lines of code changed in 1 file:
- trunk: bld.cfg (+1)
- fairhead 2019-01-22 17:21 Rev.: 3435
-
"Historic" :-) commit merging the physics branch used for DYNAMICO with the LMDZ trunk.
The same physics branch can now be used seamlessly with the traditional lon-lat LMDZ
dynamical core and DYNAMICO.
Testing consisted in running a lon-lat LMDZ bucket simulation with the NPv6.1 physics package
with the original trunk sources and the merged sources. Tests were succesful in the sense that
numeric continuity was preserved in the restart files from both simulation. Further tests
included running both versions of the physics codes for one year in a LMDZOR setting in which
the restart files also came out identical.
Caution:
- as the physics package now manages unstructured grids, grid information needs to be transmitted
to the surface scheme ORCHIDEE. This means that the interface defined in surf_land_orchidee_mod.F90
is only compatible with ORCHIDEE version orchidee2.1 and later versions. If previous versions of
ORCHIDEE need to be used, the CPP key ORCHIDEE_NOUNSTRUCT needs to be set at compilation time.
This is done automatically if makelmdz/makelmdz_fcm are called with the veget orchidee2.0 switch
- due to a limitation in XIOS, the time at which limit conditions will be read in by DYNAMICO will be
delayed by one physic timestep with respect to the time it is read in by the lon-lat model. This is caused
by the line
IF (MOD(itime-1, lmt_pas) == 0 .OR. (jour_lu /= jour .AND. grid_type /= unstructured)) THEN ! time to read
in limit_read_mod.F90
Work still needed on COSP integration and XML files for DYNAMICO
EM, YM, LF
11 lines of code changed in 2 files:
- trunk: makelmdz (+5 -1), makelmdz_fcm (+6 -2)
- idelkadi 2018-07-04 16:48 Rev.: 3359
-
Implementation de la version COSPv2 dans LMDZ.
36 lines of code changed in 3 files:
- trunk: makegcm (new), makelmdz (+15)
- idelkadi 2018-07-04 16:35 Rev.: 3358
-
Implementation de la nouvelle version COSPv2 dans LMDZ.
Pour compiler avec makelmdz_fcma utiliser l'option "-cosp2 true"
15 lines of code changed in 1 file:
- trunk: makelmdz_fcm (+15)
- fhourdin 2018-02-27 11:18 Rev.: 3232
-
Modifications pour compiler avec makelmdz et cosp
7 lines of code changed in 2 files:
- trunk: create_make_gcm (+1 -4), makelmdz (+6 -6)
- emillour 2017-11-16 12:05 Rev.: 3075
-
On some systems (e.g. Ubuntu), when linking with XIOS the ordering of stdc++ and XIOS libs matters.
EM
4 lines of code changed in 3 files:
- trunk: makelmdz (+2 -2), makelmdz_fcm (+2 -2)
- emillour 2017-10-30 16:55 Rev.: 3051
-
Another fix on recent changes in makelmdz (adding ar options in arch files).
EM
3 lines of code changed in 1 file:
- trunk: makelmdz (+3 -3)
- emillour 2017-10-26 16:52 Rev.: 3047
-
Fix previous commit on makelmdz.
EM
0 lines of code changed in 1 file:
- trunk: makelmdz (-3)
- emillour 2017-10-26 15:45 Rev.: 3045
-
Adapt makelmdz* and related scripts to read "ar" options from arch files.
EM
16 lines of code changed in 6 files:
- trunk: bld.cfg (new), create_make_gcm (new), makelmdz (+10 -1)