Skip to content

Commit d2417f7

Browse files
Update parcels/particleset.py
Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent 848788d commit d2417f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parcels/particleset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def _warn_particle_times_outside_fieldset_time_bounds(release_times: np.ndarray,
11301130
if np.any(release_times):
11311131
if np.any(release_times < time[0]):
11321132
warnings.warn(
1133-
"Some particles are set to be released before the fieldset's first time and the fields are not constant in time.",
1133+
"Some particles are set to be released outside the FieldSet's executable time domain.",
11341134
ParticleSetWarning,
11351135
stacklevel=2,
11361136
)

0 commit comments

Comments
 (0)