Directory of code for getting started with ESMF. Directory contents: =================== component_tutorials :: Examples of the basics of ESMF components. These include o component Initialize(), Run(), Finalize() o using clocks, time and alarms o using import and export states o interconnecting Gridded and Coupler components o example of ESMF generic interface code that speeds development o debugging tricks example_make_files :: Make files for compiling user code withh ESMF that illustrate the compiler and linker options that are required to use ESMF. fields_and_grids_tutorials :: Examples of the basics of ESMF fields and grids. These include o parallel regrid in a coupler component that goes between two gridded components. templates :: Templates for create new ESMF code.