From 2c530d132ba71fb96a9b98d910c9a90ce638caf1 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Mon, 7 Nov 2022 15:47:32 +0100 Subject: [PATCH] removing unused numerical experiments --- src/inital.F90 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/inital.F90 b/src/inital.F90 index 61298051..011e3bef 100644 --- a/src/inital.F90 +++ b/src/inital.F90 @@ -10,7 +10,6 @@ SUBROUTINE inital USE closure, ONLY: apply_closure_model USE ghosts, ONLY: update_ghosts_moments, update_ghosts_EM USE restarts, ONLY: load_moments, job2load - USE numerics, ONLY: play_with_modes, save_EM_ZF_modes USE processing, ONLY: compute_fluid_moments USE model, ONLY: KIN_E, LINEARITY USE nonlinear, ONLY: compute_Sapj, nonlinear_init @@ -73,11 +72,6 @@ SUBROUTINE inital CALL update_ghosts_EM !! End of phi and moments initialization - ! Save (kx,0) and (0,ky) modes for num exp - CALL save_EM_ZF_modes - ! Freeze/Wipe some selected modes (entropy,zonal,turbulent) - CALL play_with_modes - ! Load the COSOlver collision operator coefficients IF(cosolver_coll) & CALL load_COSOlver_mat -- GitLab