XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
deprecated_and_removed_inputs.hpp
Go to the documentation of this file.
1 /* Deprecated and removed input parameters
2  *
3  * Provide specific instructions for users to handle these!
4  *
5  * Format:
6  * deprecate("namelist name", "parameter name", "instructions")
7  *
8  * */
9 
10 // Deprecated - give warning
11 deprecate("sml_param", "sml_machine", "Remove");
12 deprecate("sml_param", "sml_adjust_eden", "Remove; the feature this input controlled has already been removed");
13 deprecate("sml_param", "sml_adj_eden_zero_axis", "Remove");
14 deprecate("sml_param", "sml_adj_eden_vd_max", "Remove");
15 deprecate("sml_param", "sml_adj_eden_axis_decay_width", "Remove");
16 deprecate("sml_param", "sml_adj_eden_sep_decay_width", "Remove");
17 deprecate("sml_param", "sml_adj_eden_obd_psi", "Remove");
18 deprecate("sml_param", "sml_adj_eden_include_sol", "Remove");
19 deprecate("coupling_param", "sml_coupling_on", "The old coupling method has been removed. Remove coupling_param entirely");
20 deprecate("ptl_param", "ptl_maxnum", "Remove");
21 deprecate("ptl_param", "ptl_lost_nummax", "Remove");
22 deprecate("neu_param", "neu_monte_num", "Remove");
23 
24 #ifdef MULTISPECIES_INPUT
25 remove("eq_param", "eq_den_shape", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
26 remove("eq_param", "eq_den_v1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
27 remove("eq_param", "eq_den_x1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
28 remove("eq_param", "eq_tempi_shape", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
29 remove("eq_param", "eq_flowi_shape", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
30 remove("eq_param", "eq_flowi_type", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
31 remove("eq_param", "eq_tempi_v1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
32 remove("eq_param", "eq_tempi_x1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
33 remove("eq_param", "eq_flowi_v1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
34 remove("eq_param", "eq_flowi_x1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
35 remove("eq_param", "eq_tempe_shape", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
36 remove("eq_param", "eq_flowe_shape", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
37 remove("eq_param", "eq_flowe_type", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
38 remove("eq_param", "eq_tempe_v1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
39 remove("eq_param", "eq_tempe_x1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
40 remove("eq_param", "eq_flowe_v1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
41 remove("eq_param", "eq_flowe_x1", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
42 remove("eq_param", "eq_den_file", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
43 remove("eq_param", "eq_tempi_file", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
44 remove("eq_param", "eq_tempe_file", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
45 remove("eq_param", "eq_flowi_file", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
46 remove("eq_param", "eq_flowe_file", "MULTISPECIES_INPUT=On is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
47 #else
48 deprecate("eq_param", "eq_den_shape", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
49 deprecate("eq_param", "eq_den_v1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
50 deprecate("eq_param", "eq_den_x1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
51 deprecate("eq_param", "eq_tempi_shape", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
52 deprecate("eq_param", "eq_flowi_shape", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
53 deprecate("eq_param", "eq_flowi_type", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
54 deprecate("eq_param", "eq_tempi_v1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
55 deprecate("eq_param", "eq_tempi_x1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
56 deprecate("eq_param", "eq_flowi_v1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
57 deprecate("eq_param", "eq_flowi_x1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
58 deprecate("eq_param", "eq_tempe_shape", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
59 deprecate("eq_param", "eq_flowe_shape", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
60 deprecate("eq_param", "eq_flowe_type", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
61 deprecate("eq_param", "eq_tempe_v1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
62 deprecate("eq_param", "eq_tempe_x1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
63 deprecate("eq_param", "eq_flowe_v1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
64 deprecate("eq_param", "eq_flowe_x1", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
65 deprecate("eq_param", "eq_den_file", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
66 deprecate("eq_param", "eq_tempi_file", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
67 deprecate("eq_param", "eq_tempe_file", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
68 deprecate("eq_param", "eq_flowi_file", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
69 deprecate("eq_param", "eq_flowe_file", "MULTISPECIES_INPUT=Off is deprecated. Use eq_dens, eq_temp, and eq_flow instead.");
70 #endif
71 
72 // Removed - give error
73 remove("sml_param", "sml_mode_select_mres", "Remove or replace with sml_mode_select_mres_q");
74 remove("diag_param", "diag_2d_on", "Removed to consolidate with XGC1 diagnostics. Use diag_3d_on instead");
75 remove("diag_param", "diag_2d_more", "Removed to consolidate with XGC1 diagnostics. Use diag_3d_more instead");
76 remove("diag_param", "diag_f2d_period", "Removed to consolidate with XGC1 diagnostics. Use diag_f3d_period instead");
77 remove("diag_param", "diag_rmp_period", "Removed - this diagnostic no longer exists");
78 remove("sml_param", "sml_invert_B", "Removed - instead, set sml_bp_sign = (sml_invert_B ? -1 : 1)");
79 remove("sml_param", "sml_co_cur_bt", "Removed - instead, set sml_bt_sign = sml_bp_sign*(sml_co_cur_bt ? -1 : 1)");
80 remove("col_param", "col_imp_on", "Removed - this col method no longer exists.");
81 remove("col_param", "col_imp_charge", "Removed - this col method no longer exists.");
82 remove("col_param", "col_imp_mass", "Removed - this col method no longer exists.");
83 remove("col_param", "col_2_pin", "Removed - this col method no longer exists.");
84 remove("col_param", "col_2_pout", "Removed - this col method no longer exists.");
85 remove("col_param", "col_2_iteration_method", "Removed - this col method no longer exists.");
86 remove("col_param", "col_den_imp_edge", "Removed - this col method no longer exists.");
87 remove("col_param", "col_den_imp_out", "Removed - this col method no longer exists.");
88 remove("col_param", "col_den_imp_ped_c", "Removed - this col method no longer exists.");
89 remove("col_param", "col_den_imp_ped_width", "Removed - this col method no longer exists.");
90 remove("col_param", "col_3_npsi", "Removed - this col method no longer exists.");
91 remove("col_param", "col_3_ntheta", "Removed - this col method no longer exists.");
92 remove("col_param", "col_3_nvr", "Removed - this col method no longer exists.");
93 remove("col_param", "col_3_nvz", "Removed - this col method no longer exists.");
94 remove("col_param", "col_3_npsi_sol", "Removed - this col method no longer exists.");
95 remove("col_param", "col_3_ntheta_sol", "Removed - this col method no longer exists.");
96 remove("neu_param", "neu_mode2_period", "Removed - this neutrals method no longer exists.");
97 remove("sml_param", "sml_deltaf_f0_mode", "Removed - profiles option (formerly labeled '-2') is now only option.");
98 remove("sml_param", "sml_f0_1_Ln", "Removed - this method no longer exists");
99 remove("sml_param", "sml_f0_1_Lt", "Removed - this method no longer exists");
100 remove("sml_param", "sml_f0_1_Lt_e", "Removed - this method no longer exists");
101 remove("ptb_3db_param", "ptb_3db_diag_mn_inpsi", "Removed - this parameter no longer exists");
102 remove("ptb_3db_param", "ptb_3db_diag_mn_outpsi", "Removed - this parameter no longer exists");
103 remove("ptb_3db_param", "ptb_3db_diag_dA_inpsi", "Removed - this parameter no longer exists");
104 remove("ptb_3db_param", "ptb_3db_diag_dA_outpsi", "Removed - this parameter no longer exists");
105 remove("ptb_3db_param", "ptb_3db_jpar_avg_period", "Removed - this parameter no longer exists");
106 remove("ptb_3db_param", "ptb_3db_field_update_period", "Removed - this parameter no longer exists");
107 remove("ptb_3db_param", "ptb_3db_field_update_period", "Removed - this parameter no longer exists");
108 remove("ptb_3db_param", "ptb_3db_field_update_period", "Removed - this parameter no longer exists");
109 remove("ptb_3db_param", "ptb_3db_solve_mn_inpsi", "Removed - this parameter no longer exists");
110 remove("ptb_3db_param", "ptb_3db_solve_mn_outpsi", "Removed - this parameter no longer exists");
111 remove("ptb_3db_param", "ptb_3db_solve_mpol_max", "Removed - this parameter no longer exists");
112 remove("ptb_3db_param", "ptb_3db_solve_mpol_min", "Removed - this parameter no longer exists");
113 remove("ptb_3db_param", "ptb_3db_dA_inpsi", "Removed - this parameter no longer exists");
114 remove("ptb_3db_param", "ptb_3db_dA_outpsi", "Removed - this parameter no longer exists");
115 remove("ptb_3db_param", "ptb_3db_force_symmetric_f", "Removed - this parameter no longer exists");
116 remove("ptb_3db_param", "ptb_3db_div_clean_on", "Removed - this parameter no longer exists");
117 remove("ptb_3db_param", "ptb_3db_rampup_interval", "Removed - this parameter no longer exists");
118 remove("ptb_3db_param", "ptb_3db_mpol_min", "Removed - this parameter no longer exists");
119 remove("sml_param", "sml_initial_flow", "Removed - this is always true. Use zero flow to use steady Maxwelliean");
120 remove("sml_param", "sml_00_poisson", "Removed - this parameter no longer exists");
121 remove("sml_param", "sml_turb_poisson", "Removed - this parameter no longer exists");
122 remove("sml_param", "sml_turb_poisson_n0_only", "Removed - this parameter no longer exists");
123 remove("sml_param", "sml_veclen", "Removed - this parameter no longer exists");
124 //remove("", "", "Removed - this parameter no longer exists");
125 
deprecate("sml_param","sml_machine","Remove")