@@ -157,7 +157,7 @@ namespace aspect
157157 " for all compositions that are not selected in the list. "
158158 " By default the list is empty and the world builder is "
159159 " evaluated for all compositional fields." );
160- prm.declare_entry (" Disequilibrium percentage" , " 10 " ,
160+ prm.declare_entry (" Disequilibrium percentage" , " 5 " ,
161161 Patterns::Double (0 ),
162162 " A percentage value that defines the increase in the "
163163 " bound_fluid compositional field from its equilibrium value. "
@@ -216,12 +216,10 @@ namespace aspect
216216 ASPECT_REGISTER_INITIAL_COMPOSITION_MODEL (WorldBuilderDisequilibrium,
217217 " world builder disequilibrium" ,
218218 " Specify the initial composition through the World Builder. "
219- " More information on the World Builder can be found at "
220- " \\ url{https://geodynamicworldbuilder.github.io}. "
221- " Make sure to specify the location of the World Builder file "
222- " in the parameter 'World builder file'. It is possible to use "
223- " the World Builder only for selected compositional fields by "
224- " specifying the parameter 'List of relevant compositions'." )
219+ " If the composition is not named bound_fluid, the composition "
220+ " is set to the value returned by the World Builder. If the "
221+ " composition is named bound_fluid, the value returned by the "
222+ " World Builder is increased by a user defined percentage. " )
225223 }
226224}
227225#endif
0 commit comments