|
85 | 85 | ! constraint_sigma(:)
|
86 | 86 | ! ~~~~~~~~~~~~~~~~~~~
|
87 | 87 |
|
| 88 | + ! :: |
| 89 | + |
88 | 90 | constraint_name(:) = '' ! change this to whatever you want
|
89 | 91 | constraint_target(:) = 0
|
90 | 92 | constraint_sigma(:) = 0
|
|
102 | 104 | ! Z_div_X_solar
|
103 | 105 | ! ~~~~~~~~~~~~~
|
104 | 106 | ! Convenience parameter leftover from the old interface that
|
105 |
| - ! can be used when calculating things relative to solar metallicity. |
| 107 | + ! can be used when calculating things relative to solar metallicity. :: |
106 | 108 |
|
107 | 109 | Z_div_X_solar = 0.02293d0
|
108 | 110 |
|
|
130 | 132 |
|
131 | 133 | ! dt_for_smaller_steps_before_age_target
|
132 | 134 | ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
133 |
| - ! This should be much smaller than ``age_sigma``. |
| 135 | + ! This should be much smaller than ``age_sigma``. :: |
134 | 136 |
|
135 | 137 | dt_for_smaller_steps_before_age_target = 0.0065d8 ! 1/10 age_sigma
|
136 | 138 |
|
|
570 | 572 | ! parameters in the ``set_param`` subroutine in
|
571 | 573 | ! ``run_star_extras.f90``, or rely on the default
|
572 | 574 | ! implementation, which provides the legacy options
|
| 575 | + |
573 | 576 | ! * ``initial_mass``
|
574 | 577 | ! * ``initial_Y``
|
575 | 578 | ! * ``initial_FeH``
|
|
587 | 590 | ! ~~~~~~~~~~
|
588 | 591 | ! If ``.true.``, that parameter will be varied by the search.
|
589 | 592 | ! If ``.false.``, that parameter will be fixed at the first value
|
590 |
| - ! (see ``first_param``). |
| 593 | + ! (see ``first_param``). :: |
591 | 594 |
|
592 | 595 | vary_param(:) = .false.
|
593 | 596 |
|
|
941 | 944 | ! ~~~~~~~~~~~~~~~~~~~~~~~~~
|
942 | 945 |
|
943 | 946 | ! Formats for writing floats (reals), integers and characters
|
944 |
| - ! (strings) to the results file. |
| 947 | + ! (strings) to the results file. :: |
945 | 948 |
|
946 | 949 | astero_results_dbl_format = '(1pes26.16)'
|
947 | 950 | astero_results_int_format = '(i26)'
|
|
1166 | 1169 | ! The GYRE controls are read from the ``gyre_input_file``.
|
1167 | 1170 | ! Rich offers the following comments on setting them:
|
1168 | 1171 |
|
1169 |
| - ! > I suggest setting freq_min to 0.9*MINVAL(l0_obs), |
1170 |
| - ! > and freq_max to 1.1*MAXVAL(l0_obs) |
1171 |
| - ! > (similarly for the other l values). |
| 1172 | + ! I suggest setting freq_min to 0.9*MINVAL(l0_obs), |
| 1173 | + ! and freq_max to 1.1*MAXVAL(l0_obs) |
| 1174 | + ! (similarly for the other l values). |
1172 | 1175 |
|
1173 |
| - ! > freq_units should be 'UHZ', |
1174 |
| - ! > and set grid_type to 'LINEAR'. |
| 1176 | + ! freq_units should be 'UHZ', |
| 1177 | + ! and set grid_type to 'LINEAR'. |
1175 | 1178 |
|
1176 |
| - ! > For n_freq, I suggest either setting it to 10*(freq_max - freq_min)/dfreq, |
1177 |
| - ! > where dfreq is the estimated frequency spacing; or, set it to 10*nl0. |
1178 |
| - ! > The factor 10 is arbitrary, but seems to be a good safety factor. |
| 1179 | + ! For n_freq, I suggest either setting it to 10*(freq_max - freq_min)/dfreq, |
| 1180 | + ! where dfreq is the estimated frequency spacing; or, set it to 10*nl0. |
| 1181 | + ! The factor 10 is arbitrary, but seems to be a good safety factor. |
1179 | 1182 |
|
1180 | 1183 | ! gyre_input_file
|
1181 | 1184 | ! ~~~~~~~~~~~~~~~
|
|
0 commit comments