From 300bdfae5f903526924dcd27c3c0e678c05da6fe Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Tue, 16 Jun 2020 10:13:22 +0200
Subject: [PATCH] test script

---
 wk/fort.90 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/wk/fort.90 b/wk/fort.90
index 966833a7..46dbdca3 100644
--- a/wk/fort.90
+++ b/wk/fort.90
@@ -3,7 +3,7 @@ A Skeleton for MPI Time-Dependent program
 S. Brunner, T.M. Tran   CRPP/EPFL
 -
 &BASIC
-  nrun=500000
+  nrun=3
   dt=1.0D-3
   tmax=100    ! time normalized to 1/omega_pe
 /
@@ -20,10 +20,10 @@ S. Brunner, T.M. Tran   CRPP/EPFL
   kzmax=1.     ! Normalized to ?
 /
 &OUTPUT_PAR
-  nsave_0d=1000
+  nsave_0d=0
   nsave_1d=0
-  nsave_2d=1000
-  nsave_3d=0
+  nsave_2d=1
+  nsave_3d=1
   write_moments=.true.
   write_phi=.true.
   write_doubleprecision=.true.  
@@ -45,9 +45,9 @@ S. Brunner, T.M. Tran   CRPP/EPFL
 /
 &INITIAL_CON
   ! Background value
-  initback_moments=0.
+  initback_moments=1. ! x 1e-3
   ! Noise amplitude
-  initnoise_moments=0.
+  initnoise_moments=0.1
   iseed=42
 /
 &TIME_INTEGRATION_PAR
-- 
GitLab