- Nov 18, 2022
-
-
RIETTE Sébastien authored
+ bugfix in check_commit_mesonh broken during last update
-
- Nov 10, 2022
-
-
RIETTE Sébastien authored
add -a and -A options to check_commit_testprogs to choose the architecture add -mesonhprofile to make_fcm.sh to convert a Méso-NH rules into a fcm configuration file add architecture files for ifort and a new one for gfortran derived from the Méso-NH rules
-
- Oct 21, 2022
-
-
RIETTE Sébastien authored
-
RIETTE Sébastien authored
-
- Oct 20, 2022
-
-
RIETTE Sébastien authored
-
- Oct 19, 2022
-
-
Alexandre Mary authored
-
RIETTE Sébastien authored
-
- Oct 14, 2022
-
-
QuentinRodier authored
-
RIETTE Sébastien authored
-
QuentinRodier authored
-
RIETTE Sébastien authored
-
- Oct 07, 2022
-
-
RIETTE Sébastien authored
-
RIETTE Sébastien authored
-
- Jul 29, 2022
-
-
RODIER Quentin authored
Quentin 29/07/2022: Packing mode_turb_ver_thermo_flux + move OCEAN/OCOUPLES 3D variables use (XSSTFL) as intent(in), TODO: LHRAD desactivate : to be transcripted for GPU use later (too much hor. gradient)
-
- Jul 08, 2022
-
-
RIETTE Sébastien authored
The budget subroutines have been cleaned Unused subroutines in the arome directory have been removed Minor update of the check_commit_* scripts
-
- Jul 07, 2022
-
-
RODIER Quentin authored
-
RODIER Quentin authored
-
- Jul 06, 2022
-
-
RIETTE Sébastien authored
Documentation updated with the inclusion of the tools Selection of subdirectories to include during copy of repository in check_commit_* scripts - to limit volume - to reduce the risk of having a broken symlink (that could happen in the build directory) Missing quotes in prep_code
-
- Jul 05, 2022
-
-
RIETTE Sébastien authored
-
- Jul 04, 2022
-
-
RIETTE Sébastien authored
-
- Jun 30, 2022
-
-
RIETTE Sébastien authored
plus forgotten mnh_expand
-
RIETTE Sébastien authored
-
RIETTE Sébastien authored
-
- Jun 22, 2022
-
-
RIETTE Sébastien authored
-
- Apr 20, 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
-
-
RIETTE Sébastien authored
Original code contained a bug (autoconversion ri->rs was not set to 0 if ldsoft when ri content gets lower than the threshold). Introducing REPRO48 in ice4_slow allows to suppress the one introduced in compute_pdf to compensate.
-
- Mar 17, 2022
-
-
RIETTE Sébastien authored
CMICRO variable passed to turb REPRO48/REPRO55 used (instead of #ifndef REK) in sedimentation_stat
-
- Mar 16, 2022
-
-
RIETTE Sébastien authored
PCOMPUTE/ZCOMPUTE replaced by logical array Last where statement decorated with mnh_expand
-
- Feb 28, 2022
-
-
Some merging Suppression of unused modules Move some modules in aux
-
Some merging Move some modules in aux directory
-
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.
-
RODIER Quentin authored
-
- Feb 25, 2022
-
-
compute_updraft and compute_updraft_raha are OK for compute_updraft_rhcj10: waiting for a answer from Rachel and/or Yves
-
Replacement of modd_mfshall in AROME by modd_param_mfshall Merge mf_turb_expl
-
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 17, 2022
-
-
RIETTE Sébastien authored
Suppression of ZMASK (DO with IF tests) Arrays declared with KPROMA size WHERE statement decorated with mnh_expand directives
-
RIETTE Sébastien authored
All modd_* replaceed by structures in ICE3
-
- 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
-
RIETTE Sébastien authored
modd_* modified to enable execution with ifort Phasing of modifications to enable PRFR option
-