-
Notifications
You must be signed in to change notification settings - Fork 7
Array default fill values #240
Copy link
Copy link
Open
Labels
dfnDFN specification-relatedDFN specification-relatedquestionInformation or decisions requiredInformation or decisions requiredrequirementCore requirementCore requirement
Milestone
Metadata
Metadata
Assignees
Labels
dfnDFN specification-relatedDFN specification-relatedquestionInformation or decisions requiredInformation or decisions requiredrequirementCore requirementCore requirement
Type
Fields
Give feedbackNo fields configured for issues without a type.
The DFNs currently define default fill values for some array variables (also some scalar dimension sizes) for which questions of appropriateness have been raised. E.g.
strt = 1.0nlay = 1,nrow/ncol = 2,delc/delr = 1.0,botm = 0.0k = 1.0If I recall correctly, the thinking was, these make it slightly easier to create simple models, by removing the need to specify values, but there is no reason for any particular value.
Do we want default fill values for array variables that have no obvious default values? Is ease of creating a simulation sufficient reason?
Others though are justifiable on a physical basis, like
density_water = 1000.0,heat_capacity_water = 4184.0Then there is the widespread use of
DNODATA(3e30) which may be a separate question.