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

Add app that reads training data from ICAR output #73

Merged
merged 9 commits into from
Aug 13, 2023
Merged

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    ef18965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a81901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d74a1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bedac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e31bbc View commit details
    Browse the repository at this point in the history
  6. feat(app): read several icar training_input vars

    This commit moves/renames example/read-training-data.f90 to
    app/train-cloud-microphysics.f90 and reads several 3D and 4D
    arrays containing network inputs and the corresponding
    expected outputs from NetCDF files named <base-name>_input.nc
    and <base-name>_output.nc.
    rouson committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a77c7cc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    4d57da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43616f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da39bb View commit details
    Browse the repository at this point in the history