LMDZ6 Developers: asima

Login name:
asima
Total Commits:
43 (0,4 %)
Lines of Code:
1 475 (0,1 %)
Most Recent Commit:
2022-07-08 11:03
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for asima

Activity by Day of Week for asima

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 43 (100.0%) 1475 (100.0%) 34.3
trunk/libf/phylmd/Dust/ 27 (62.8%) 1246 (84.5%) 46.1
trunk/libf/phylmd/ 12 (27.9%) 211 (14.3%) 17.5
trunk/DefLists/ 1 (2.3%) 8 (0.5%) 8.0
trunk/ 2 (4.7%) 8 (0.5%) 4.0
trunk/libf/dynphy_lonlat/phylmd/ 1 (2.3%) 2 (0.1%) 2.0

Activity of asima

Most Recent Commits

asima 2022-07-08 11:03 Rev.: 4195

"oldrad" clearer than just "old" as suffix for executables

3 lines of code changed in 1 file:

  • trunk: makelmdz_fcm (+3 -3)
asima 2022-05-23 19:17 Rev.: 4163

Fixing a bug introduced in r4071 : "spinsol" ("insol" for "insoluble") instead of "spsol" must be used for CODU and SCDU

4 lines of code changed in 2 files:

  • trunk/libf/phylmd/Dust: splaeropt_5wv_rrtm.F90 (+2 -2), splaeropt_6bands_rrtm.F90 (+2 -2)
asima 2022-05-20 11:08 Rev.: 4160

In r4090 (FH) thermcell.h dissapears ; the flags required by subroutine thermcell_dq (iflag_wake, iflag_coupl, iflag_trig_bl, iflag_clos_bl) are now in the new file alpale.h

2 lines of code changed in 2 files:

  • trunk/libf/phylmd/Dust: phys_output_write_spl_mod.F90 (+1 -1), phytracr_spl_mod.F90 (+1 -1)
asima 2022-05-18 20:10 Rev.: 4157

Adjustments to changes in tracer treatment made by D. Cugnet :
replacing "it" by "itr"

363 lines of code changed in 1 file:

  • trunk/libf/phylmd/Dust: phytracr_spl_mod.F90 (+363 -361)
asima 2022-05-18 20:07 Rev.: 4156

Adjustments to the changes in tracer treatment made by D. Cugnet

1 lines of code changed in 1 file:

  • trunk/libf/phylmd/Dust: phys_output_write_spl_mod.F90 (+1 -1)
asima 2021-07-30 16:27 Rev.: 3974

In the "bucket" soil model, soil thermal inertia (formerly a constant value) can also be now a function of soil moisture "qsol"
(F Cheruy's idea; results from "Stage L3" Eve Rebouillat, with E Vignon, A Sima, F Cheruy).

The function depends on iflag_inertie, read from physiq.def (via conf_phys_m.F90), as follows :
(only in physiq.def_NPv6.1 for the time being)
------------------
# Controle de la definition de l'inertie thermique du sol dans le modele "bucket":
# 0 (default) : constant
# 1 : fonction lineaire de qsol
# 2 : 2 fonctions lineaires de qsol :
# une pour "sable" (boite lat/lon pour Sahara), une pour le reste (limons et argile)
# 3 : fonction lineaire de qsol, valeurs entre 900 pour qsol=0 et 2000 pour qsol=150
iflag_inertie=0
------------------

Relevant changes are in soil.F90 and physiq.def_NPv6.1 ; the other files are adjusted accordingly.

92 lines of code changed in 10 files:

  • trunk/DefLists: physiq.def_NPv6.1 (+8)
  • trunk/libf/phylmd: comsoil.h (new), conf_phys_m.F90 (+11 -1), ocean_forced_mod.F90 (+3 -1), soil.F90 (+60 -5), surf_land_bucket_mod.F90 (+5 -3), surf_landice_mod.F90 (+3 -1)
asima 2021-01-29 14:20 Rev.: 3814

SPLA : unplugging Jeronimo Escribano’s assimilation emission coefficient files, in a minimalist, non-distructive way.
Each file reading is put under an IF("ASSIM"=="YES"), always false.
Thorough removal of assimilation coefficients will follow.

32 lines of code changed in 1 file:

  • trunk/libf/phylmd/Dust: phytracr_spl_mod.F90 (+32 -7)
asima 2021-01-20 19:36 Rev.: 3806

SPLA code cleaning :
concerns the updating from LMDZ5 to LMDZ6 (rev 3786),
and other obsolete lines and fragments, like everything related to "ok_histrac" flag
(which sent SPLA output in a "histrac.nc" file using IOIPSL; in 2014 J Escribano included SPLA output in the usual LMDZ hist* files.)

37 lines of code changed in 4 files:

  • trunk/libf/phylmd/Dust: dustemission_mod.F90 (-17), phytracr_spl_mod.F90 (+35 -1825), read_vent.F (new)
asima 2021-01-19 22:51 Rev.: 3805

Replacement of LOGICAL "ok_snow" flag by INTEGER "landice_opt" (as in phys_output_write_mod.F90),
required by the introduction of INLANDSIS interface between LMDZ and the snow in SISVAT (rev r3792 by E. Vignon).

2 lines of code changed in 1 file:

  • trunk/libf/phylmd/Dust: phys_output_write_spl_mod.F90 (+2 -2)
asima 2021-01-18 22:32 Rev.: 3804

makelmdz_fcm adds "_spla" suffix to gcm name when compiling LMDZ with SPLA
(option "-dust true")

5 lines of code changed in 1 file:

  • trunk: makelmdz_fcm (+5)
asima 2020-11-25 11:29 Rev.: 3786

Makes LMDZ-SPLA work again.
Minimal - but not minor - modifications required by going from LMDZ5 to LMDZ6.
For the time being, SPLA input files (including correction coefficient files for aerosols emissions) are only available for the 128x88 grid zoomed on N Africa, used by Jeronimo Escribano and Binta Diallo.

805 lines of code changed in 13 files:

  • trunk/libf/phylmd/Dust: dustemission_mod.F90 (+15 -3), lsc_scav_spl.F90 (new), phys_output_write_spl_mod.F90 (+62 -36), phytracr_spl_mod.F90 (+568 -241), read_dust.F (+4 -3), read_newemissions.F (+1 -1), spla_output_write.h (new)
asima 2020-10-22 14:17 Rev.: 3779

Code cleaning : cld*jn are removed as variables, because they only serve as output names.

5 lines of code changed in 2 files:

  • trunk/libf/phylmd: phys_local_var_mod.F90 (+2 -4), phys_output_write_mod.F90 (+3 -3)
asima 2020-10-19 13:24 Rev.: 3776

Preparing physiq_mod.def for LMDZ-SPLA update.
Also, section "USE" re-arranged in alphabetical order.

122 lines of code changed in 1 file:

  • trunk/libf/phylmd: physiq_mod.F90 (+122 -88)
asima 2020-10-01 14:13 Rev.: 3773

Correction initialisation of solswfdiff (missing default value was causing "NaN" in startphy.nc)

2 lines of code changed in 1 file:

  • trunk/libf/dynphy_lonlat/phylmd: etat0phys_netcdf.F90 (+2 -1)
asima 2020-09-24 17:21 Rev.: 3770

Update variable name : absvisaer --> abs550aer

0 lines of code changed in 2 files:

  • trunk/libf/phylmd/Dust: splaeropt_6bands_rrtm.F90 (new)
Generated by StatSVN 0.7.0