You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash# List of possible values for the wildcard * (FVS variants)# ? : varient (ak and on) does not work variants (ak and on) does not work due to errors in their code
folders=("bc""bm""ca""ci""cr""cs""ec""em""kt""ls""nc""ne""ie""op""oc""pn""sn""so""tt""ut""wc""ak""ws""on") # Add other values as neededforfolderin"${folders[@]}"docd"FVS${folder}_CmakeDir"&& make
# Check the exit code to determine success or failureif [ $?-eq 0 ];thenecho"Success: FVS${folder}_CmakeDir"
cp "FVS${folder}" ../../../binaries
elseecho"Failure: FVS${folder}_CmakeDir"fi# Move back to the original directorycd ..
done
? : variant (ak and on) does not work variants (ak and on) does not work due to errors in their code
Not able to create the binaries for AK and ON variant executable (FVSak and FVSon not able to created...)
The text was updated successfully, but these errors were encountered:
* New subroutine for generating the output DB FVS_Error table.
* fire\base\fmcadd.f - debug output
fire\base\fmdout.f - debug output
fire\base\fmsvol.f - debut output
base\errgro.f - update to write error messages to output DB table FVS_Error
because it may indicate sampling design specification error.
Complete text of message is printed in main output file.
- new "error" #41
FVS41 WARNING: INITIAL STAND STOCKING IS MORE THAN 5% ABOVE
LIMIT, SDI MAXIMUM RESET.
base\sdichk.f - SDI warning treated as Error #41 so that it gets writted to
output DB FVS_Error.
base\initre.f - Enabling use of nested AddFiles by adding second parameter to
CLOSE keyword that directs reference number from which input
keywords will continue to be read.
"INPUT RETURNED TO FILE ASSIGNED TO REFERENCE NUMBER ="
bin\FVS--_sourceList - Add new file dbsqlite\dbserror.f for ouput DB FVS_Error table.
* Update of Output DB dump files for new FVS_Error table.
Rebuild of failing ECON DB testing. Do not consider this run a valid ECON application example, just processing.
* Relocated DSNOut keyword to top of keyword sets
? : variant (ak and on) does not work variants (ak and on) does not work due to errors in their code
Not able to create the binaries for AK and ON variant executable (FVSak and FVSon not able to created...)
The text was updated successfully, but these errors were encountered: