Directory branches/LMDZ_ECRad/

Total Files:
3
Deleted Files:
0
Lines of Code:
1774

Browse with ViewVC

[root]/branches/LMDZ_ECRad
            directory in repo DefLists (24 files, 10389 lines)
            directory in repo arch (41 files, 705 lines)
            directory in repo libf (0 files, 0 lines)
                directory in repo dyn3d (14 files, 7280 lines)
                directory in repo dyn3d_common (39 files, 4961 lines)
                directory in repo dyn3dmem (50 files, 17725 lines)
                directory in repo dynphy_lonlat (4 files, 2191 lines)
                    directory in repo phylmd (6 files, 2103 lines)
                directory in repo filtrez (4 files, 970 lines)
                directory in repo grid (0 files, 0 lines)
                    directory in repo dimension (1 files, 76 lines)
                directory in repo misc (6 files, 5666 lines)
                    Folder removed from repo NetCDF95 (0 files, 0 lines)
                directory in repo phy_common (5 files, 2453 lines)
                directory in repo phydev (3 files, 614 lines)
                directory in repo phylmd (158 files, 100608 lines)
                    directory in repo Dust (35 files, 10960 lines)
                    directory in repo Ocean_skin (2 files, 152 lines)
                    directory in repo StratAer (14 files, 3035 lines)
                    directory in repo cosp (5 files, 3251 lines)
                    directory in repo cosp2 (4 files, 3018 lines)
                    directory in repo cospv2 (4 files, 3844 lines)
                    directory in repo dyn1d (15 files, 14954 lines)
                    directory in repo ecrad (63 files, 1605 lines)
                        directory in repo .git (5 files, 20 lines)
                            directory in repo hooks (12 files, 648 lines)
                            directory in repo info (1 files, 6 lines)
                            directory in repo logs (1 files, 1 lines)
                                directory in repo refs (0 files, 0 lines)
                                    directory in repo heads (1 files, 1 lines)
                                    directory in repo remotes (0 files, 0 lines)
                                        directory in repo origin (1 files, 1 lines)
                            directory in repo objects (0 files, 0 lines)
                                directory in repo pack (2 files, 0 lines)
                            directory in repo refs (0 files, 0 lines)
                                directory in repo heads (1 files, 1 lines)
                                directory in repo remotes (0 files, 0 lines)
                                    directory in repo origin (1 files, 1 lines)
                        directory in repo bin (6 files, 495 lines)
                        directory in repo data (42 files, 0 lines)
                        directory in repo drhook (2 files, 52 lines)
                        directory in repo driver (12 files, 3362 lines)
                        directory in repo ifs (15 files, 3822 lines)
                        directory in repo ifsaux (10 files, 374 lines)
                        directory in repo ifsrrtm (172 files, 28953 lines)
                        directory in repo include (110 files, 1737 lines)
                        directory in repo practical (15 files, 1126 lines)
                            directory in repo ecradplot (4 files, 2288 lines)
                        directory in repo radiation (59 files, 27654 lines)
                        directory in repo test (0 files, 0 lines)
                            directory in repo ckdmip (15 files, 1090 lines)
                            directory in repo common (2 files, 212 lines)
                            directory in repo i3rc (11 files, 688 lines)
                            directory in repo ifs (13 files, 1125 lines)
                        directory in repo utilities (5 files, 3502 lines)
                    directory in repo rrtm (5 files, 2546 lines)
                directory in repo phylmdiso (83 files, 97573 lines)
            directory in repo tools (2 files, 132 lines)

Lines of Code

branches/LMDZ_ECRad/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 165 (100.0%) 8.6
lguez 16 (84.2%) 91 (55.2%) 5.6
idelkadi 3 (15.8%) 74 (44.8%) 24.6

Most Recent Commits

idelkadi 2023-10-19 21:10 Rev.: 4728

Update of ecrad in the LMDZ_ECRad branch of LMDZ:
- version 1.6.1 of ecrad
- files are no longer grouped in the same ecrad directory.
- the structure of ecrad offline is preserved to facilitate updating in LMDZ
- cfg.bld modified to take into account the new added subdirectories.
- the interface routines and those added in ecrad are moved to the phylmd directory


6 lines of code changed in 1 file:

  • branches/LMDZ_ECRad: bld.cfg (+6)
idelkadi 2023-10-19 15:02 Rev.: 4727

Merged trunk changes -r4488:4726 LMDZ_ECRad branch

68 lines of code changed in 2 files:

lguez 2023-03-30 10:49 Rev.: 4486

Correct definition of INCLUDE and LIB for NetCDF95

Following commit r4426.

2 lines of code changed in 1 file:

lguez 2023-03-29 14:14 Rev.: 4482

Sync latest trunk changes to branch LMDZ_ECRad

76 lines of code changed in 3 files:

lguez 2022-07-19 12:33 Rev.: 4203

Sync latest trunk changes to branch LMDZ_ECRad.

5 lines of code changed in 2 files:

lguez 2022-07-15 16:13 Rev.: 4201

Add NetCDF95 flags

6 lines of code changed in 2 files:

lguez 2022-06-18 00:32 Rev.: 4179

Use an external updated NetCDF95 library

Remove NetCDF95 from source files. We want to use an up-to-date
NetCDF95 library to read a NetCDF file containing groups, for aerosol
optical properties. It seems complicated to keep the NetCDF95 library
inside LMDZ because:

- NetCDF95 now also needs a C compiler. I do not know how to make this
work with FCM.

- NetCDF95 cannot be compiled with the `-r8` option: some specific
procedures in a generic interface become identical.

- Secondarily, we would have to change the names of files to adhere to the LMDZ
standard. We are not glad to do that every time we update.

For now, we can compile using the options `-include` and `-link` of
`makelmdz_fcm`.

As we use an updated NetCDF95 library, we have to update some of the
calls in LMDZ. Those are the calls to `nf95_inquire_variable` and
`nf95_gw_var` which used to take a pointer argument and now take an
allocatable argument.

2 lines of code changed in 2 files:

lguez 2022-06-17 22:33 Rev.: 4178

Remove useless lines

This is useless since revision [4103]. `err=$?` just checks the
assignment `build_status=$?` succeeded, so err is always 0.

0 lines of code changed in 2 files:

lguez 2022-06-17 19:07 Rev.: 4177

Move NetCDF95 files to subdirectory misc/NetCDF95

0 lines of code changed in 4 files:

Generated by StatSVN 0.7.0