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

Fix bug in array syntax in ice_itd.F90 #400

Merged
merged 1 commit into from
Oct 29, 2015

Commits on Oct 28, 2015

  1. Fix bug in array syntax in ice_itd.F90

    Fixes an error encountered when compiling with intel DEBUG mode on
    edison.  In this bug, the code fails at runtime in ice_itd.F90 with a
    message stating:
    
    "Subscript #1 of the array ATRCR has value 1 which is greater than the
    upper bound of 0"
    
    This is fixed as described on DiscussCESM
    (https://bb.cgd.ucar.edu/error-running-compset-fsdwsf-ert), by
    removing the explicit array syntax in the call to compute_tracers().
    
    Fixes #339
    susburrows committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    ab10ca1 View commit details
    Browse the repository at this point in the history