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

Update package name of ESMPy #18

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 8, 2024

  1. bugfix for ImportError ESMF - adjust package name of ESMPy (was renam…

    …ed from 'ESMF' to 'esmpy' as of v8.4.0)
    jeemijn committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8d3b79f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. change np.float (deprecated alias) to float to solve 'AttributeError:…

    … module numpy has no attribute float'
    jeemijn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9601658 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. another np.float @9601658

    jeemijn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5741d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. few bugfixes for atmos forcing, which is 'currently in beta stages'; …

    …this commit solves 'NameError:name x is not defined' for x=atmosForcing & years & getERA5_1DAYfilename; and 'AttributeError: module grd has no attribute grdClass'; now stuck at NameError for x=nor
    jeemijn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    05aeaac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9861978 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. update readme with comment not working for OS X with M1 chip; small c…

    …hanges in layout of code snippets
    jeemijn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3f8031d View commit details
    Browse the repository at this point in the history
  2. continue debugging atmos; solves multiple NameErrors and AttributeErr…

    …ors; remove vague comments of @05aeaacd
    jeemijn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    97a2028 View commit details
    Browse the repository at this point in the history