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

AeroDyn cleanup #863

Merged
merged 10 commits into from
Oct 21, 2021
Merged

AeroDyn cleanup #863

merged 10 commits into from
Oct 21, 2021

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    5e22baa View commit details
    Browse the repository at this point in the history
  2. AD: update error handling

    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f43093e View commit details
    Browse the repository at this point in the history
  3. AD: replace instances of Array(:)%Field with loops: Array(i)%Field

    This type of syntax caused issues in some version of gfortran long ago: old-NWTC/NWTC_Library@976d9bd#diff-9cf80e40ecf0eacb20ef6f7042888d47defca409fb3c4bb7e972be47e93c2e6f
    
    Maybe this helps with OpenFAST#841?
    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    94fc94c View commit details
    Browse the repository at this point in the history
  4. docs: Fix some typos

    also added `alt` keyword to figures to avoid warnings in VSCode previewer
    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e4c8337 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    c559faf View commit details
    Browse the repository at this point in the history
  2. AD: fix some error handling

    bjonkman committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8f91c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. AD: destroy arrays in FileInfo type after use

    Also, don't save variables for ProcessCom (initialize in declaration statement = SAVE)
    bjonkman committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8e9c079 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    6df975e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Added more error handling

    bjonkman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    872ef69 View commit details
    Browse the repository at this point in the history
  2. update docs

    bjonkman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    bbb38dd View commit details
    Browse the repository at this point in the history