LMDZ6 Developers: acozic

Login name:
acozic
Total Commits:
94 (0,8 %)
Lines of Code:
743 (0,1 %)
Most Recent Commit:
2022-07-21 11:59
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 94 (100.0%) 743 (100.0%) 7.9
trunk/libf/phylmd/ 28 (29.8%) 293 (39.4%) 10.4
trunk/libf/dyn3dmem/ 8 (8.5%) 228 (30.7%) 28.5
branches/IPSLCM6.0.15/libf/phylmd/ 16 (17.0%) 73 (9.8%) 4.5
trunk/libf/dyn3d_common/ 6 (6.4%) 32 (4.3%) 5.3
branches/LMDZ-INCA-Dyn/libf/phy_common/ 6 (6.4%) 32 (4.3%) 5.3
branches/LMDZ-INCA-Dyn/libf/phylmd/ 4 (4.3%) 25 (3.4%) 6.2
trunk/libf/phy_common/ 3 (3.2%) 21 (2.8%) 7.0
trunk/libf/dynphy_lonlat/phylmd/ 5 (5.3%) 16 (2.2%) 3.2
branches/LMDZ-tracers/libf/dyn3d_common/ 3 (3.2%) 8 (1.1%) 2.6
trunk/libf/misc/ 2 (2.1%) 6 (0.8%) 3.0
branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd/ 2 (2.1%) 4 (0.5%) 2.0
trunk/arch/ 1 (1.1%) 2 (0.3%) 2.0
branches/IPSLCM6.0.15/arch/ 1 (1.1%) 2 (0.3%) 2.0
branches/LMDZ-tracers/libf/dyn3dmem/ 1 (1.1%) 1 (0.1%) 1.0
branches/LMDZ-INCA-Dyn/libf/dyn3dmem/ 2 (2.1%) 0 (0.0%) 0.0
branches/LMDZ-INCA-Dyn/libf/dyn3d_common/ 2 (2.1%) 0 (0.0%) 0.0
branches/IPSLCM6.0.15/libf/dyn3dmem/ 2 (2.1%) 0 (0.0%) 0.0
branches/IPSLCM6.0.14/libf/phylmd/ 2 (2.1%) 0 (0.0%) 0.0

Activity of acozic

Most Recent Commits

acozic 2022-07-21 11: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:

  • trunk/libf/phylmd: physiq_mod.F90 (+52 -27)
acozic 2022-06-30 10: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:

  • trunk/libf/misc: readTracFiles_mod.f90 (+3 -1)
  • trunk/libf/phylmd: infotrac_phy.F90 (+1 -1)
acozic 2022-06-29 16:48 Rev.: 4189

correct a compilator bug for inca use

8 lines of code changed in 1 file:

  • trunk/libf/dyn3d_common: infotrac.F90 (+8 -2)
acozic 2022-06-28 17: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:

  • trunk/libf/dyn3dmem: leapfrog_loc.F (+4 -4)
  • trunk/libf/phylmd: phys_output_write_mod.F90 (+1 -1)
acozic 2022-04-28 12: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:

  • trunk/libf/dyn3dmem: caladvtrac_mod.F90 (+18 -1), fluxstokenc_p.F (new 175), gcm.F90 (+7 -8), leapfrog_loc.F (+5)
acozic 2022-04-26 10: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:

  • trunk/libf/misc: readTracFiles_mod.f90 (+3)
  • trunk/libf/phylmd: infotrac_phy.F90 (+1 -1)
acozic 2022-04-20 14:20 Rev.: 4130

remove two variables not used anymore and not declared

1 lines of code changed in 1 file:

  • trunk/libf/dyn3d_common: infotrac.F90 (+1 -1)
acozic 2022-04-20 11: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:

  • trunk/libf/dyn3d_common: infotrac.F90 (+2 -2)
  • trunk/libf/dynphy_lonlat/phylmd: iniphysiq_mod.F90 (+4 -13)
  • trunk/libf/phy_common: mod_phys_lmdz_mpi_data.F90 (+11 -1), mod_phys_lmdz_para.F90 (+5 -2), physics_distribution_mod.F90 (+5 -1)
  • trunk/libf/phylmd: physiq_mod.F90 (+26 -8)
acozic 2022-03-22 12: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:

  • trunk/libf/phylmd: phys_output_write_mod.F90 (+80 -58)
acozic 2022-02-04 17:17 Rev.: 4078

add missing cpp key

2 lines of code changed in 1 file:

  • trunk/libf/dyn3d_common: infotrac.F90 (+2)
acozic 2022-02-04 16:23 Rev.: 4077

modification to run with INCA :
1- modify deallocate for an array use after
2- change definition for allocate component for each tracer
3- modify definition of isInPhysics (H2O in INCA need to be in Physic)
4- modify test to check calcul of nqttotr

11 lines of code changed in 1 file:

  • trunk/libf/dyn3d_common: infotrac.F90 (+11 -5)
acozic 2022-02-02 12:24 Rev.: 4073

Made some correction to allow compilation with inca (Anne)

8 lines of code changed in 1 file:

  • trunk/libf/dyn3d_common: infotrac.F90 (+8 -8)
acozic 2021-07-26 11:24 Rev.: 3967

get_var2 can now work with 3d variables which don't have a fourth time axis dimension in start.nc

Solve first part of ticket [#133]

19 lines of code changed in 1 file:

  • trunk/libf/dyn3dmem: dynetat0_loc.F90 (+19 -6)
acozic 2021-07-21 16:05 Rev.: 3965

update in LMDZ-INCA-Dyn branche function get_var2 in dyn3dmem/dynetat0_loc.F90 to allow 3d variables in start.nc to have OR not a fourth dimension with the time axis. For this copy what it was done for get_var1 function.
Commit not done on the trunk - waiting for information to know how do it in dyn3d/ directory

0 lines of code changed in 2 files:

  • branches/LMDZ-INCA-Dyn/libf/dyn3dmem: dynetat0_loc.F90 (changed)
acozic 2021-07-20 14:01 Rev.: 3963

fixe a bug on inca tracers index. We need to substrac nqo between inca array and lmdz array

1 lines of code changed in 1 file:

  • branches/LMDZ-tracers/libf/dyn3d_common: infotrac.F90 (+1 -1)
acozic 2021-07-13 12:42 Rev.: 3961

hadv and vadv weren't allocated in inca case
Add modname to help in debug (error message)

7 lines of code changed in 1 file:

  • branches/LMDZ-tracers/libf/dyn3d_common: infotrac.F90 (+7 -2)
acozic 2021-07-13 12:41 Rev.: 3960

remove !$OMP directives to allow parallelisation in openmp
infotrac is call outside of a parallel omp zone, all variables in SAVE are shared by all process when we enter in OMP zone. If we put these variables in THREADPRIVATE we need to call bcast to share them.

0 lines of code changed in 1 file:

  • branches/LMDZ-tracers/libf/dyn3d_common: infotrac.F90 (-5)
acozic 2021-07-13 12:17 Rev.: 3959

need to add definition of type_trac to compile in inca case

1 lines of code changed in 1 file:

  • branches/LMDZ-tracers/libf/dyn3dmem: leapfrog_loc.F (+1 -1)
acozic 2021-05-04 17:08 Rev.: 3887

merge with rev [3877] on trunk

2 lines of code changed in 1 file:

  • branches/LMDZ-INCA-Dyn/libf/phylmd: physiq_mod.F90 (+2 -2)
acozic 2021-04-21 09:09 Rev.: 3877

cancel rev [3777] : create_etat0_limit in dynamico case was not run any more. The call to create_etat0_limit_unstruct need to be done after the xios_calendar_update.
With this new commit results are not modified for create_etat0_limit in lon,lat grid (check limit.nc, start.nc, starphy.nc), and for lmdzor simulation (check restart.nc, histmth.nc after 1 month)
(Anne C.)

2 lines of code changed in 1 file:

  • trunk/libf/phylmd: physiq_mod.F90 (+2 -2)

(33 more)

Generated by StatSVN 0.7.0