forked from MALI-Dev/1DSeaLevelModel_FWTW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
namelist.sealevel
66 lines (57 loc) · 1.16 KB
/
namelist.sealevel
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
&time_config
itersl = 1
starttime = 0
dt1 = 5
/
&model_resolution
norder = 512
nglv = 512
/
&io_directory
inputfolder_ice = 'INPUT_FILES/icemodel/'
inputfolder = 'INPUT_FILES/others/'
planetfolder = 'INPUT_FILES/earthmodel/'
gridfolder = 'INPUT_FILES/others/'
outputfolder = 'OUTPUT_SLM/'
outputfolder_ice = 'ICELOAD_SLM/'
folder_coupled = ''
/
&file_format
ext =''
fType_in = 'text'
fType_out = 'both'
/
&file_name
planetmodel = 'prem_512.l60K2C.sum18p6.dum19p2.tz19p4.lm22'
icemodel = 'iceload5g'
icemodel_out = 'iceload_out_'
timearray = 'times'
topomodel = 'etopo2_512_AISbedmap2'
topo_initial = 'etopo2_512_AISbedmap2'
grid_lat = 'GLlat_512.txt'
grid_lon = 'GLlon_512.txt'
/
&model_config
checkmarine = .false.
tpw = .true.
calcRG = .true.
input_times = .false.
initial_topo = .true.
iceVolume = .true.
coupling = .true.
patch_ice = .false.
/
&timewindow_config
L_sim = 20
dt1 = 5
dt2 = 10
dt3 = 10
dt4 = 10
Ldt1 = 20
Ldt2 = 0
Ldt3 = 0
Ldt4 = 0
/
&others
whichplanet = 'earth'
/