diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index 01ec8afe44d7c4507b0c6c299cfca3fabb392aca..e0bddbfbea8f21cf37b0e28ae5a3d0963f67ab90 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -111,7 +111,10 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_path, calipso_clavrx_file, amv_f return match_dict -def create_file_new(match_dct, filename, amv_params=['pressure', 'wind_speed', 'wind_direction'], +def create_file_new(match_dct, filename, + amv_params=['lat', 'lon', 'time', 'wind_speed', 'wind_direction', 'pressure', 'temperature', + 'local_zenith_angle', 'DQF', 'seconds_between_images', 'target_box_size', + 'lag_size', 'nested_tracking_flag', 'target_type', 'band_id'], caliop_clavrx_params=get_parameters_caliop_clavrx()): num_aparams = 7 num_aprofs = 0