Changeset 9420


Ignore:
Timestamp:
08/25/11 14:13:41 (14 years ago)
Author:
Eric.Larour
Message:

almost there 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/template

    r9419 r9420  
    151151        diagnostic_ref -> rename referential?
    152152        penalties -> rename vertex_pairing
     153        penalty_offset -> rename penalty_factor and change to absolute value
    153154
    154155        eps_res -> rename following PETSc: restol
     
    159160        penalty_lock -> rename rift_penalty_lock
    160161        min_mechanical_constraints -> rename  rift_penalty_threshold
     162        requested_outputs
    161163}}}
    162164thermal{{{
     
    167169        max_nonlinear_iterations -> rename maxiter
    168170        stabilize_constraints -> rename thermal_penalty_lock
     171        penalty_offset -> rename penalty_factor and change to absolute value
     172        requested_outputs
    169173}}}
    170174prognostic{{{
     
    174178        prognostic_DG -> should be merged with stabilization
    175179        penalties -> rename vertex_pairing
     180        penalty_offset -> rename penalty_factor and change to absolute value
     181        requested_outputs
    176182}}}
    177183balancethickness{{{
     
    179185        dhdt -> rename thickening_rate
    180186        artificial_diffusivity -> rename stabilization
     187        requested_outputs
    181188}}}
    182189steadystate{{{
    183190        eps_rel -> rename following PETSc: reltol
    184191        max_steadystate_iterations -> rename maxiter
     192        requested_outputs
    185193}}}
    186194transient{{{
     
    188196   isprognostic
    189197   isthermal
    190    isgroundingline -> add
     198   idsgroundingline -> add
     199   requested_outputs
    191200}}}
    192201goundingline {{{
     
    202211        hydro_kn
    203212}}}
    204 control{{{
     213inversion{{{
    205214        private:
    206215                num_control_type -> num_control_parameters
     
    236245        qmu_method -> remove all qmu_
    237246        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
    245254        numberofvariables
    246255        numberofresponses
     
    250259        qmu_mass_flux_profiles
    251260        qmu_mass_flux_segments
    252         qmu_relax
    253         qmu_save_femmodel
     261        qmu_relax -> investigate
     262        qmu_save_femmodel -> trash
    254263
    255264        adjacency
    256         vwgt
     265        vwgt -> vertex_weight
    257266}}}
    258267flaim{{{
     
    271280}}}
    272281cluster{{{
    273         waitonlock -> cluster dependent
     282        waitonlock -> cluster dependent to be added to all cluster classes
    274283        -> already exists
    275284}}}
    276285timestepping{{{
    277         dt
    278         ndt
    279         time_adapt -> rename cfl_apply
     286        dt ->time_step
     287        ndt-> rename final_time
     288        time_adapt -> "cfl" "none"
    280289        adaptative_cfl -> remove
    281290        cfl_coefficient
    282291}}}
    283292results{{{
    284         requested_outputs
    285293        results_on_vertices
    286294        output_frequency
     
    289297          + all model results ??? (DiagnosticSolution and others?)
    290298}}}
    291 solver{{{ -> or petsc?
     299solver{{{
    292300petscoptions -> could become the class itself
    293301}}}
     
    295303        gprof
    296304        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
    307306}}}
    308307constants{{{
     
    312311referencetemperature
    313312}}}
    314 computation{{{
     313settings{{{
    315314io_gather
    316 penalty_offset
    317315sparsity
    318316lowmem
    319317}}}
    320 
    321 radarimage{{{
    322         sarpwr
    323           sarxm
    324           sarym
     318radaroverlay{{{
     319        sarpwr %error message if database does not exist
     320        sarxm
     321        sarym
    325322}}}
    326323miscelaneous {{{
     
    328325        name
    329326        dummy
     327}}}
     328private {{{
     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
    330336}}}
    331337
     
    348354
    349355forcings -> delete
    350 minh -> remove or really use in the code!
     356minh -> remove and put into prognostic
    351357firn_layer -> remove (never used)
    352358deltaH -> remove (unused)
     
    371377strainrate-> remove (that's a model result)
    372378
    373 alloc_cleanup -> remove
     379alloc_cleanup -> remove -> and put in cosmos cleanup
    374380mask -> delete?
Note: See TracChangeset for help on using the changeset viewer.