|
58 | 58 | </nml_record>
|
59 | 59 |
|
60 | 60 | <nml_record name="physical_parameters">
|
61 |
| - <nml_option name="config_ice_density" type="real" default_value="900.0" units="kg m^{-3}" |
| 61 | + <nml_option name="config_ice_density" type="real" default_value="910.0" units="kg m^{-3}" |
62 | 62 | description="ice density to use"
|
63 | 63 | possible_values="Any positive real value"
|
64 | 64 | />
|
|
70 | 70 | description="sea level to use for calculating floatation"
|
71 | 71 | possible_values="Any real value"
|
72 | 72 | />
|
73 |
| - <nml_option name="config_default_flowParamA" type="real" default_value="4.3905866e-24" units="s^{-1} Pa^{-n}" |
74 |
| - description="Defines the default value of the flow law parameter A to be used if it is not being calculated from ice temperature." |
| 73 | + <nml_option name="config_default_flowParamA" type="real" default_value="3.1709792e-24" units="s^{-1} Pa^{-n}" |
| 74 | + description="Defines the default value of the flow law parameter A to be used if it is not being calculated from ice temperature. Defaults to the SI representation of 1.0e-16 yr^{-1} Pa^{-3}." |
75 | 75 | possible_values="Any positive real value"
|
76 | 76 | />
|
77 | 77 | <nml_option name="config_flowLawExponent" type="real" default_value="3.0" units="none"
|
|
168 | 168 | description="Logical flag determining if an output file should be written prior to the first time step."
|
169 | 169 | possible_values=".true. or .false."
|
170 | 170 | />
|
171 |
| - <nml_option name="config_frames_per_outfile" type="integer" default_value="1000" units="unitless" |
172 |
| - description="Integer specifying how many time frames should be included in an output file. Once the maximum is reached, a new output file is created." |
173 |
| - possible_values="Any positive integer value greater than 0" |
| 171 | + <nml_option name="config_frames_per_outfile" type="integer" default_value="0" units="unitless" |
| 172 | + description="Integer specifying how many time frames should be included in an output file. Once the maximum is reached, a new output file is created. If 0 (or less) is specified then all time frames are included in a single file called 'output.nc'." |
| 173 | + possible_values="Any integer value" |
174 | 174 | />
|
175 | 175 | <nml_option name="config_pio_num_iotasks" type="integer" default_value="0" units="unitless"
|
176 | 176 | description="Integer specifying how many IO tasks should be used within the PIO library. A value of 0 causes all MPI tasks to also be IO tasks. IO tasks are required to write contiguous blocks of data to a file."
|
|
0 commit comments