--- MITgcm/tutorial_examples/barotropic_gyre_in_a_box/README 2002/01/14 17:01:44 1.1 +++ MITgcm/tutorial_examples/barotropic_gyre_in_a_box/README 2002/01/14 17:01:44 1.1.2.1 @@ -0,0 +1,25 @@ +Example: "Barotropic double-gyre" +================================= + +To apply the changes to the default configuration of MITgcmUV: + cp ../verification/exp0/code/SIZE.h ../model/inc/ + cp ../verification/exp0/code/CPP_OPTIONS.h ../model/inc/ + cp ../verification/exp0/code/CPP_EEOPTIONS.h ../eesupp/inc/ + +Configure and compile the code: + cd bin + ../tools/genmake -makefile + make depend + make + +To run: + cd ../exe + cp ../verification/exp0/input/* . + ./mitgcmuv + +There is comparison output in the directory: + ../verification/exp0/results + +Comments: +The input data is real*8 and generated using the MATLAB script +gendata.m.