Changeset 9420
- Timestamp:
- 08/25/11 14:13:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/template
r9419 r9420 151 151 diagnostic_ref -> rename referential? 152 152 penalties -> rename vertex_pairing 153 penalty_offset -> rename penalty_factor and change to absolute value 153 154 154 155 eps_res -> rename following PETSc: restol … … 159 160 penalty_lock -> rename rift_penalty_lock 160 161 min_mechanical_constraints -> rename rift_penalty_threshold 162 requested_outputs 161 163 }}} 162 164 thermal{{{ … … 167 169 max_nonlinear_iterations -> rename maxiter 168 170 stabilize_constraints -> rename thermal_penalty_lock 171 penalty_offset -> rename penalty_factor and change to absolute value 172 requested_outputs 169 173 }}} 170 174 prognostic{{{ … … 174 178 prognostic_DG -> should be merged with stabilization 175 179 penalties -> rename vertex_pairing 180 penalty_offset -> rename penalty_factor and change to absolute value 181 requested_outputs 176 182 }}} 177 183 balancethickness{{{ … … 179 185 dhdt -> rename thickening_rate 180 186 artificial_diffusivity -> rename stabilization 187 requested_outputs 181 188 }}} 182 189 steadystate{{{ 183 190 eps_rel -> rename following PETSc: reltol 184 191 max_steadystate_iterations -> rename maxiter 192 requested_outputs 185 193 }}} 186 194 transient{{{ … … 188 196 isprognostic 189 197 isthermal 190 isgroundingline -> add 198 idsgroundingline -> add 199 requested_outputs 191 200 }}} 192 201 goundingline {{{ … … 202 211 hydro_kn 203 212 }}} 204 control{{{ 213 inversion{{{ 205 214 private: 206 215 num_control_type -> num_control_parameters … … 236 245 qmu_method -> remove all qmu_ 237 246 qmu_params 238 dakotaresults 239 dakotain 240 dakotaout 241 dakotadat 242 qmu_analysis 243 part 244 npart 247 dakotaresults ->results 248 dakotain ->check 249 dakotaout ->check 250 dakotadat ->check 251 qmu_analysis -> isqmu 252 part ->partition 253 npart -> numberofpartitions 245 254 numberofvariables 246 255 numberofresponses … … 250 259 qmu_mass_flux_profiles 251 260 qmu_mass_flux_segments 252 qmu_relax 253 qmu_save_femmodel 261 qmu_relax -> investigate 262 qmu_save_femmodel -> trash 254 263 255 264 adjacency 256 vwgt 265 vwgt -> vertex_weight 257 266 }}} 258 267 flaim{{{ … … 271 280 }}} 272 281 cluster{{{ 273 waitonlock -> cluster dependent 282 waitonlock -> cluster dependent to be added to all cluster classes 274 283 -> already exists 275 284 }}} 276 285 timestepping{{{ 277 dt 278 ndt 279 time_adapt -> rename cfl_apply286 dt ->time_step 287 ndt-> rename final_time 288 time_adapt -> "cfl" "none" 280 289 adaptative_cfl -> remove 281 290 cfl_coefficient 282 291 }}} 283 292 results{{{ 284 requested_outputs285 293 results_on_vertices 286 294 output_frequency … … 289 297 + all model results ??? (DiagnosticSolution and others?) 290 298 }}} 291 solver{{{ -> or petsc?299 solver{{{ 292 300 petscoptions -> could become the class itself 293 301 }}} … … 295 303 gprof 296 304 mem_debug -> rename valgrind 297 memoryleaks -> never used 298 }}} 299 private {{{ 300 counter 301 runtimename 302 runmefile 303 inputfilename -> is it really needed? it is just runtimename.bon 304 outputfilename -> same 305 solution_type -> rename solution 306 bamg 305 memoryleaks -> delete 307 306 }}} 308 307 constants{{{ … … 312 311 referencetemperature 313 312 }}} 314 computation{{{313 settings{{{ 315 314 io_gather 316 penalty_offset317 315 sparsity 318 316 lowmem 319 317 }}} 320 321 radarimage{{{ 322 sarpwr 323 sarxm 324 sarym 318 radaroverlay{{{ 319 sarpwr %error message if database does not exist 320 sarxm 321 sarym 325 322 }}} 326 323 miscelaneous {{{ … … 328 325 name 329 326 dummy 327 }}} 328 private {{{ 329 counter -> not needed 330 runtimename 331 runmefile -> erase 332 inputfilename -> is it really needed? it is just runtimename.bon 333 outputfilename -> same 334 solution_type -> erase and get this from the outbin 335 bamg 330 336 }}} 331 337 … … 348 354 349 355 forcings -> delete 350 minh -> remove or really use in the code!356 minh -> remove and put into prognostic 351 357 firn_layer -> remove (never used) 352 358 deltaH -> remove (unused) … … 371 377 strainrate-> remove (that's a model result) 372 378 373 alloc_cleanup -> remove 379 alloc_cleanup -> remove -> and put in cosmos cleanup 374 380 mask -> delete?
Note:
See TracChangeset
for help on using the changeset viewer.