Skip to content
Snippets Groups Projects
Commit 1f062a19 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

minor changes

parent 9ff48d1d
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,3 @@ wk/fort.90 ...@@ -31,4 +31,3 @@ wk/fort.90
.directory .directory
checkpoint/ checkpoint/
FM/ FM/
wk/test*
&BASIC &BASIC
nrun = 100000000 nrun = 100000000
dt = 0.005 dt = 0.01
tmax = 80 tmax = 400
RESTART = .false. RESTART = .false.
/ /
&GRID &GRID
pmaxe =2 pmaxe =3
jmaxe = 1 jmaxe = 2
pmaxi = 2 pmaxi = 3
jmaxi = 1 jmaxi = 2
Nr = 256 Nr = 256
Lr = 66 Lr = 66
Nz = 256 Nz = 256
...@@ -17,17 +17,17 @@ ...@@ -17,17 +17,17 @@
CANCEL_ODD_P = .false. CANCEL_ODD_P = .false.
/ /
&OUTPUT_PAR &OUTPUT_PAR
nsave_0d = 100 nsave_0d = 50
nsave_1d = 0 nsave_1d = 0
nsave_2d = 100 nsave_2d = 50
nsave_5d = 200 nsave_5d = 200
write_Na00 = .true. write_Na00 = .true.
write_moments = .true. write_moments = .true.
write_phi = .true. write_phi = .true.
write_non_lin = .true. write_non_lin = .true.
write_doubleprecision = .true. write_doubleprecision = .true.
resfile0 = '../results/test_parallel/256x128_L_66_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-02_DG_mu_5e-06/outputs' resfile0 = '../results/test_parallel/256x128_L_66_Pe_3_Je_2_Pi_3_Ji_2_nB_0.5_nN_1_nu_1e-02_DG_mu_5e-06/outputs'
rstfile0 = '../results/test_parallel/256x128_L_66_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-02_DG_mu_5e-06/checkpoint' rstfile0 = '../results/test_parallel/256x128_L_66_Pe_3_Je_2_Pi_3_Ji_2_nB_0.5_nN_1_nu_1e-02_DG_mu_5e-06/checkpoint'
job2load = 0 job2load = 0
/ /
&MODEL_PAR &MODEL_PAR
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
initback_moments =0 initback_moments =0
initnoise_moments =1e-05 initnoise_moments =1e-05
iseed =42 iseed =42
selfmat_file ='../iCa/self_Coll_GKE_0_GKI_0_ESELF_1_ISELF_1_Pmaxe_2_Jmaxe_1_Pmaxi_2_Jmaxi_1_pamaxx_10.h5' selfmat_file ='../iCa/self_Coll_GKE_0_GKI_0_ESELF_1_ISELF_1_Pmaxe_3_Jmaxe_2_Pmaxi_3_Jmaxi_2_pamaxx_10.h5'
eimat_file ='../iCa/ei_Coll_GKE_0_GKI_0_ETEST_1_EBACK_1_Pmaxe_2_Jmaxe_1_Pmaxi_2_Jmaxi_1_pamaxx_10_tau_1.0000_mu_0.0233.h5' eimat_file ='../iCa/ei_Coll_GKE_0_GKI_0_ETEST_1_EBACK_1_Pmaxe_3_Jmaxe_2_Pmaxi_3_Jmaxi_2_pamaxx_10_tau_1.0000_mu_0.0233.h5'
iemat_file ='../iCa/ie_Coll_GKE_0_GKI_0_ITEST_1_IBACK_1_Pmaxe_2_Jmaxe_1_Pmaxi_2_Jmaxi_1_pamaxx_10_tau_1.0000_mu_0.0233.h5' iemat_file ='../iCa/ie_Coll_GKE_0_GKI_0_ITEST_1_IBACK_1_Pmaxe_3_Jmaxe_2_Pmaxi_3_Jmaxi_2_pamaxx_10_tau_1.0000_mu_0.0233.h5'
/ /
&TIME_INTEGRATION_PAR &TIME_INTEGRATION_PAR
numerical_scheme='RK4' numerical_scheme='RK4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment