Skip to content
/ wps Public
forked from wrf-model/WPS

🔨 The WRF Preprocessing System (WPS) with CMake support

License

Notifications You must be signed in to change notification settings

WRF-CMake/wps

 
 

Repository files navigation

WPS-CMake

Build status Appveyor Build Status Travis CI Build Status Azure Pipelines DOI

Installation

Please see the WRF-CMake repository for information on how to install WPS-CMake.

How to cite

Permanent DOIs for versions of the WPS-CMake extension are avalable on Zenodo at https://zenodo.org/record/3407074.

For information on how to cite WRF-CMake, please see the How to cite section in the WRF-CMake repository.

Changes to be upstreamed

The following is a list of changes to be upsteamed:

  • metgrid/src/{read,write}_met_module.F, ungrib/src/{datint,output,rrpr,ungrib}.F: Replace colons with underscores in filenames to be compatible with Windows
  • ungrib/src/cio.c, ungrib/src/ngl/w3/bacio.v1.3.c: Fixed file opening on Windows which is text-mode by default and has been changed to binary mode
  • util/src/elev_angle.F: Establish compatibility with modern compilers by moving subroutines into module
  • util/src/elev_angle.F: Add support for compilers that define iargc as 'intrinsic' instead of 'external'
  • util/src/elev_angle.F: Fixed ordering of argument declarations to avoid Cray compile errors

Copyright and license

General WRF copyright and license applies for any files part of the original WPS distribution — see the README file for more details.

Additional files provided by WPS-CMake are licensed according to LICENSE_CMAKE.txt if the relevant file contains the following header at the beginning of the file, otherwise the general WRF copyright and license applies.

Copyright 2018 M. Riechert and D. Meyer. Licensed under the MIT License.