forked from NOAA-EMC/GSI-fix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anavinfo_cmaq_binary
46 lines (42 loc) · 1.79 KB
/
anavinfo_cmaq_binary
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
state_vector::
!var level itracer source funcof
pm2_5 72 1 chem_guess pm2_5
::
control_vector::
!var level itracer as/tsfc_sdv an_amp0 source funcof
pm2_5 72 1 1.00 -1.0 state pm2_5
::
chem_guess::
!var level itracer crtm_use type orig_name
pm2_5 72 1 -1 pm2_5 pm2_5
::
# NOTES:
# 1) Except for ps, other meteo-fields should not be
# required, but code needs to learn what needs to
# be bypassed when reading guess from file.
# 2) Derivative and tendency tables are not provided
# intentionally; make sure namelist does not refer
# to PCP observations, and has TLNMC turned off.
# 3) Notice that something in this anavinfo file
# makes no sense -- it has met_guess with fields
# with 30-levels and pm2_5 with 72 levels above.
# I have not corrected this, but a fix is required.
# (RTodling)
met_guess::
!var level crtm_use desc orig_name
ps 1 -1 surface_pressure ps
z 1 -1 geopotential_height phis
u 30 2 zonal_wind u
v 30 2 meridional_wind v
div 30 -1 zonal_wind div
vor 30 -1 meridional_wind vor
tv 30 2 virtual_temperature tv
q 30 2 specific_humidity sphu
oz 30 2 ozone ozone
cw 30 10 cloud_condensate cw
# ql 30 10 cloud_liquid ql
# qi 30 10 cloud_ice qi
# qr 30 10 rain qr
# qs 30 10 snow qs
# qg 30 10 graupel qg
::