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

Gmtb gfsphysics gnu support #36

Merged
merged 6 commits into from
Jan 12, 2018
Merged

Gmtb gfsphysics gnu support #36

merged 6 commits into from
Jan 12, 2018

Commits on Jan 2, 2018

  1. Bugfixes for OpenMP and modifications of arrays for gfortran in sfcsu…

    …b.F: gfortran crashes when 'real (kind=kind_io8) data8(idim*jdim)' is used, i.e. turn into allocatable arrays
    DomHeinzeller committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    2b2c8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d2ab7 View commit details
    Browse the repository at this point in the history
  3. (1) gfortran does not allow 'if (1)' -> use 'if (.true.)' instead; (2…

    …) Modifications of makefile to handle different name and order of parts of name for shared physics library on MacOSX; add missing CPPDEFS argument to compile commands
    DomHeinzeller committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    1a6d9d7 View commit details
    Browse the repository at this point in the history
  4. Bugfixes in GFS_typedefs.F90 for gfortran compiler; addition of 'gnuf…

    …ix' arrays to handle pointers to components of derived-type arrays (see also following commits to GFS diagnostics and fms I/O code)
    DomHeinzeller committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    69f3546 View commit details
    Browse the repository at this point in the history
  5. Bugfixes (wrong index), formatting cleanup and usage of 'gnufix' arra…

    …ys in GFS_diagnostics.F90 to deal with issue of pointers to components of derived-type arrays
    DomHeinzeller committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    7d34314 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'features/ccpp' of https://github.com/NCAR/gmtb-gfsphysics

    … into gmtb-gfsphysics-gnu-support
    DomHeinzeller committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    ad64d4f View commit details
    Browse the repository at this point in the history