Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variants AK and ON code error #41

Open
hrushikeshm-g opened this issue Mar 7, 2024 · 0 comments
Open

Variants AK and ON code error #41

hrushikeshm-g opened this issue Mar 7, 2024 · 0 comments

Comments

@hrushikeshm-g
Copy link

hrushikeshm-g commented Mar 7, 2024

#!/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 needed

for folder in "${folders[@]}"
do
    cd "FVS${folder}_CmakeDir" && make
    # Check the exit code to determine success or failure
    if [ $? -eq 0 ]; then
        echo "Success: FVS${folder}_CmakeDir"
        cp "FVS${folder}" ../../../binaries
    else
        echo "Failure: FVS${folder}_CmakeDir"
    fi
    # Move back to the original directory
    cd ..
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...)

wagnerds pushed a commit that referenced this issue Oct 2, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant