-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfield_table
executable file
·53 lines (53 loc) · 1.6 KB
/
field_table
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
"prog_tracers","ocean_mod","temp"
horizontal-advection-scheme = mdppm
vertical-advection-scheme = mdppm
restart_file = ocean_temp_salt.res.nc
ppm_hlimiter = 3
ppm_vlimiter = 3
/
"prog_tracers","ocean_mod","salt"
horizontal-advection-scheme = mdppm
vertical-advection-scheme = mdppm
restart_file = ocean_temp_salt.res.nc
ppm_hlimiter = 3
ppm_vlimiter = 3
/
"tracer_packages","ocean_mod","ocean_age_tracer"
names = global
const_init_tracer = .true.
horizontal-advection-scheme = mdppm
vertical-advection-scheme = mdppm
ppm_hlimiter = 3
ppm_vlimiter = 3
restart_file = ocean_age.res.nc
min_tracer_limit=0.0
/
"namelists","ocean_mod","ocean_age_tracer/global"
slat = -90.0
nlat = 90.0
wlon = 0.0
elon = 360.0
/
# added by FRE: sphum must be present in atmos
# specific humidity for moist runs
"TRACER", "atmos_mod", "sphum"
"longname", "specific humidity"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=3.e-6" /
# prognotic cloud scheme tracers
"TRACER", "atmos_mod", "liq_wat"
"longname", "cloud liquid specific humidity"
"units", "kg/kg" /
"TRACER", "atmos_mod", "ice_wat"
"longname", "cloud ice water specific humidity"
"units", "kg/kg" /
"TRACER", "atmos_mod", "cld_amt"
"longname", "cloud fraction"
"units", "none" /
# test tracer for radon
# "TRACER", "atmos_mod", "radon"
# "longname", "radon test tracer"
# "units", "kg/kg" /
"TRACER", "land_mod", "sphum"
"longname", "specific humidity"
"units", "kg/kg" /