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 |
"oldrad" clearer than just "old" as suffix for executables
3 lines of code changed in 1 file:
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:
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:
Adjustments to changes in tracer treatment made by D. Cugnet :
replacing "it" by "itr"
363 lines of code changed in 1 file:
Adjustments to the changes in tracer treatment made by D. Cugnet
1 lines of code changed in 1 file:
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:
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:
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:
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:
makelmdz_fcm adds "_spla" suffix to gcm name when compiling LMDZ with SPLA
(option "-dust true")
5 lines of code changed in 1 file:
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:
Code cleaning : cld*jn are removed as variables, because they only serve as output names.
5 lines of code changed in 2 files:
Preparing physiq_mod.def for LMDZ-SPLA update.
Also, section "USE" re-arranged in alphabetical order.
122 lines of code changed in 1 file:
Correction initialisation of solswfdiff (missing default value was causing "NaN" in startphy.nc)
2 lines of code changed in 1 file:
Update variable name : absvisaer --> abs550aer
0 lines of code changed in 2 files: