forked from ESCOMP/CISM
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
14 lines (12 loc) · 864 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The libdycore directory contains routines that allow CISM to be connected to
external dynamic cores written in C++. Currently, an interface to the
BISICLES dycore is being developed. A prototype driver that uses the BISICLES
dycore can be found in example-drivers/simple_bisicles/src. Build instructions
are located in that directory. A typical build of the BISICLES/libDyCoreToGlimmer.a
library can be performed using run_make. Building BISICLES requires access to the
BISICLES and Chombo installations. For more information on BISICLES and Chombo,
please send email to dfmartin@lbl.gov or ranken@lanl.gov. Some additional information
can also be found in glimmer_to_dycore.info, though this file is out-of-date.
For a description of BISICLES, see:
https://seesar.lbl.gov/anag/staff/martin/talks/Martin-LIWG-Jan2011_final.pdf.
Last Revised: 04/19/12 DMR