- Jan 27, 2023
-
-
RODIER Quentin authored
-
- Dec 15, 2022
-
-
RODIER Quentin authored
-
- Oct 07, 2022
-
-
RIETTE Sébastien authored
-
- Sep 21, 2022
-
-
RIETTE Sébastien authored
-
- Apr 14, 2022
-
-
RIETTE Sébastien authored
mesonh/micro/rain_ice.f90 -> mesonh/micro/rain_ice_old.f90 mesonh/micro/rain_ice_red.f90 -> mesonh/micro/rain_ice.f90 bugfix for the new condensation interface interface harmonisation betwwen mesonh/micro/rain_ice_red.f90 and arome/micro/rain_ice.F90
-
- Apr 12, 2022
-
-
RODIER Quentin authored
- lines too long - missing & in ifdef REPRO48 - remove ,& in pointer association - change of ASSOCIATE subroutine
-
- Apr 07, 2022
-
-
RIETTE Sébastien authored
Simpler array declaration ITPL initialisation Cp computed using rain
-
- Mar 18, 2022
-
-
RIETTE Sébastien authored
Small modifications in ice_adjust and condensation
-
- Feb 28, 2022
-
-
Merge of shallow_mf (Meso-NH version taken as reference) Suppression of arome/chem/module/mod?_*.mod files Bug correction in condensation +1 => -KKL Bug correction in ice4_sedimentation_stat around PRPFR init to 0.
-
- Feb 25, 2022
-
-
mode_compute_frac_ice becomes an include file which must be used in contains section of subroutines through an #include or a fortran INCLUDE
-
- Feb 16, 2022
-
-
RODIER Quentin authored
- modi_condensation : remove MODD_SPP_TYPE (not used) - condensation : fill HALO (NaN present) of PRC,PRV,PRI (OUT) with IN values (should be only on HALO instead of full copy) ==> on GPU branch, NaN should not trigg an exception in ice_adjust on the test of ZW1< 0.0 (SR) + PT computation on KIB:KIE only (because ZFRAC is defined on physical point only) in the CALL COMPUTE_FRAC_ICE - modi/ice_adjust, condensation : move the TBUDGETS/KBUDGETS args (non optional possible) before the optionnal args - mode_icecloud : modi_tiwmx was removed and the QSATMX_TAB is now in MODE_QSATMW_TAB - lima_adjust_split, : SIGQSAT is now 2D
-
- Feb 15, 2022
-
-
OCND2 included in common code (from AROME version) OCND2 specific code moved in common/micro or arome/dead_code directories High/Low cloud included for condensation (from Méso-NH version) Harmonie SPP code moved outside of physics condensation and ice_adjust optimised by Ryad compute_frac_ice as an elemental procedure
-
- Jan 18, 2022
-
-
RIETTE Sébastien authored
OCND2 included in common code (from AROME version) OCND2 specific code moved in common/micro or arome/dead_code directories High/Low cloud included for condensation (from Méso-NH version) Harmonie SPP code moved outside of physics condensation and ice_adjust optimised by Ryad compute_frac_ice as an elemental procedure
-
- Nov 24, 2021
-
-
RIETTE Sébastien authored
Modifications prepared by Ryad are stored in arome/modset_Ryad To help the merging of ice4_fast_ri, the array syntax was replaced by a DO loop
-
- Oct 22, 2021
-
-
RODIER Quentin authored
-