/[MITgcm]/MITgcm/verification/exp2/README
ViewVC logotype

Annotation of /MITgcm/verification/exp2/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Nov 13 16:41:29 2000 UTC (23 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-shapiro, branch-atmos-merge-freeze, branch-atmos-merge-start, checkpoint33, checkpoint32, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge
Changes since 1.1: +6 -4 lines
Added external forcing-related code to ./code/

1 adcroft 1.1 Example: "4x4 Steady Global Simulation"
2     =======================================
3    
4     To apply the changes to the default configuration of MITgcmUV:
5 heimbach 1.2 cd bin
6     ln -s ../verification/exp2/code/SIZE.h ../bin/
7     ln -s ../verification/exp2/code/CPP_OPTIONS.h ../bin/
8     ln -s ../verification/exp2/code/CPP_EEOPTIONS.h ../bin/
9     ln -s ../verification/exp2/code/external_fields_* ../bin/
10 adcroft 1.1
11     Configure and compile the code:
12 heimbach 1.2 cd ../bin
13 adcroft 1.1 ../tools/genmake -makefile
14     make depend
15     make
16    
17     To run:
18     cd ../exe
19     cp ../verification/exp2/input/* .
20     dmpirun -np 4 mitgcmuv ( Digital )
21    
22     There is comparison output in two directories:
23     ../verification/exp2/results
24     ../verification/exp2/results.oldcode
25    
26     To obtain the "oldcode" numbers make the following changes
27     to the older code:
28     CPP_OPTIONS.h must have
29     #define OLD_ADV_BCS
30     #define OLD_UV_GEOMETRY
31     calc_mom_rhs.F must have
32     #undef NO_LATERAL_SLIP
33     #define NO_BOTTOM_SLIP
34    
35     Comments:
36     The input data is real*4.

  ViewVC Help
Powered by ViewVC 1.1.22