Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.68 KB

doc-generator.md

File metadata and controls

45 lines (39 loc) · 1.68 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 15 column 16
---
project: Coarray ICAR Prototype
summary: An exploration of implementing a core ICAR algorithm, MPDATA, in coarray Fortran
src_dir: test
src_dir: src
output_dir: doc
preprocess: true
display: public
         protected
         private
source: true
graph: true
sort: alpha
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
print_creation_date: true
creation_date: %Y-%m-%d %H:%M %z
project_download: https://github.com/sourceryinstitute/cme-214-homework-<username>/releases/latest
license: bsd
author: Ethan Gutmann 
email: gutmann@ucar.edu
author_description: Projet Scientist II
author_pic: http://xenon.colorado.edu/portal/images/people/Ethan_Gutmann.jpg 
project_github: https://github.com/gutmann/coarray_icar
project_download: https://github.com/gutmann/coarray_icar/releases/latest
license: bsd 
---

Brief description

Coarray mini-app capturing the transport algorithms from the Intermediate Complexity Atmospheric Research (ICAR) model Compilers

This archive has been tested with the GNU 11.1.0 and Intel OneAPI Fortran compilers.