-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfield_table
25 lines (25 loc) · 985 Bytes
/
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
# specific humidity for moist runs
"TRACER", "atmos_mod", "sphum"
"longname", "specific humidity"
"units", "kg/kg" /
## "profile_type", "fixed", "surface_value=3.e-6" /
# prognostic 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" /
# sphum must be present on land as well
"TRACER", "land_mod", "sphum"
"longname", "specific humidity"
"units", "kg/kg" /
# test tracer for radon
#
# "TRACER", "atmos_mod", "radon"
# "longname", "radon test tracer"
# "units", "kg/kg" /
###.................................................