Next: Building and executing JMC
Up: Build
Previous: System Requirements
Contents
The script runtest.sh in the JMC Code L First Code Improvement top-level directory
creates a single executable from several libraries of code
- esmf_top/a.out is the
executable for the coupled application. This is the code that is invoked when
the ESMF application is executed.
- ocn/src/tutorial_examples/global_ocean.128x64x15/run/mmout/libmitgcm_org_ocn.a is the
library archive for the ocean component and is built from sources in sub-directories under
ocn/src. The directory ocn/src/tutorial_examples/global_ocean.128x64x15/run/mmout also
contains Fortran 90 module files for the ocean component.
- atm/src/tutorial_examples/aim_5l.LatLon/run/mmout/libmitgcm_org_atm.a is the
library archive for the atmosphere component and is built from sources in sub-directories under
atm/src. The directory atm/src/tutorial_examples/aim_5l.LatLon/run/mmout also
contains Fortran 90 module files for the atmosphere component.
The directories ocn/, atm/ are
organised using the MITgcm release1 scheme that is described at
http://mitgcm.org/sealion.
cnh@mit.edu