LMDZ6 Developers: acozic

Login name:
acozic
Total Commits:
119 (0,6 %)
Lines of Code:
1 172 (0,1 %)
Most Recent Commit:
2023-07-28 09:35
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for acozic

Activity by Day of Week for acozic

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 119 (100.0%) 1172 (100.0%) 9.8
trunk/libf/phylmd/ 40 (33.6%) 430 (36.7%) 10.7
trunk/libf/dyn3dmem/ 12 (10.1%) 291 (24.8%) 24.2
trunk/libf/misc/ 4 (3.4%) 122 (10.4%) 30.5
trunk/DefLists/ 3 (2.5%) 103 (8.8%) 34.3
branches/IPSLCM6.0.15/libf/phylmd/ 16 (13.4%) 73 (6.2%) 4.5
trunk/libf/dyn3d_common/ 7 (5.9%) 41 (3.5%) 5.8
branches/LMDZ-INCA-Dyn/libf/phy_common/ 6 (5.0%) 32 (2.7%) 5.3
branches/LMDZ-INCA-Dyn/libf/phylmd/ 4 (3.4%) 25 (2.1%) 6.2
trunk/libf/phy_common/ 3 (2.5%) 21 (1.8%) 7.0
trunk/libf/dynphy_lonlat/phylmd/ 5 (4.2%) 16 (1.4%) 3.2
branches/LMDZ-tracers/libf/dyn3d_common/ 3 (2.5%) 8 (0.7%) 2.6
branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd/ 2 (1.7%) 4 (0.3%) 2.0
trunk/arch/ 1 (0.8%) 2 (0.2%) 2.0
branches/IPSLCM6.0.15/arch/ 1 (0.8%) 2 (0.2%) 2.0
trunk/libf/phylmdiso/ 1 (0.8%) 1 (0.1%) 1.0
branches/LMDZ-tracers/libf/dyn3dmem/ 1 (0.8%) 1 (0.1%) 1.0
branches/LMDZ-INCA-Dyn/libf/dyn3dmem/ 2 (1.7%) 0 (0.0%) 0.0
branches/LMDZ-INCA-Dyn/libf/dyn3d_common/ 2 (1.7%) 0 (0.0%) 0.0
branches/LMDZ-INCA-Dyn/arch/ 2 (1.7%) 0 (0.0%) 0.0
branches/IPSLCM6.0.15/libf/dyn3dmem/ 2 (1.7%) 0 (0.0%) 0.0
branches/IPSLCM6.0.14/libf/phylmd/ 2 (1.7%) 0 (0.0%) 0.0

Activity of acozic

Most Recent Commits

acozic 2023-07-28 09:35 Rev.: 4645

modify name of parameter to read in case we want to coupled dms between ocean and atmosphere
Like this we will read the same parameter for the same coupling

1 lines of code changed in 1 file:

acozic 2023-07-25 10:09 Rev.: 4642

remove a typo error

1 lines of code changed in 1 file:

acozic 2023-07-25 10:06 Rev.: 4641

add use of wxios, only: using_xios need for the compilation

1 lines of code changed in 1 file:

acozic 2023-07-24 15:50 Rev.: 4640

add a flag for the dms cycle between ocean and atmosphere
remove cpp key CPLOCNINCA activated by option cplocninca
remove compilation option cplocninca


64 lines of code changed in 4 files:

acozic 2023-07-21 09:42 Rev.: 4638

Add a fix to homogenize type_trac between lmdz and dynamico
LMDZ had lost the backward compatibility of type_trac in list form. This commit makes it possible again

19 lines of code changed in 2 files:

acozic 2023-07-13 14:32 Rev.: 4628

same commit than rev [4627] (I forgot phylmdiso in the previous commit)

1 lines of code changed in 1 file:

acozic 2023-07-13 14:31 Rev.: 4627

add a test on aerosol_couple before reading aerosol files in init_aero_fromfile. If we are using inca aerosols, we don't need to read these files

6 lines of code changed in 2 files:

acozic 2023-07-05 11:03 Rev.: 4608

Add of an output file containing mass flow when offline parameter is to "yes"
this file will be on horizontal grid with vertical level klev
When LMDZ is coupled to Inca, we don't call anymore the routine phystoken if offline=y

Anne Cozic

191 lines of code changed in 8 files:

acozic 2023-07-05 10:39 Rev.: 4607

Fixe a bug when we are using xios on dynamics and we are coupling with atm chemistry
We need to add some switching context when we call finalize_inca routine
Anne Cozic

48 lines of code changed in 1 file:

acozic 2023-07-05 10:35 Rev.: 4606

Fixe a bug on declaration of group using XIOS routines
This need to be done before xios_close_context and before Xios inheritance
(Anne Cozic)


97 lines of code changed in 2 files:

acozic 2023-05-31 15:10 Rev.: 4555

update arch-X64_IRENE to run on redhat8

0 lines of code changed in 2 files:

acozic 2022-07-21 10:59 Rev.: 4224

io_lon and io_lat not exist in unstructured grid - modify inca call to take this in account

52 lines of code changed in 1 file:

acozic 2022-06-30 09:21 Rev.: 4191

remove two abort_gcm which is not known when we compile with dynamico and we are not using dyn3dmem / dyn3d_common

4 lines of code changed in 2 files:

acozic 2022-06-29 15:48 Rev.: 4189

correct a compilator bug for inca use

8 lines of code changed in 1 file:

acozic 2022-06-28 16:06 Rev.: 4187

Add a syntax correction in leapfrog_loc for compilation with inca / add a condition on inca in phys_output_write to be use without inca

5 lines of code changed in 2 files:

acozic 2022-04-28 11:21 Rev.: 4139

added (and call) a routine for the calculation of mass flux used in offline mode

205 lines of code changed in 4 files:

acozic 2022-04-26 09:19 Rev.: 4138

fixed two bug for coupling with inca
1- allow the possibility of having tracers names with H2O in it (like H2O2)
2- allow the possibility of having other water tracers in inca

4 lines of code changed in 2 files:

acozic 2022-04-20 13:20 Rev.: 4130

remove two variables not used anymore and not declared

1 lines of code changed in 1 file:

acozic 2022-04-20 10:01 Rev.: 4127

modify lmdz code in order to transfer to inca model all infomations necessary for the coupling with dynamico

53 lines of code changed in 6 files:

acozic 2022-03-22 11:35 Rev.: 4106

Add condition to write some variables in output (without inca, or only with new physics)

80 lines of code changed in 1 file:

(44 more)

Generated by StatSVN 0.7.0