Directory trunk/libf/grid/dimension/

Total Files:
1
Deleted Files:
0
Lines of Code:
76

[root]/trunk/libf/grid/dimension

Lines of Code

trunk/libf/grid/dimension/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 96 (100.0%) 13.7
lguez 4 (57.1%) 54 (56.3%) 13.5
emillour 2 (28.6%) 41 (42.7%) 20.5
fhourdin 1 (14.3%) 1 (1.0%) 1.0

Most Recent Commits

emillour 2015-03-23 09:27 Rev.: 2239

Reorganizing physics/dynamics interface:
- what is related to dynamics-physics interface is now in a seperate directory: dynlmdz_phy*** for physics in phy***
- 1d model and related dependencies (including a couple from "dynamics", set up as symbolic links) is now in subdirectory "dyn1d" of phy***.
- "bibio" directory is now "misc" and should only contain autonomous utilities.
- "cosp" is now a subdirectory of phylmd.
EM

1 lines of code changed in 1 file:

  • trunk/libf/grid/dimension: makdim (+1 -1)
fhourdin 2015-02-13 01:41 Rev.: 2204

Correction pour le 1D :
Ne marchait plus en 1D depuis le test sur iim multiple de 8.

1 lines of code changed in 1 file:

  • trunk/libf/grid/dimension: makdim (+1 -1)
lguez 2015-02-10 17:21 Rev.: 2202

Added tests in the compilation scripts: iim should be a multiple of 8 and dyn3dpar should not be used.

20 lines of code changed in 1 file:

  • trunk/libf/grid/dimension: makdim (+20 -13)
lguez 2013-11-26 15:10 Rev.: 1907

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

6 lines of code changed in 1 file:

  • trunk/libf/grid/dimension: makdim (+6)
emillour 2012-01-02 15:48 Rev.: 1605

Fixed problematic if/elif sequence in "makdim" script. Also did some cleanup and added some tests and comments.
EM

40 lines of code changed in 1 file:

  • trunk/libf/grid/dimension: makdim (+40 -38)
lguez 2011-12-22 13:26 Rev.: 1604

Removed two "fi" with no corresponding "if" in "makdim".

In procedure "coefkz", when calculating cloud fraction "zfr", "zq" can
be zero at high altitude. Avoid division by zero, set "zfr" to 0 when
"zq" is 0.

In "physiq", allocatable arrays "tabijgcm", "longcm", "latgcm",
"igcm", "jgcm" cannot be arguments of "phys_output_open" if they have
not been allocated. Allocate them with zero size when
'npCFMIP_param.data' cannot be opened.

28 lines of code changed in 2 files:

  • trunk/libf/grid/dimension: makdim (new)
Generated by StatSVN 0.7.0