Skip to main content

"atlaslib-ecmwf"

Project description

Atlas

atlas release version build codecov

Project home: https://confluence.ecmwf.int/display/ATLAS
Contact: Willem Deconinck (willem.deconinck@ecmwf.int)
Publication:

Deconinck et al, 2017 --- Atlas: A library for numerical weather prediction and climate modelling

Atlas is a ECMWF library for parallel data-structures supporting unstructured grids and function spaces, with the aim to investigate alternative more scalable dynamical core options for Earth System models, and to support modern interpolation and product generation software

Atlas is predominantly C++ code, with main features available to Fortran codes through a F2003 interface. It requires some flavour of Unix (such as Linux). It is known to run on a number of systems, some of which are directly supported by ECMWF.

Requirements

Tested compilers include:

  • GCC 4.9.1, 5.3.0, 6.3.0, 7.2.0
  • Intel 15.0.2, 16.0.3, 17, 18
  • CCE 8.4.5, 8.5.8, 8.6.2
  • PGI-Fortran 17.7 combined with GNU-C/C++ 6.3
  • PGI 17.7

Known compilers to fail include:

  • PGI-Fortran 17.10, 18.1

Required dependencies:

  • CMake --- For use and installation see http://www.cmake.org/
  • ecbuild --- ECMWF library of CMake macros
  • eckit (with MPI support) --- C++ support library

Recommended dependencies:

  • fckit --- For enabling Fortran interfaces
  • python (only when Fortran bindings are required)

Optional dependencies:

  • gridtools-storage --- For GPU interoperability
  • transi --- For enabling IFS spherical harmonics transforms ( not open-source )
  • CGAL --- For enabling Delaunay triangulation of unstructured grids
  • Eigen3 -- For certain linear algebra operations
  • FFTW -- For enabling inverse spherical harmonics transforms (TransLocal)

Installation

Atlas employs an out-of-source build/install based on CMake.

Make sure ecbuild, eckit and fckit are installed and the ecbuild executable script is found ( which ecbuild ). Following environment variables help the build system to detect the right dependencies:

# For finding eckit
ECKIT_PATH               # Path to eckit prefix

# For finding fckit
FCKIT_PATH               # Path to fckit prefix

Other environment variables that could be required for optional features:

# For finding gridtools-storage
GRIDTOOLS_STORAGE_PATH   # Path to gridtools-storage prefix

# For finding transi
TRANSI_PATH              # Path to transi prefix

# For finding CGAL
BOOST_ROOT               # Path to Boost prefix
CGAL_DIR                 # Path to directory containing CGALConfig.cmake
Eigen3_DIR               # Path to directory containing Eigen3Config.cmake
FFTW_PATH                # Path to FFTW prefix

Now proceed with installation as follows

# Environment --- Edit as needed
ATLAS_SRC=$(pwd)
ATLAS_BUILD=build
ATLAS_INSTALL=$HOME/local

# 1. Create the build directory:
mkdir $ATLAS_BUILD
cd $ATLAS_BUILD

# 2. Run CMake
ecbuild --prefix=$ATLAS_INSTALL -- $ATLAS_SRC

# 3. Compile / Install
make -j10
make install

# 4. Check installation
$ATLAS_INSTALL/bin/atlas --info

Extra flags maybe added to step 2 to fine-tune configuration.

  • --build=DEBUG|RELEASE|BIT --- Optimisation level
    • DEBUG: No optimisation (-O0 -g)
    • BIT: Maximum optimisation while remaning bit-reproducible (-O2 -g)
    • RELEASE: Maximum optimisation (-O3)
  • -DENABLE_OMP=OFF --- Disable OpenMP
  • -DENABLE_FORTRAN=OFF --- Disable Compilation of Fortran bindings

Note: By default compilation is done using shared libraries. Some systems have linking problems with static libraries that have not been compiled with -fPIC. In this case, also compile atlas using static linking, by adding to step 2: --static

Runtime Configuration

Atlas behaviour can be configured through some environment variables with defaults marked in square brackets

  • ATLAS_INFO=<0|[1]> --- Control printing of Atlas standard information
  • ATLAS_DEBUG=<[0]|1> --- Control printing of Atlas debug information
  • ATLAS_TRACE=<[0]|1> --- Control printing of Atlas traces (includes timings)

Contributing

Contributions to Atlas are welcome. In order to do so, please open an issue where a feature request or bug can be discussed. Then issue a pull request with your contribution. Pull requests must be issued against the develop branch.

Citing Atlas

If you publish work which mentions Atlas, or Atlas has been useful in your research, please cite the following paper:

@article{DECONINCK2017188,
title = "Atlas : A library for numerical weather prediction and climate modelling",
journal = "Computer Physics Communications",
volume = "220",
pages = "188 - 204",
year = "2017",
issn = "0010-4655",
doi = "https://doi.org/10.1016/j.cpc.2017.07.006",
url = "http://www.sciencedirect.com/science/article/pii/S0010465517302138",
author = "Willem Deconinck and Peter Bauer and Michail Diamantakis and Mats Hamrud and Christian Kühnlein and Pedro Maciel and Gianmarco Mengaldo and Tiago Quintino and Baudouin Raoult and Piotr K. Smolarkiewicz and Nils P. Wedi",
keywords = "Numerical weather prediction, Climate, Earth system, High performance computing, Meteorology, Flexible mesh data structure"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

atlaslib_ecmwf-0.43.0-cp313-cp313-manylinux_2_28_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-cp312-cp312-manylinux_2_28_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-cp311-cp311-manylinux_2_28_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-cp310-cp310-manylinux_2_28_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-cp39-cp39-manylinux_2_28_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file atlaslib_ecmwf-0.43.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 911accbf52dc77f7d8388a3e5590863ce135a2754b89aa4e11fd5811625b5d93
MD5 edde93c81167350c91182b0b5fdb8c6b
BLAKE2b-256 23028fc54f6072724f489949a1fd53f3687d661aed8ab18320ce8ec32107c6b4

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c1041ab87df8c1386812fc653f9fd9be56dcaca927dce1bc9e220a27a4ed42c4
MD5 2d9d9c99e4a0899ef95e8ecf34eedeef
BLAKE2b-256 af3e88ace543559e6dd00217fe5336dd1dd67e6953371a94937c54c030592da5

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7807dabb5927eec2a08c7c75fa13827e24a49202564250dd0e1359c26917ef49
MD5 9fecbf85f6b3ba15eacd3984190e9732
BLAKE2b-256 79a5c716a0657158dbd5da63cebcdc2ed6966aed9de92d143cfa23b114aa66e1

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dae49711a1d01d17b136bc2c3b608fe4506981962e781589277f010b3f6d8c43
MD5 0d2a3aaffbdade8861904d26aa5dc807
BLAKE2b-256 f93ac575f6ca8e4a29fbdfcc7c865efa82b1d44e343836aeba5dbcffbe6fe0d9

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45902ae3cbba3faab7fb187453d11afdb57f687c58ec64c6728667fcad701dd1
MD5 f235fbb766f75ecd72b64b4b06d436db
BLAKE2b-256 ca52f8c00cbf905b754024f8cfc5c0c8322794fae085393e6edbb862d5576d26

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e74ef696d888387c478cb143b0bed53c288a3e2201b3673d4ab14d22b66c7c5a
MD5 fdac516bda007c1cbee6126e95c0be8a
BLAKE2b-256 daf16dd0840104556aa08c3342d30d31eae705470d7273f81e5f78f0315a3e15

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f14254a7d19742a248fefdd1551baba20222e1753dad60b6772e66650efbbfd3
MD5 968bd2007f5d4d9b4551082adc22bdb6
BLAKE2b-256 f4293de90ae4663effb76664aca1c5d34de404c6b11cb16c5839897ed53f8bcf

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7084c003934ab54de5e16fd2de85944f0bc8a99433d3a53763c97dacb423eb7d
MD5 f6268daf7d1d8ff110474a1874b3f741
BLAKE2b-256 dd16c4b2ec120269e90c6ef3ec9272888834634563e4d4faa7018c744b9a12e9

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f937ecea2fb8b256da0b0bd19c9e92ceaa7e9b51b992333055460ab9fbaddc77
MD5 44ca72a1089f528e6b20cdce4145270b
BLAKE2b-256 58d5b2d3061e757da546d453050aa2ce63bb26b70a2c1ec14cf3c334245ce2f5

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55f0f9394459f5cb24d7c5589ade3153eedba38eb4ad5134b078f05bd1bfa05c
MD5 3a095cd35ad7c14f4a126e3ce2667db0
BLAKE2b-256 fb8eec7891d0f503b61063720b685aff0119bbc7924a353012c9736499a6050d

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ca5c09111e5265d5bd83a4cdb4a3bc21bc38e0bb3fbd45e59a9ed43547a3e491
MD5 2e5ce263f66865f579716c60473beddb
BLAKE2b-256 7298ed6b78b7e0532ee4fafa3c9776dc95798c4e8526d53eb021b07638cdf27c

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b261ef8df9f45a56c54259a0e2bac5e69b4f86d3229ec2d68cb754359caced9
MD5 17064f354d6be901e325b7e027ced857
BLAKE2b-256 3dbfd32f50c0ddd0ac0fb79722ba329eee1a06a13044be930ca63eae9cff3925

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68f58f4c13f6615b56d74fafcf725ce76c7cb0e8031ca6de400abdc4b5f21312
MD5 4d9f67b7e27e3ca25c780218b1a39056
BLAKE2b-256 ada86ff59dcc427e0807233bc4fa3ba0c35938789c24ec2dfdccdb02beee763f

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58cfeeeed6e999f13041ec41481ed86a107f4e25e21454b44831552f34e34648
MD5 b87ea116bfc59465a85b6911f317e3a6
BLAKE2b-256 cc24b2d30a13716f243a6f8350576244acc757075fa04bbe84684570a7956fbb

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e7904e5e7afca7e9e148411499fa620a21662f7c11067382c4e64385a32dd1a2
MD5 4ce7386068cb31963eddc48f52ff8d18
BLAKE2b-256 21f9d79e55e722d235379d4fcc2502842c239c36b003e5d8c4decf776520391f

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94c3d1476960e8ea9e242d16507f1424a822c96ddc6d7710e2491ccd40405eb3
MD5 3546f9470b69e27218b0f83b1d34d6dd
BLAKE2b-256 85cc233d141b8da6ddae898ce57ff1146e39287639f5530ca52c3b6d6068052b

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b49dbf604ce01ed0ef78d5c9cb7bd9abe05421b6e5383206bd76311b2ce2bb7d
MD5 c729490210433bc811e77520d735f3d1
BLAKE2b-256 f3c5887d6db7ca7ac6c63dc4b4e3fef6d6298121a00ee1671a392427c272e04a

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 931f03427f41447040c802aa0da523aaea48a732638d7dac776875903bf7c743
MD5 d03182c8c6b4bb838bde172d0deb4cc7
BLAKE2b-256 64c29024004f522138f3d94953498d3700a30bc90cedeb42c20c575dddf4f802

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b2512defdf4b3400211143f9bdf70d277d26cb0b200723c2dc60103d988459a4
MD5 173d9d905075e584924d363357e8504b
BLAKE2b-256 428b3f8fc5e69343e7aa1d5c2e0647f94b92e0f30b7bdcdc1abf0a749d45f9b9

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2257816963f94888daffadf01ad57765f7ec1c420675d8d3fbce2ff877956175
MD5 227b8c0d692000aede4f87541170eeff
BLAKE2b-256 462f1be3fad8b5709accaac2262297bfec9993e710bd3a1dc8017d09a243473a

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a58ade755a846a45d477f078185d463bb3db12b635d16e592f037aa8f143750e
MD5 92e264447569a92f7e4d517374f2d0ab
BLAKE2b-256 bf35a3b559afb1a9025309780a3d78e0dd14e59b469775cffcf0717f2c482e08

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a24c56cde98b3611fbf68899c69a6eac06e59c7065476e3f407dc69129b49d6
MD5 6d08c308cc80be69910f1ae93ae24ff5
BLAKE2b-256 4ce2b4b074b5a646da18b866535757188a3dffd2c58977425ba919fbbed19107

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e2a193d12ba3727ffa006fba1c813cc0e19764c68327fa04ed04c3847bbfc92
MD5 716df94682ce36d146a5516868dfbc3c
BLAKE2b-256 969795c6760d605fa8dac1adbf873d6eb3a63708100cdece43aebb4ddc3fc138

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3da7c126a7e64222c53648aebec028faa67b3f6df0ca620f7b1048014f97426a
MD5 ca3289b7eb874e59d86840e13fa31afa
BLAKE2b-256 afcfa0f7b054d1e94bd3c37e36494cef81974213abc21716db6dd577cf0688c3

See more details on using hashes here.

File details

Details for the file atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for atlaslib_ecmwf-0.43.0-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70e168cb5288a81497d7ef31b45d3b4451f5356d872a93d6c44475a094375fb5
MD5 2b9c28c54cdcd4cc09da87ee76106b2c
BLAKE2b-256 8623d45545870ca4a7744d8dc59d742a88f52e05b73c5f44e98012120255bf76

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page