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

Diff of /MITgcm/verification/global_with_CFC11/README

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

revision 1.1.2.2.2.8 by dimitri, Tue Jun 17 16:22:56 2003 UTC revision 1.1.2.2.2.9 by dimitri, Thu Aug 25 16:22:16 2005 UTC
# Line 30  cp ../verification/global_with_CFC11/cod Line 30  cp ../verification/global_with_CFC11/cod
30  cp ../verification/global_with_CFC11/code4x4/*.F .  cp ../verification/global_with_CFC11/code4x4/*.F .
31  ../tools/genmake -mpi -platform=ames_opt -makefile  ../tools/genmake -mpi -platform=ames_opt -makefile
32  make depend  make depend
33  make  make -j
34    
35  ---  ---
36    
# Line 107  cp ../verification/global_with_CFC11/cod Line 107  cp ../verification/global_with_CFC11/cod
107  make depend  make depend
108  make  make
109    
110    3) run code for first spin-up year (1931)
111    
112    cd ../exe
113    
114    get forcing files:
115    bathy_50yr.bin     NCEP_1948_sw       NCEP_1948_vstr     lev_clim_temp.bin
116    NCEP_1948_emp      NCEP_1948_trb      run-off.bin_1x1    lev_clim_salt.bin
117    NCEP_1948_sst      NCEP_1948_ustr     salt_14months.bin
118    
119    \cp ../verification/global_with_CFC11/input50yr/* .
120    \cp ../verification/global_with_CFC11/input/cfc1112.atm .
121    \cp ../verification/global_with_CFC11/input/FICE .
122    \cp ../verification/global_with_CFC11/input/PATM .
123    \cp ../verification/global_with_CFC11/input/XKW .
124    
125    mpirun -np 64 mitgcmuv
126    
127    ==============================================================
128    
129    Configuring and running the ecco1x1 configuration with CFC11.
130    Surface forcing files are assumed available in MITgcm/../iter69
131    
132    1) get code:
133    
134     cvs co -r release1_50yr MITgcm_code
135     cvs co -r release1_50yr MITgcm/verification/global_with_CFC11
136     cd MITgcm
137     cvs co -d ocean_inversion_project MITgcm_contrib/ocean_inversion_project
138    
139    2) compile code:
140    
141     mkdir bin exe
142     cd bin
143     \cp ../verification/global_with_CFC11/code1x1/* .
144     \cp ../verification/global_with_CFC11/code1x1/.g* .
145     ../tools/genmake -mpi -platform=columbia -makefile
146     make depend
147     make -j
148    
149    3) execute code
150    
151     cd ../exe
152     \cp ../verification/global_with_CFC11/input1x1/* .
153     ln -sf ../../iter69/* .
154     \cp ../verification/global_with_CFC11/input/cfc1112.atm .
155     \cp ../verification/global_with_CFC11/input/FICE .
156     \cp ../verification/global_with_CFC11/input/PATM .
157     \cp ../verification/global_with_CFC11/input/XKW .
158    
159    
160     qsub job01
161    
162    make depend
163    make
164    
165  3) run code for first spin-up year (1931)  3) run code for first spin-up year (1931)
166    
167  cd ../exe  cd ../exe

Legend:
Removed from v.1.1.2.2.2.8  
changed lines
  Added in v.1.1.2.2.2.9

  ViewVC Help
Powered by ViewVC 1.1.22