-
Notifications
You must be signed in to change notification settings - Fork 11
/
in.namelist.tgcm
68 lines (47 loc) · 2.74 KB
/
in.namelist.tgcm
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
&glow_input
! Namelist input file for glow model driver glow_drv.F90.
! This version of the file is set up for TIE-GCM input.
! tgcm_ncfile: TIEGCM or TIMEGCM history file. If this is provided, glow_drv will
! use tgcm inputs, and loop over the tgcm lat x lon grid.
! if no tgcm_ncfile is provided, glow_drv will use MSIS and IRI.
tgcm_ncfile='/hao/tethysv1/data/tiegcm/test2/mareqxmax.v2sres.sec.nc'
! start_mtime: model start time (day,hour,minute) (if -999, will start at first history)
! stop_mtime: model stop time (day,hour,minute) (if -999, will stop at last history)
! default (if not read from namelist) is to process all histories in the file)
start_mtime =81,0,0
stop_mtime =81,0,0
!start_mtime = -999
!stop_mtime = -999
! output file (note that frame numbers and '.nc' will be appended):
glow_ncfile = '/hao/tethysv1/data/glowout/tiegcm/test2/glow.marmaxtiegcm'
! directory containing ephoto, snoem, and ssflux data files (default is data/).
data_dir = 'data/'
! directory containing IRI coefficient data files (default is data/iri90/):
iri90_dir = 'data/iri90/'
! flags controlling various glow options:
jlocal = 0 ! 0 = full electron transport, 1 = local only
kchem = 4 ! 3 = use specified Ne, 4 = calculate Ne < 200 km, specified Ne > 200 km
iscale = 1 ! 0 = Hinteregger solar model, 1 = EUVAC solar model, 2 = user specified
xuvfac = 3. ! multiply solar flux by xuvfac, EUVAC 18-50 A or Hinteregger 18-250
writelbh = .false. ! switch controlling output of LBH upper state excitation rates
writered = .false. ! switch controlling output of OI 6300 redline component excitation rates
! inputs used for MSIS/IRI runs only (if this is a TGCM run, these are taken from input history):
indate = 17081 ! date in yyddd format
utstart = 3600. ! start universal time in seconds (e.g., 43200. would be 12 hours)
utstep = 3600. ! time step in seconds
utstop = 3600. ! end universal time in seconds
f107a = 70. ! F10.7 81-day centered average
f107 = 70. ! F10.7 daily value
f107p = 70. ! F10.7 daily value for previous day
ap = 4. ! Ap index
nlat_msis = 36 ! Number of latitudes in grid (generally 36 or 72)
nlon_msis = 72 ! Number of longitudes in grid (generally 72 or 144)
! auroral inputs for MSIS/IRI runs only (careful, these would be applied globally):
! (for TGCM runs, ef and ec are taken from the history files)
ef = 0. ! Auroral electron energy flux, erg cm-2.
ec = 0. ! Auroral electron characteristic energy, eV
itail = 0 ! Low-energy tail (1=yes, 0=no)
fmono = 0. ! Monoenergetic energy flux, erg cm-2
emono = 0. ! Monoenergetic characteristic energy, keV
! Slash must be here for EOF:
/