Manual override flag (-nz) for layer numbers to pfdist command#147
Merged
Conversation
Adding a manual override option for the number of layers when calling pfdist
jjokella
added a commit
to HPSCTerrSys/parflow
that referenced
this pull request
Oct 18, 2023
``` eTSMP/parflow/pfsimulator/parflow_lib/solver_richards.c(4112): error parflow#303: explicit type is missing ("int" assumed) PseudoAdvanceRichards(PFModule * this_module, double start_time, /* Starting time */ ^ eTSMP/parflow/pfsimulator/parflow_lib/solver_richards.c(4112): error parflow#147: declaration is incompatible with "void PseudoAdvanceRichards(PFModule *, double, double, PFModule *, Vector *, Vector **, Vector **, Vector **)" (declared at line 1169 of "/p/scratch/cjibg36/jibg3683/DATAASSIMILATION/TSMP-PDAF/eTSMP/parflow/pfsimulator/parflow_lib/parflow_proto.h") PseudoAdvanceRichards(PFModule * this_module, double start_time, /* Starting time */ ^ ```
mfahdaz
pushed a commit
to mfahdaz/parflow
that referenced
this pull request
Apr 3, 2026
…ow#147) * Update pftools.c Adding a manual override option for the number of layers when calling pfdist * 1. Adding manual override flag (-nz) for layer numbers to pfdist command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users had to manually set number of cells in Z for pfdist to work on 1D datasets. Add flag to pfdist command to enable using the command without setting the key.
Fixes #142