- Jul 08, 2020
-
-
Juan Escobar authored
replace allocatable -> pointer,contiguous ; allocate -> MNH_ALLOCATE_ZT*D ; Some ARRAY SYNTAXE , with implicit copy inrelevenant -> DO CONCURRENT
-
Juan Escobar authored
Juan 19/06/2020:mode_prandtl.f90 , Bug (ifort identifaction) replace routine-name->array-name : M3_WTH_W2TH(:,:,:) -> PM3_WTH_W2TH(:,:,:)
-
Juan Escobar authored
-
Juan Escobar authored
Juan 19/06/2020: add fake OPENACC module to compile with -DMNH_OPENACC -D_FAKEOPENACC for compiler without OpenACC
-
Juan Escobar authored
-
Juan Escobar authored
Juan 2/03/2020: compare_with_pgd_domain.f90, strange bug with pgi/20.04 <-> corrupted size vs. prev_size , pgf901 TERMINATED by signal 6, add 1 write to avoid it ?!
-
- Jan 16, 2020
-
-
WAUTELET Philippe authored
# Conflicts: # src/MNH/gradient_m.f90 # src/MNH/gradient_u.f90 # src/MNH/gradient_w.f90 # src/MNH/prandtl.f90 # src/MNH/turb.f90 # src/MNH/turb_hor_dyn_corr.f90 # src/MNH/turb_hor_sv_corr.f90 # src/MNH/turb_hor_thermo_corr.f90 # src/MNH/turb_hor_uv.f90 # src/MNH/turb_hor_uw.f90 # src/MNH/turb_hor_vw.f90 # src/MNH/turb_ver_dyn_flux.f90 # src/MNH/turb_ver_thermo_flux.f90
-
WAUTELET Philippe authored
# Conflicts: # src/MNH/mode_prandtl.f90 # src/MNH/turb_ver_thermo_corr.f90 # src/MNH/turb_ver_thermo_flux.f90
-
WAUTELET Philippe authored
# Conflicts: # src/MNH/advection_uvw.f90 # src/MNH/advection_uvw_cen.f90 # src/MNH/advecuvw_4th.f90 # src/MNH/advecuvw_weno_k.f90 # src/MNH/dyn_sources.f90 # src/MNH/gradient_m.f90 # src/MNH/gradient_u.f90 # src/MNH/gradient_v.f90 # src/MNH/gradient_w.f90 # src/MNH/gravity.f90 # src/MNH/mode_prandtl.f90 # src/MNH/ppm.f90 # src/MNH/prandtl.f90 # src/MNH/resolved_cloud.f90 # src/MNH/rmc01.f90 # src/MNH/shuman.f90 # src/MNH/tke_eps_sources.f90 # src/MNH/tridiag_thermo.f90 # src/MNH/tridiag_w.f90 # src/MNH/turb.f90 # src/MNH/turb_hor.f90 # src/MNH/turb_hor_dyn_corr.f90 # src/MNH/turb_hor_splt.f90 # src/MNH/turb_hor_sv_corr.f90 # src/MNH/turb_hor_thermo_corr.f90 # src/MNH/turb_hor_thermo_flux.f90 # src/MNH/turb_hor_tke.f90 # src/MNH/turb_hor_uw.f90 # src/MNH/turb_hor_vw.f90 # src/MNH/turb_ver_dyn_flux.f90 # src/MNH/turb_ver_sv_corr.f90 # src/MNH/turb_ver_sv_flux.f90 # src/MNH/turb_ver_thermo_corr.f90 # src/MNH/turb_ver_thermo_flux.f90
-
- Dec 18, 2019
-
-
WAUTELET Philippe authored
Philippe 18/12/2019: OpenACC: ground_param_n: use allocatables for local variables + improve data directive
-
WAUTELET Philippe authored
Philippe 18/12/2019: remove unnecessary dummy argument for size + remove scalar intermediate variables
-
WAUTELET Philippe authored
-
- Dec 09, 2019
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
The only remaining declare are in the modd_* declarations
-
- Nov 25, 2019
-
-
WAUTELET Philippe authored
Philippe 25/11/2019: OpenACC: bugfix: rename ZWT_ACT_NUC -> XWT_ACT_NUC in acc directives (forgotten in previous merge)
-
WAUTELET Philippe authored
-
- Nov 22, 2019
-
-
WAUTELET Philippe authored
-
- Nov 21, 2019
-
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
(cherry picked from commit ad10ea2e)
-
WAUTELET Philippe authored
(cherry picked from commit 0bd1d21d)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
(cherry picked from commit 8a27344b)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 21/11/2019: give dimensions (:,...) when doing computations on arrays (better performance with PGI + remove some strange compiler messages)
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
-
WAUTELET Philippe authored
Philippe 21/11/2019: automatic arrays -> allocatable (to work around PGI OpenACC bug) for turbulence+some others
-