/[MITgcm]/MITgcm_contrib/eh3/llc/ecco-godae/README
ViewVC logotype

Diff of /MITgcm_contrib/eh3/llc/ecco-godae/README

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

revision 1.2 by heimbach, Mon Nov 13 17:19:06 2006 UTC revision 1.3 by heimbach, Tue Nov 14 00:57:02 2006 UTC
# Line 9  Note that the *.mitgrid files must be na Line 9  Note that the *.mitgrid files must be na
9  or they will not be read correctly by MITgcm:  or they will not be read correctly by MITgcm:
10    
11    cd run    cd run
12    for i in 1 2 3 4 5 ; do    for i in 1 2 3 4 5 6; do
13      ln -s ../input/llc_p90_${i}.mitgrid tile00${i}.mitgrid      ln -s ../input/llc_p90_${i}.mitgrid tile00${i}.mitgrid
14    done    done
15    
16    Change topology:
17    
18    cd MITgcm/utils/exch2/matlab-topology-generator/
19    
20    modify matlab script driver_llc.m
21    line
22    nr = 360; ng = 90; nb = 90; tnx=90;tny=90;
23    to (e.g.)
24    nr = 360; ng = 90; nb = 90; tnx=30;tny=30;
25    run script
26    
27    This generates routine and header
28    w2_e2setup.F
29    W2_EXCH2_TOPOLOGY.h
30    which need to go in code/
31    
32    Accordingly, bathy.0??.0??.data need changing.
33    
34    N.B. Domain decomposition nPy not active with exch2, i.e.
35    possible decomps are (for orig. with 17 tiles):
36    sNx = 90 30 90  30
37    sNy = 90 30 90  30
38    nSx = 17 17  1   1
39    nSy =  1  1  1   1
40    nPx =  1  9 17 153
41    nPy =  1  1  1   1
42    
43    I've generated artificial tile #18 with all zeros
44    blanklist.txt needs to be generated by hand.
45    Not clear how many procs to invoke in presence of blank list.
46    
47  Setup code_15lev/, input_15lev/  Setup code_15lev/, input_15lev/
48  -------------------------------  -------------------------------
49    
50  Real bathymetry, 15 vertical levels,  * Real bathymetry, 15 vertical levels,
51  monthly climatological forcing via exf package.  * monthly climatological forcing via exf package, uses
52      4x4 deg. fields with on-the-fly interpolation
53  * Bathymetry is generated via script ... in ...  * Bathymetry is generated via script ... in ...
54  * Initial conditions for T, S are generated via script ... in ...  * Initial conditions for T, S are generated via script ... in ...
55    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22