/[MITgcm]/MITgcm_contrib/ocean_inversion_project/README
ViewVC logotype

Diff of /MITgcm_contrib/ocean_inversion_project/README

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

revision 1.7 by dimitri, Fri Sep 26 20:01:41 2003 UTC revision 1.12 by dimitri, Tue Oct 21 03:25:30 2003 UTC
# Line 22  salinity initial and boundary conditions Line 22  salinity initial and boundary conditions
22    
23   CVSROOT=:pserver:cvsanon@mitgcm.org:/u/u0/gcmpack   CVSROOT=:pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
24   cvs login ( CVS password: cvsanon )   cvs login ( CVS password: cvsanon )
25   cvs co MITgcm   cvs co -P MITgcm
26    
27  2 ===> put MITgcm_contrib/ocean_inversion_project in MITgcm directory  2 ===> put MITgcm_contrib/ocean_inversion_project in MITgcm directory
28    
# Line 33  salinity initial and boundary conditions Line 33  salinity initial and boundary conditions
33    
34   cd bin   cd bin
35   cp ../verification/global_with_exf/code/* .   cp ../verification/global_with_exf/code/* .
  cp ../ocean_inversion_project/code/.genmakerc .  
36   cp ../ocean_inversion_project/code/* .   cp ../ocean_inversion_project/code/* .
37   rm ptracers_*.F   rm ptracers_*.F PTRACERS_OPTIONS.h
38   ../tools/genmake   ../tools/genmake2
39       (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
40   make depend   make depend
41   make   make
42    
# Line 63  Instructions for carrying out a 3000-yea Line 63  Instructions for carrying out a 3000-yea
63  integration using the global_ocean.90x40x15 configuration.  integration using the global_ocean.90x40x15 configuration.
64  ==========================================================  ==========================================================
65    
66  1 ===> compile, link, and execute   cd MITgcm/exe
67     rm *
68     cd ../bin
69     rm *
70     cp ../verification/global_with_exf/code/* .
71     cp ../ocean_inversion_project/code/.genmakerc .
72     cp ../ocean_inversion_project/code/* .
73     rm PTRACERS_OPTIONS.h
74     ../tools/genmake2
75       (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
76     make depend
77     make
78     cd ../exe
79     cp ../verification/global_with_exf/input/eedata .
80     cp ../verification/global_with_exf/input/data.* .
81     cp ../verification/global_with_exf/input/POLY3.COEFFS .
82     ln -sf ../verification/global_with_exf/input/*.bin .
83     cp ../ocean_inversion_project/input/* .
84     ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
85     ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
86     mitgcmuv > output .txt &
87    
88    
89    ==========================================================
90    MPI instructions for carrying out a 3000-year quasi-stationary
91    integration using the global_ocean.90x40x15 configuration.
92    ==========================================================
93    
94     cd MITgcm/exe
95     rm *
96     cd ../bin
97     rm *
98     cp ../verification/global_with_exf/code/* .
99     cp ../ocean_inversion_project/code/.genmakerc .
100     cp ../ocean_inversion_project/code/* .
101     rm PTRACERS_OPTIONS.h
102     cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h
103     cp SIZE.h_mpi SIZE.h
104     ../tools/genmake2
105       (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
106     make depend
107     make
108     cd ../exe
109     cp ../verification/global_with_exf/input/eedata .
110     cp ../verification/global_with_exf/input/data.* .
111     cp ../verification/global_with_exf/input/POLY3.COEFFS .
112     ln -sf ../verification/global_with_exf/input/*.bin .
113     cp ../ocean_inversion_project/input/* .
114     ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
115     ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
116     mpirun -np 36 dplace -s1 -c3-38 mitgcmuv < /dev/null > & ! errlog &
117    
118    
119    ==========================================================
120    Instructions for carrying out time-dependent, 1765-2005,
121    anthropogenic carbon perturbation tracer experiments using
122    the global_ocean.90x40x15 configuration.
123    ==========================================================
124    
125   cd MITgcm/exe   cd MITgcm/exe
126   rm *   rm *
# Line 72  integration using the global_ocean.90x40 Line 129  integration using the global_ocean.90x40
129   cp ../verification/global_with_exf/code/* .   cp ../verification/global_with_exf/code/* .
130   cp ../ocean_inversion_project/code/.genmakerc .   cp ../ocean_inversion_project/code/.genmakerc .
131   cp ../ocean_inversion_project/code/* .   cp ../ocean_inversion_project/code/* .
132   ../tools/genmake   ../tools/genmake2
133       (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
134   make depend   make depend
135   make   make
136   cd ../exe   cd ../exe
# Line 81  integration using the global_ocean.90x40 Line 139  integration using the global_ocean.90x40
139   cp ../verification/global_with_exf/input/POLY3.COEFFS .   cp ../verification/global_with_exf/input/POLY3.COEFFS .
140   ln -sf ../verification/global_with_exf/input/*.bin .   ln -sf ../verification/global_with_exf/input/*.bin .
141   cp ../ocean_inversion_project/input/* .   cp ../ocean_inversion_project/input/* .
142     cp data.1765-2005 data
143   ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .   ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
144   ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .   ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
145     ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat .
146   mitgcmuv > output .txt &   mitgcmuv > output .txt &
147    
148    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22