LMDZ6 Developers: jghattas

Login name:
jghattas
Total Commits:
145 (1,2 %)
Lines of Code:
2 861 (0,2 %)
Most Recent Commit:
2022-09-27 10:39
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jghattas

Activity by Day of Week for jghattas

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 145 (100.0%) 2861 (100.0%) 19.7
trunk/libf/phylmd/ 16 (11.0%) 1039 (36.3%) 64.9
trunk/libf/phylmdiso/ 4 (2.8%) 925 (32.3%) 231.2
branches/IPSLCM6.0.15/libf/phylmd/ 16 (11.0%) 676 (23.6%) 42.2
trunk/libf/dynphy_lonlat/phylmd/ 2 (1.4%) 71 (2.5%) 35.5
trunk/arch/ 9 (6.2%) 38 (1.3%) 4.2
branches/IPSLCM6.0.15/libf/phylmd/rrtm/ 12 (8.3%) 36 (1.3%) 3.0
branches/IPSLCM6.0.15/arch/ 3 (2.1%) 30 (1.0%) 10.0
branches/DYNAMICO-conv-GC/arch/ 2 (1.4%) 28 (1.0%) 14.0
trunk/ 2 (1.4%) 14 (0.5%) 7.0
branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd/ 2 (1.4%) 3 (0.1%) 1.5
branches/IPSLCM6.0.13/DefLists/ 1 (0.7%) 1 (0.0%) 1.0
branches/IPSLCM6.0.14/libf/phylmd/ 2 (1.4%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/libf/phylmd/rrtm/ 2 (1.4%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/libf/phylmd/ 28 (19.3%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/libf/misc/ 2 (1.4%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/libf/dyn3dmem/ 8 (5.5%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/DefLists/ 30 (20.7%) 0 (0.0%) 0.0
branches/DYNAMICO-conv-GC/ 4 (2.8%) 0 (0.0%) 0.0

Activity of jghattas

Most Recent Commits

jghattas 2022-09-27 10:39 Rev.: 4285

Reported modifications done in rev [4283] into phydlmdiso which now compiles again.

925 lines of code changed in 4 files:

  • trunk/libf/phylmdiso: pbl_surface_mod.F90 (+61 -58), surf_land_mod.F90 (+7 -5), surf_land_orchidee_nolic_mod.F90 (new 846), surf_landice_mod.F90 (+11 -3)
jghattas 2022-09-26 14:42 Rev.: 4283

Added landice_opt=2 : Treat continental land ice fractions in ORCHIDEE => pctsrf(:,is_lic) = 0.0 in LMDZ.

For this option, some more variables are needed from ORCHIDEE. Therfor change in the interface LMDZ-ORCHIDEE in surf_land_orchidee_mod is done. Previous interface is moved to surf_land_orchidee_nolic_mod.f90. To compile with previous interface, cpp key ORCHIDEE_NOLIC is added. Previous interface is compiled with argument orchidee2.1 in makelmdz and makelmdz_fcm.

At the same time, when the interface was changed, the variable yrmu0(coszang) was added in the call to intersurf_initialize_gathered. This is needed in ORCHIDEE to better initialize the model.

Modifications done by Etienne Vignon and Josefine Ghattas

1055 lines of code changed in 11 files:

  • trunk: makelmdz (+7 -3), makelmdz_fcm (+7 -3)
  • trunk/libf/dynphy_lonlat/phylmd: init_ssrf_m.F90 (new)
  • trunk/libf/phylmd: cpl_mod.F90 (+14 -5), create_etat0_unstruct.F90 (+32 -21), pbl_surface_mod.F90 (+42 -37), surf_land_mod.F90 (+9 -7), surf_land_orchidee_mod.F90 (+16 -7), surf_land_orchidee_nolic_mod.F90 (new 846), surf_landice_mod.F90 (+11 -3)
jghattas 2022-03-16 16:01 Rev.: 4102

Added compilation flag -fimf-arch-consistency=true to have reporducible results at obelix. See ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/824

1 lines of code changed in 1 file:

  • trunk/arch: arch-ifort_LSCE.fcm (+1 -1)
jghattas 2020-03-20 12:24 Rev.: 3651

Correction pour tourner experience avec type_trac=co2i sur Jean-Zay : allocation necessaire sur tout les procs, sinon scatter se plain.

6 lines of code changed in 1 file:

  • trunk/libf/phylmd: tracco2i_mod.F90 (+6 -6)
jghattas 2020-03-17 13:41 Rev.: 3649

Correction necessaire pour experience IPSLESM/CO2 pour eviter plantage aleatoire en mode debug : carbon_cpl_init doit etre appele avant premier appel a phys_output_write pour que tout les variables (fco2_land, etc..) soient allouees.

28 lines of code changed in 3 files:

  • trunk/libf/phylmd: carbon_cycle_mod.F90 (+2 -5), phytrac_mod.F90 (+15 -1), tracco2i_mod.F90 (+11 -6)
jghattas 2020-03-16 17:36 Rev.: 3648

Correction d'erreur introduit en commit [3641] pour faire tourner en mode debug.

5 lines of code changed in 1 file:

  • trunk/libf/phylmd: wake.F90 (+5 -3)
jghattas 2020-02-21 16:24 Rev.: 3640

Ajoute un deuxiement emplacement ou le librarie IOIPSL sera recherche. Cela est deja fait dans les arch pour IRENE et JEAN-ZAY. C'est necessaire quand on compile IOIPSL avec le script makeioipsl_fcm comme fait dans les configurations v6.2 et v6.3.

4 lines of code changed in 3 files:

  • trunk/arch: arch-ifort_CICLAD.path (+2 -2), arch-ifort_LSCE.path (new)
jghattas 2019-11-29 10:25 Rev.: 3609

Put back changes done in commit [3604] which were removed temporary in commit [3607].

69 lines of code changed in 5 files:

  • branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd: etat0phys_netcdf.F90 (+2 -1)
  • branches/IPSLCM6.0.15/libf/phylmd: conf_phys_m.F90 (+20 -1), physiq_mod.F90 (+8 -5), radlwsw_m.F90 (+13 -1)
  • branches/IPSLCM6.0.15/libf/phylmd/rrtm: recmwf_aero.F90 (+26)
jghattas 2019-11-29 10:12 Rev.: 3608

Changed back to have same compile options in debug mode as before rev [3602]. Compile option in debug mode from rev 3602 can not run with this branch, with these options the model crashes on line 87 in pression_loc.f at jean-zay.

1 lines of code changed in 1 file:

  • branches/IPSLCM6.0.15/arch: arch-X64_JEANZAY.fcm (+1 -1)
jghattas 2019-11-29 10:08 Rev.: 3607

Revert commit [3604]. This is only done temporary because we need to make a correction for Jean-Zay and to have a revision without these changes to go into IPSLCM6.1.10.

8 lines of code changed in 5 files:

  • branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd: etat0phys_netcdf.F90 (+1 -2)
  • branches/IPSLCM6.0.15/libf/phylmd: conf_phys_m.F90 (+1 -20), physiq_mod.F90 (+5 -8), radlwsw_m.F90 (+1 -13)
  • branches/IPSLCM6.0.15/libf/phylmd/rrtm: recmwf_aero.F90 (-26)
jghattas 2019-11-04 17:57 Rev.: 3598

Correction sur le commit [3596]. Desole.


1 lines of code changed in 1 file:

  • trunk/libf/phylmd: regr_pr_time_av_m.F90 (+1 -1)
jghattas 2019-11-04 15:25 Rev.: 3596

Variable v1 est utilisé que par le master mais il est passe en argument dans le CALL scatter2D. Intel 2019 en mode debug fait planter si le variable n'est pas alloué. Cette correction est necessaire sur Jean-Zay en mode debug, avec option read_climoz=1.

2 lines of code changed in 1 file:

  • trunk/libf/phylmd: regr_pr_time_av_m.F90 (+2)
jghattas 2019-09-13 17:11 Rev.: 3564

Add missing initalization as done in the trunk
http://web.lmd.jussieu.fr/trac/changeset/3435/LMDZ6/trunk/libf/phylmd/cva_driver.F90

0 lines of code changed in 2 files:

  • branches/IPSLCM6.0.15/libf/phylmd: cva_driver.F90 (changed)
jghattas 2019-05-09 11:46 Rev.: 3494

Bug correction: ENDIF was bad placed. Changed some indentation and add comments.
Thanks to Christian Ethe.

24 lines of code changed in 1 file:

  • trunk/libf/phylmd: cpl_mod.F90 (+24 -20)
jghattas 2019-02-08 17:29 Rev.: 3464

Added option that IOIPSL library could be found in IOIPSL/lib and IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.

4 lines of code changed in 3 files:

  • trunk/arch: arch-X64_ADA.path (new), arch-X64_IRENE.path (+2 -2)
jghattas 2018-10-23 11:22 Rev.: 3407

Modified xml files to correspond to those used for the simulations with DYNAMICO done during the Grand Challenge. Note that only histmth, histday and histhf have been activated.

0 lines of code changed in 30 files:

  • branches/DYNAMICO-conv-GC/DefLists: context_lmdz.xml (changed), field_def_lmdz.xml (changed), file_def_histLES_lmdz.xml (changed), file_def_histdayCOSP_lmdz.xml (changed), file_def_histdayNMC_lmdz.xml (changed), file_def_histday_lmdz.xml (new), file_def_histhfCOSP_lmdz.xml (new), file_def_histhfNMC_lmdz.xml (new), file_def_histhf_lmdz.xml (new), file_def_histins_lmdz.xml (new), file_def_histmthCOSP_lmdz.xml (new), file_def_histmthNMC_lmdz.xml (changed), file_def_histmth_lmdz.xml (new), file_def_histstn_lmdz.xml (new), file_def_histstrataer_lmdz.xml (new)
jghattas 2018-10-23 11:16 Rev.: 3406

Added all modifications in the model code that were used for the simulations with DYANMICO during the Grand Challeng 2018. Modifications done by Y. Meurdesoif, L. Fairhead and A.K. Traore

28 lines of code changed in 46 files:

  • branches/DYNAMICO-conv-GC: build_gcm (new), makelmdz_fcm (new)
  • branches/DYNAMICO-conv-GC/arch: arch-X64_IRENE.fcm (new 16), arch-X64_IRENE.path (new 12)
  • branches/DYNAMICO-conv-GC/libf/dyn3dmem: caladvtrac_mod.F90 (new), call_calfis_mod.F90 (new), call_dissip_mod.F90 (changed), integrd_mod.F90 (changed)
  • branches/DYNAMICO-conv-GC/libf/misc: wxios.F90 (changed)
  • branches/DYNAMICO-conv-GC/libf/phylmd: coef_diff_turb_mod.F90 (changed), cv3_routines.F90 (new), cva_driver.F90 (changed), limit_read_mod.F90 (changed), pbl_surface_mod.F90 (changed), phys_cal_mod.F90 (changed), phys_local_var_mod.F90 (new), phys_output_write_mod.F90 (new), phys_state_var_mod.F90 (new), physiq_mod.F90 (new), radlwsw_m.F90 (new), regr_horiz_time_climoz_m.F90 (changed), regr_pr_time_av_m.F90 (changed), slab_heat_transp_mod.F90 (changed)
  • branches/DYNAMICO-conv-GC/libf/phylmd/rrtm: suinit.F90 (new)
jghattas 2018-05-29 15:55 Rev.: 3337

As done on the trunk rev [3333] by O.Boucher:

Add a missing flag_aerosol == 7 in reaerosol_optic_rrtm
Beware flag_aerosol = 7 requires aerosols.1980.nc to point to aerosols.nat.nc


8 lines of code changed in 5 files:

  • branches/IPSLCM6.0.15/libf/phylmd: conf_phys_m.F90 (+1)
  • branches/IPSLCM6.0.15/libf/phylmd/rrtm: readaerosol_optic_rrtm.F90 (new), recmwf_aero.F90 (+1 -1)
jghattas 2018-04-16 18:30 Rev.: 3318

Integration des developpements fait sur la trunk par O. Boucher concernant le MACspV2 aerosol plume climatology(nouveau option flag_aersol=7). Les commits suivants fait sur le trunk sont ici merge : [3274], [3279], [3287], [3288], [3290], [3295], [3296], [3297].
Tout les modifications dans newmicro.f90 ne sont pas retenu mais les changemnets lie au flag_aerosol=7 sont prise.

630 lines of code changed in 13 files:

  • branches/IPSLCM6.0.15/libf/phylmd: conf_phys_m.F90 (new), macv2sp.F90 (new 174), mo_simple_plumes.F90 (new 413), newmicro.F90 (+18 -6), phys_local_var_mod.F90 (+4), physiq_mod.F90 (+7 -1)
  • branches/IPSLCM6.0.15/libf/phylmd/rrtm: aeropt_5wv_rrtm.F90 (+1 -1), aeropt_6bands_rrtm.F90 (new), aeropt_lw_rrtm.F90 (new)
jghattas 2018-04-04 09:53 Rev.: 3305

As done on the trunk, added first version of arch files for IRENE/TGCC.
Done by A-K Traore.

29 lines of code changed in 2 files:

  • branches/IPSLCM6.0.15/arch: arch-X64_IRENE.fcm (new 17), arch-X64_IRENE.path (new 12)

(4 more)

Generated by StatSVN 0.7.0