Blame view

Sources/Prop_code/namelist 1.26 KB
4921d9e8   Elena.Budnik   src
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
&INPARA1
        idp_in=1     ! input-data production process (=1 exec)
        idp_prop=1   ! propagation simulation (=1 exec)
        idp_out=1    ! output-data production process (=1 exec)

!--reference angles
        angref(1)=0.,60.,120.,180.,240.,300.
!        angref(1)=0., 60.

!--propagation
        idprop=1     ! propagation (1:outward, -1:inward)

!--file names
        fnin='OM2006_dt1hmarCUT.txt' ! input data filename
        fnout='test2006marCUT.txt'      ! output data filename
        fdirtmp='tmpmar2006b'
        ifnpo=60     ! output process (ex. 60 -> fort.60)

!--time steps
!        instop=0  ! time steps (=0 for the same period with an input file)
        instop=10000

        dtr=300.     ! real time step (ex. 300 sec.)
        touts=12.    ! data output's rate
!        dtr=60.     ! real time step (ex. 300 sec.)
!        touts=60.    ! data output's rate
                     ! (ex.12 with dtr=300 -> 12x300=3600 sec.)
!--spatial boundaries
        xmin1=0.3 !--inner boundary

!        xmax1=1.3 !--for inner propagation (venus etc.)
        xmax1=2.3 !--for earth-mars
!        xmax1=10.3 !--for earth-jupiter,saturn
/
&INPARA2
        npout=10    ! prosess print rate (<instop!!)
        bx0at1au=0.001d0  ! Bx0 at 1AU
        gm=1.40 ! polytropic index
/