Back to home page

MITgcm

 
 

    


Warning, /pkg/mnc/TESTING_README.txt is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d2129fb7fc Ed H*0001 The files here (the "MNC package") have an intentionally weak link to
3f2ea2a4ed Ed H*0002 MITgcm.  Since few FORTRAN common blocks are shared with the main
                0003 MITgcm code, many of the MNC files could be compiled independently.
d2129fb7fc Ed H*0004 
                0005 Unlike the other MITgcm "packages", MNC includes a local Makefile and
                0006 various testing files (*.t, *.T) that can be used to create stand-
3f2ea2a4ed Ed H*0007 alone tests of parts of the MNC functionality.  Useful make targets
                0008 include:
d2129fb7fc Ed H*0009 
                0010   make
                0011   make test
                0012   make clean
                0013 
                0014 which can be used to compile, run a test program, and/or clean up the
                0015 temporary files so that they will not conflict with normal MITgcm
                0016 builds.
                0017