Example: Subtropical North Atlantic Subduction area =================================================== - with KPP & shortwave heating - no GMRedi To apply the changes to the default configuration of MITgcmUV: cd bin ln -sf ../verification/natl_box/code/.genmakerc . ln -sf ../verification/natl_box/code/*.h . ln -sf ../verification/natl_box/code/*.F . Configure and compile the code: cd ../bin ../tools/genmake -makefile make depend make To run: cd ../exe cp ../verification/natl_box/input/* . mitgcmuv >&! output.txt There is comparison output in: diff output.txt ../verification/natl_box/results/output.txt | more A FORTRAN program provides a verification procedure. It is based on the boundary layer depth and will either issue: 'North Atlantic test passed. KPPhbl file is unchanged.' or: 'North Atlantic test failed. KPPhbl file has changed.' cd ../exe ln -sf ../verification/natl_box/output/KPPhbl.001.001.data \ KPPhbl_orig f77 ../verification/natl_box/output/comp_orig.F -o comp_orig comp_orig N.B.: On ORIGIN 2000 use f77 -bytereclen A matlab script, comp_output.m, creates plots for reference (c32) and new surface temperature, boundary layer depth, meridional section of tracer diffusivities, and corresponding differences. Comments: The input data is real*4.