Changeset 9419


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

almost there 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/template

    r9418 r9419  
    131131                vertices_type2d -> delete
    132132}}}
    133 diagnostic{{{
    134         isdiagnostic
     133initialization{{{
    135134        vx
    136135        vy
    137136        vz
    138137        vel
     138        pressure
     139        temperature
     140        watercolumn
     141        waterfraction
     142}}}
     143diagnostic{{{
    139144        spcvx
    140145        spcvy
     
    145150        pressureload -> rename icefront?
    146151        diagnostic_ref -> rename referential?
    147         penalties
    148         pressure
     152        penalties -> rename vertex_pairing
    149153
    150154        eps_res -> rename following PETSc: restol
     
    153157        max_nonlinear_iterations -> rename maxiter
    154158
    155         penalty_lock -> rename riftpenaltylock or equiv?
    156         min_mechanical_constraints -> rename (not clear)
     159        penalty_lock -> rename rift_penalty_lock
     160        min_mechanical_constraints -> rename  rift_penalty_threshold
    157161}}}
    158162thermal{{{
    159         isthermal
    160         temperature
    161163        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
    165166        artificial_diffusivity -> rename stabilization
    166167        max_nonlinear_iterations -> rename maxiter
    167         stabilize_constraints -> rename (not clear)
     168        stabilize_constraints -> rename thermal_penalty_lock
    168169}}}
    169170prognostic{{{
    170         isprognostic
    171171        spcthickness
    172172        hydrostatic_adjustment
    173173        artificial_diffusivity -> rename stabilization
    174174        prognostic_DG -> should be merged with stabilization
    175         penalties
     175        penalties -> rename vertex_pairing
    176176}}}
    177177balancethickness{{{
    178178        spcthickness
    179         dhdt
     179        dhdt -> rename thickening_rate
    180180        artificial_diffusivity -> rename stabilization
    181181}}}
     
    184184        max_steadystate_iterations -> rename maxiter
    185185}}}
     186transient{{{
     187   isdiagnostic
     188   isprognostic
     189   isthermal
     190   isgroundingline -> add
     191}}}
    186192goundingline {{{
    187         groundingline_migration
    188         groundingline_melting_rate
     193        groundingline_migration -> rename migration_type
     194        groundingline_melting_rate -> rename melting_rate
    189195}}}
    190196hydrology{{{
    191         watercolumn
    192197        spwatercolumn
    193         hydro_n
     198        hydro_n -> remove all hydro_
    194199        hydro_CR
    195200        hydro_p
     
    198203}}}
    199204control{{{
    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
    205212        cm_gradient -> rename gradient_only
    206         weights
     213        weights -> rename cost_functions_coefficients
    207214
    208215        cm_min -> min_parameters
     
    210217
    211218        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
    219227
    220228        vx_obs
Note: See TracChangeset for help on using the changeset viewer.