-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnamelist.in
37 lines (36 loc) · 1.18 KB
/
namelist.in
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
&run_vars
nm1%inputfile = 'saturn_winds_vs_latitude.nc'
nm1%outputfile = '/tmp/output.nc',
nm1%add_random_height_noise=.true.,
nm1%initially_geostrophic=.true.,
nm1%subgrid_model=2, ! 1 = constant viscosity, 2=smagorinsky
nm1%viscous_dissipation=.true.,
nm1%dissipate_h=.false.,
nm1%initial_winds=2, ! 1==saturn_winds, 2==idealised_jet
nm1%u_jet=50., ! speed of jet
nm1%theta_jet=77., ! latitude of jet
nm1%h_jet=1.0, ! standard deviation of jet (width)
nm1%nudge=.true.,
nm1%nudge_timescale=6.e5, ! default 6e5 seconds
nm1%restart=.false.,
nm1%wind_factor=1.0,
nm1%wind_shift=0.0,
nm1%wind_reduce=0.0,
nm1%vis=0.e6,
nm1%cvis=0.2, ! usually between 0.1 and 0.2
nm1%vis_eq=1.e8, ! viscosity for v over equator region
nm1%lat_eq=20., ! latitude north and south over which to apply vis_eq
nm1%runtime= 7776000.,
nm1%dt=60.,
nm1%output_interval=57600.,
nm1%grav=10.44, ! gravity
nm1%rho=0.19, ! density
nm1%Re=5.4155760e7, ! radius of planet - saturn: 5.8232e7, 0.93 is 5.4155760e7
nm1%rotation_period_hours=10.55,
nm1%scale_height=60e3, ! scale-height of saturn's atmosphere
nm1%ip=400,
nm1%jp=120,
nm1%slat=-90.,
nm1%nlat=90.,
nm1%slat_thresh=65.,
nm1%nlat_thresh=86.5/