--- MITgcm/doc/README 1998/06/16 23:04:39 1.7 +++ MITgcm/doc/README 1998/06/22 16:24:50 1.8 @@ -1,4 +1,5 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/README,v 1.7 1998/06/16 23:04:39 cnh Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/README,v 1.8 1998/06/22 16:24:50 adcroft Exp $ + MITgcmUV Getting Started ======================== @@ -39,10 +40,22 @@ 4. Compile code make + + 5. Copy input files + cp ../verification/exp2/[a-z]* . - 5. Run baseline test case + 6. Run baseline test case setenv PARALLEL 1 - ../exe/MITgcmUV.2.0 + ../exe/mitgcmuv + + This runs a 4 degree global ocean climatological simulation. + By default this code is set to use two porcessors splitting + the model domain along the equator. Textual output is written + to files STDOUT.* and STDERR.* with one file for each process. + Model fileds are written to files suffixed .data and .meta + These files are written on a per process basis. The .meta + file indicates the location and shape of the subdomain in + each .data file. o Running