1 |
Directory of code for getting started with ESMF. |
2 |
|
3 |
Directory contents: |
4 |
=================== |
5 |
|
6 |
component_tutorials :: Examples of the basics of ESMF components. These include |
7 |
o component Initialize(), Run(), Finalize() |
8 |
o using clocks, time and alarms |
9 |
o using import and export states |
10 |
o interconnecting Gridded and Coupler components |
11 |
o example of ESMF generic interface code that speeds |
12 |
development |
13 |
o debugging tricks |
14 |
|
15 |
example_make_files :: Make files for compiling user code withh ESMF that illustrate |
16 |
the compiler and linker options that are required to use ESMF. |
17 |
|
18 |
fields_and_grids_tutorials :: Examples of the basics of ESMF fields and grids. These include |
19 |
o parallel regrid in a coupler component that goes between |
20 |
two gridded components. |
21 |
|
22 |
templates :: Templates for create new ESMF code. |