Changeset 9419
- Timestamp:
- 08/25/11 12:39:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/template
r9418 r9419 131 131 vertices_type2d -> delete 132 132 }}} 133 diagnostic{{{ 134 isdiagnostic 133 initialization{{{ 135 134 vx 136 135 vy 137 136 vz 138 137 vel 138 pressure 139 temperature 140 watercolumn 141 waterfraction 142 }}} 143 diagnostic{{{ 139 144 spcvx 140 145 spcvy … … 145 150 pressureload -> rename icefront? 146 151 diagnostic_ref -> rename referential? 147 penalties 148 pressure 152 penalties -> rename vertex_pairing 149 153 150 154 eps_res -> rename following PETSc: restol … … 153 157 max_nonlinear_iterations -> rename maxiter 154 158 155 penalty_lock -> rename rift penaltylock or equiv?156 min_mechanical_constraints -> rename (not clear)159 penalty_lock -> rename rift_penalty_lock 160 min_mechanical_constraints -> rename rift_penalty_threshold 157 161 }}} 158 162 thermal{{{ 159 isthermal160 temperature161 163 spctemperature 162 penalty_melting 163 min_thermal_constraints -> rename (see min_mechanical_constraints) 164 waterfraction 164 penalty_melting -> delete 165 min_thermal_constraints -> rename thermal_penalty_threshold 165 166 artificial_diffusivity -> rename stabilization 166 167 max_nonlinear_iterations -> rename maxiter 167 stabilize_constraints -> rename (not clear)168 stabilize_constraints -> rename thermal_penalty_lock 168 169 }}} 169 170 prognostic{{{ 170 isprognostic171 171 spcthickness 172 172 hydrostatic_adjustment 173 173 artificial_diffusivity -> rename stabilization 174 174 prognostic_DG -> should be merged with stabilization 175 penalties 175 penalties -> rename vertex_pairing 176 176 }}} 177 177 balancethickness{{{ 178 178 spcthickness 179 dhdt 179 dhdt -> rename thickening_rate 180 180 artificial_diffusivity -> rename stabilization 181 181 }}} … … 184 184 max_steadystate_iterations -> rename maxiter 185 185 }}} 186 transient{{{ 187 isdiagnostic 188 isprognostic 189 isthermal 190 isgroundingline -> add 191 }}} 186 192 goundingline {{{ 187 groundingline_migration 188 groundingline_melting_rate 193 groundingline_migration -> rename migration_type 194 groundingline_melting_rate -> rename melting_rate 189 195 }}} 190 196 hydrology{{{ 191 watercolumn192 197 spwatercolumn 193 hydro_n 198 hydro_n -> remove all hydro_ 194 199 hydro_CR 195 200 hydro_p … … 198 203 }}} 199 204 control{{{ 200 control_analysis 201 num_control_type -> num_controls 202 control_type -> rename control_paramters? 203 num_cm_responses 204 cm_responses -> rename objective_functions 205 private: 206 num_control_type -> num_control_parameters 207 num_cm_responses -> rename num_cost_functions 208 209 control_analysis ->rename iscontrol 210 control_type -> rename control_parameters? 211 cm_responses -> rename cost_functions 205 212 cm_gradient -> rename gradient_only 206 weights 213 weights -> rename cost_functions_coefficients 207 214 208 215 cm_min -> min_parameters … … 210 217 211 218 nsteps 212 maxiter 213 tolx 214 optscal 215 cm_jump -> jump 216 eps_cm -> remove (never used) 217 epsvel -> hardcoded? 218 meanvel -> hardcoded? 219 maxiter -> rename maxiter_per_step 220 tolx -> hardcoded,delete 221 optscal -> gradient_scaling 222 cm_jump -> step_threshold 223 eps_cm -> misfit_threshold 224 225 epsvel -> hardcoded, delete 226 meanvel -> hardcoded, delete 219 227 220 228 vx_obs
Note:
See TracChangeset
for help on using the changeset viewer.