Newer
Older
! The threshold for rejecting an observation expressed as a number of
! standard deviations away from the model prediciton. Note that the
! standard deviation is sqrt(HQH^T+R).
obs.rejection.threshold: 3
! Global scaling factor for the model-data-mismatch error component.
! Good candidate for removal from code?
global.R.scaling: 1.e-6
! Number of different site categories:
n.site.categories: 11
! Each site.category.XXX contains four elements:
! 1. (string, len=30) label for the site category.
! 2. (real) model-data mismatch error component in ppm CO2 for summer
! 3. (real) model-data mismatch error component in ppm CO2 for winter
! assigned to observations from this site category.
! 4. (logical) may_localize
! 5. (logical) may_reject
site.category.001: pfp_amt; 3.0; 3.0; FALSE; TRUE
site.category.002: pfp_bao; 3.0; 3.0; FALSE; TRUE
site.category.003: pfp_lef; 3.0; 3.0; FALSE; TRUE
site.category.004: pfp_sct; 3.0; 3.0; FALSE; TRUE
site.category.005: pfp_str; 3.0; 3.0; FALSE; TRUE
site.category.006: pfp_wbi; 5.0; 3.0; FALSE; TRUE
site.category.007: pfp_wgc; 3.0; 3.0; FALSE; TRUE
site.category.008: pfp_wkt; 3.0; 3.0; FALSE; TRUE
site.category.009: pfp_air; 1.0; 1.0; FALSE; TRUE
site.category.010: do-not-use; 1000.00; 1000.00; FALSE; TRUE
site.category.011: do-not-simulate; 1000.00; 1000.00; FALSE; TRUE
! dataset
co2_amt_surface-pfp_1_allvalid : do-not-simulate noaa 2008-11-23 2012-08-14 no all valid measurements
co2_bao_surface-pfp_1_allvalid : do-not-simulate noaa 2007-08-16 2012-08-20 no all valid measurements
co2_lef_surface-pfp_1_allvalid : pfp_lef noaa 2002-08-24 2012-08-22 no all valid measurements
co2_sct_surface-pfp_1_allvalid : do-not-simulate noaa 2008-08-14 2012-08-16 no all valid measurements
co2_str_surface-pfp_1_allvalid : do-not-simulate noaa 2007-10-02 2012-08-19 no all valid measurements
co2_wbi_surface-pfp_1_allvalid : do-not-simulate noaa 2004-09-14 2012-08-12 no all valid measurements
co2_wgc_surface-pfp_1_allvalid : do-not-simulate noaa 2007-09-21 2012-08-16 no all valid measurements
co2_wkt_surface-pfp_1_allvalid : do-not-simulate noaa 2006-07-07 2012-08-14 no all valid measurements
co2_lef_aircraft-pfp_1_allvalid : pfp_air noaa 2002-08-24 2012-08-22 no all valid measurements
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
! Move some stations for better model representivity
n.sites.moved: 20
! Format is "string;real;real"
! String is site name
! first real is LATITUDE change
! second real is LONGITUDE change
site.move.001: co2_brw_surface-flask_1_representative ; +1.0; 0.0
site.move.002: co2_brw_surface-insitu_1_afternoon ; +1.0; 0.0
! Note that bhd (Baring Head) is not in the active sites list prepped.
site.move.003: co2_bhd_surface-flask_1_representative ; -1.0; +1.0
site.move.004: co2_bsc_surface-flask_1_representative ; 0.0; +1.0
site.move.005: co2_cba_surface-flask_1_representative ; -1.0; 0.0
site.move.006: co2_cgo_surface-flask_1_representative ; 0.0; -1.0
site.move.007: co2_cgo_surface-flask_2_representative ; 0.0; -1.0
! Note that cpt (Cape Point SA) is not in the active sites list.
site.move.008: co2_cpt_surface-flask_1_representative ; -1.0; 0.0
site.move.009: co2_esp_surface-insitu_6_afternoon ; 0.0; -1.0
site.move.010: co2_ice_surface-flask_1_representative ; -1.0; 0.0
site.move.011: co2_key_surface-flask_1_representative ; 0.0; +1.0
site.move.012: co2_mhd_surface-flask_1_representative ; 0.0; -1.0
site.move.013: co2_pta_surface-flask_1_representative ; 0.0; -1.0
site.move.014: co2_tap_surface-flask_1_representative ; -1.0; -1.0
site.move.015: co2_thd_surface-flask_1_representative ; 0.0; -1.0
site.move.016: co2_uta_surface-flask_1_representative ; 0.0; -1.0
site.move.017: co2_cpt_surface-insitu_36_representative ; -1.0; 0.0
site.move.018: co2_cgo_surface-flask_4_representative ; 0.0; -1.0
site.move.019: co2_cba_surface-flask_4_representative ; -1.0; 0.0
site.move.020: co2_esp_surface-flask_2_representative ; 0.0; -1.0
! Some sites include hourly data. Select here which hours of the day (lt) should be included.
! In case all data should be rejected, it is sufficient to use category do-not-use.
! Format is "string;real;real"
! String is site name
! first real is from hour of the day
! second real is to hour of the day
n.sites.hourly: 9
site.hourly.001: co2_amt_surface-pfp_1_allvalid ; 10; 18
site.hourly.002: co2_bao_surface-pfp_1_allvalid ; 10; 18
site.hourly.003: co2_lef_surface-pfp_1_allvalid ; 10; 18
site.hourly.004: co2_sct_surface-pfp_1_allvalid ; 10; 18
site.hourly.005: co2_str_surface-pfp_1_allvalid ; 10; 18
site.hourly.006: co2_wbi_surface-pfp_1_allvalid ; 10; 18
site.hourly.007: co2_wgc_surface-pfp_1_allvalid ; 10; 18
site.hourly.008: co2_wkt_surface-pfp_1_allvalid ; 10; 18
site.hourly.009: co2_lef_aircraft-pfp_1_allvalid ; 10; 18
n.sites.foot: 9
site.foot.001: co2_amt_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.002: co2_bao_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.003: co2_lef_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.004: co2_sct_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.005: co2_str_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.006: co2_wbi_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.007: co2_wgc_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.008: co2_wkt_surface-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/
site.foot.009: co2_lef_aircraft-pfp_1_allvalid ;/Storage/ctdas-wrfstilt/new_stilt_footprints/flask/