@@ -67,16 +67,6 @@ void restore_bkg_profile_bundle(const int n_col_x, const int n_col_y,
6767 bool switch_liq_cloud_optics, bool switch_ice_cloud_optics, bool switch_aerosol_optics
6868 );
6969
70- void compress_columns_weighted_avg (const int n_x, const int n_y,
71- const int n_out,
72- const int n_tilt,
73- const int compress_lay_start_idx,
74- std::vector<Float>& var, std::vector<Float>& var_weighting);
75-
76- void compress_columns_p_or_t (const int n_x, const int n_y,
77- const int n_out_lay, const int n_tilt,
78- const int compress_lay_start_idx,
79- std::vector<Float>& var_lev, std::vector<Float>& var_lay);
8070
8171void tilt_fields (const int n_z_in, const int n_zh_in, const int n_col_x, const int n_col_y,
8272 const int n_z_tilt, const int n_zh_tilt, const int n_col,
@@ -88,13 +78,6 @@ void tilt_fields(const int n_z_in, const int n_zh_in, const int n_col_x, const i
8878 Aerosol_concs& aerosol_concs_copy, const std::vector<std::string> aerosol_names, const bool switch_aerosol_optics
8979 );
9080
91- void compress_fields (const int compress_lay_start_idx, const int n_col_x, const int n_col_y,
92- const int n_z_in, const int n_zh_in, const int n_z_tilt,
93- Array<Float,2 >* p_lay_copy, Array<Float,2 >* t_lay_copy, Array<Float,2 >* p_lev_copy, Array<Float,2 >* t_lev_copy,
94- Array<Float,2 >* rh_copy,
95- Gas_concs& gas_concs_copy, std::vector<std::string> gas_names,
96- Aerosol_concs& aerosol_concs_copy, std::vector<std::string> aerosol_names, const bool switch_aerosol_optics);
97-
9881void create_tilted_columns (const int n_x, const int n_y, const int n_lay_in, const int n_lev_in,
9982 const std::vector<Float>& zh_tilted, const std::vector<ijk>& tilted_path,
10083 std::vector<Float>& var);
0 commit comments