Skip to content

Commit

Permalink
Make input.nml compatible with RTTOV13
Browse files Browse the repository at this point in the history
  • Loading branch information
braczka committed Oct 2, 2024
1 parent e470a4a commit 4f969a4
Showing 1 changed file with 9 additions and 79 deletions.
88 changes: 9 additions & 79 deletions observations/obs_converters/GOES/work/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
output_obs_qty_mod_file = '../../../../assimilation_code/modules/observations/obs_kind_mod.f90'
input_obs_def_mod_file = '../../../../observations/forward_operators/DEFAULT_obs_def_mod.F90'
output_obs_def_mod_file = '../../../../observations/forward_operators/obs_def_mod.f90'
obs_type_files = '../../../../observations/forward_operators/obs_def_rttov_mod.f90'
obs_type_files = '../../../../observations/forward_operators/obs_def_rttov13_mod.f90'
quantity_files = '../../../../assimilation_code/modules/observations/atmosphere_quantities_mod.f90',
'../../../../assimilation_code/modules/observations/chemistry_quantities_mod.f90',
'../../../../assimilation_code/modules/observations/land_quantities_mod.f90',
'../../../../assimilation_code/modules/observations/ocean_quantities_mod.f90'
/

&convert_goes_ABI_L1b_nml
l1_files = ''
l1_file_list = 'l1_files_to_process'
l1_files = 'OR_ABI-L1b-RadF-M6C08_G16_s20211841720210_e20211841729518_c20211841729575.nc'
l1_file_list = ''
outputfile = 'obs_seq.test'
x_thin = 5
y_thin = 5
lon1 = 235.0
lon2 = 293.0
lat1 = 25.0
lat2 = 50.0
x_thin = 7
y_thin = 7
lon1 = -80.2
lon2 = -71.8
lat1 = 14.9
lat2 = 22.1
goes_num = 16
obs_err = 1.0
verbose = .true.
Expand Down Expand Up @@ -83,74 +83,4 @@

&obs_def_rttov_nml
rttov_sensor_db_file = '../../../forward_operators/rttov_sensor_db.csv'
first_lvl_is_sfc = .true.
mw_clear_sky_only = .false.
interp_mode = 1
do_checkinput = .true.
apply_reg_limits = .true.
verbose = .true.
fix_hgpl = .false.
do_lambertian = .false.
lambertian_fixed_angle = .true.
rad_down_lin_tau = .true.
use_q2m = .true.
use_uv10m = .true.
use_wfetch = .false.
use_water_type = .false.
addrefrac = .false.
plane_parallel = .false.
use_salinity = .false.
apply_band_correction = .true.
cfrac_data = .true.
clw_data = .true.
rain_data = .true.
ciw_data = .true.
snow_data = .true.
graupel_data = .true.
hail_data = .false.
w_data = .true.
clw_scheme = 1
clw_cloud_top = 322.
fastem_version = 6
supply_foam_fraction = .false.
use_totalice = .true.
use_zeeman = .false.
cc_threshold = 0.05
ozone_data = .false.
co2_data = .false.
n2o_data = .false.
co_data = .false.
ch4_data = .false.
so2_data = .false.
addsolar = .false.
rayleigh_single_scatt = .true.
do_nlte_correction = .false.
solar_sea_brdf_model = 2
ir_sea_emis_model = 2
use_sfc_snow_frac = .false.
add_aerosl = .false.
aerosl_type = 1
add_clouds = .true.
ice_scheme = 1
use_icede = .false.
idg_scheme = 2
user_aer_opt_param = .false.
user_cld_opt_param = .false.
grid_box_avg_cloud = .true.
cldstr_threshold = -1.0
cldstr_simple = .false.
cldstr_low_cloud_top = 750.0
ir_scatt_model = 2
vis_scatt_model = 1
dom_nstreams = 8
dom_accuracy = 0.0
dom_opdep_threshold = 0.0
addpc = .false.
npcscores = -1
addradrec = .false.
ipcreg = 1
use_htfrtc = .false.
htfrtc_n_pc = -1
htfrtc_simple_cloud = .false.
htfrtc_overcast = .false.
/

0 comments on commit 4f969a4

Please sign in to comment.