/[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.11 by dimitri, Mon Oct 20 06:12:24 2003 UTC revision 1.12 by dimitri, Tue Oct 21 03:25:30 2003 UTC
# Line 34  salinity initial and boundary conditions Line 34  salinity initial and boundary conditions
34   cd bin   cd bin
35   cp ../verification/global_with_exf/code/* .   cp ../verification/global_with_exf/code/* .
36   cp ../ocean_inversion_project/code/* .   cp ../ocean_inversion_project/code/* .
37   rm ptracers_*.F   rm ptracers_*.F PTRACERS_OPTIONS.h
38   ../tools/genmake2   ../tools/genmake2
39     (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)     (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
40   make depend   make depend
# 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    
 1 ===> compile, link, and execute  
   
66   cd MITgcm/exe   cd MITgcm/exe
67   rm *   rm *
68   cd ../bin   cd ../bin
# Line 72  integration using the global_ocean.90x40 Line 70  integration using the global_ocean.90x40
70   cp ../verification/global_with_exf/code/* .   cp ../verification/global_with_exf/code/* .
71   cp ../ocean_inversion_project/code/.genmakerc .   cp ../ocean_inversion_project/code/.genmakerc .
72   cp ../ocean_inversion_project/code/* .   cp ../ocean_inversion_project/code/* .
73     rm PTRACERS_OPTIONS.h
74   ../tools/genmake2   ../tools/genmake2
75     (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)     (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
76   make depend   make depend
# Line 92  MPI instructions for carrying out a 3000 Line 91  MPI instructions for carrying out a 3000
91  integration using the global_ocean.90x40x15 configuration.  integration using the global_ocean.90x40x15 configuration.
92  ==========================================================  ==========================================================
93    
 1 ===> compile, link, and execute  
   
94   cd MITgcm/exe   cd MITgcm/exe
95   rm *   rm *
96   cd ../bin   cd ../bin
# Line 101  integration using the global_ocean.90x40 Line 98  integration using the global_ocean.90x40
98   cp ../verification/global_with_exf/code/* .   cp ../verification/global_with_exf/code/* .
99   cp ../ocean_inversion_project/code/.genmakerc .   cp ../ocean_inversion_project/code/.genmakerc .
100   cp ../ocean_inversion_project/code/* .   cp ../ocean_inversion_project/code/* .
101     rm PTRACERS_OPTIONS.h
102   cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h   cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h
103   cp SIZE.h_mpi SIZE.h   cp SIZE.h_mpi SIZE.h
104   ../tools/genmake2   ../tools/genmake2
# Line 118  integration using the global_ocean.90x40 Line 116  integration using the global_ocean.90x40
116   mpirun -np 36 dplace -s1 -c3-38 mitgcmuv < /dev/null > & ! errlog &   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
126     rm *
127     cd ../bin
128     rm *
129     cp ../verification/global_with_exf/code/* .
130     cp ../ocean_inversion_project/code/.genmakerc .
131     cp ../ocean_inversion_project/code/* .
132     ../tools/genmake2
133       (on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
134     make depend
135     make
136     cd ../exe
137     cp ../verification/global_with_exf/input/eedata .
138     cp ../verification/global_with_exf/input/data.* .
139     cp ../verification/global_with_exf/input/POLY3.COEFFS .
140     ln -sf ../verification/global_with_exf/input/*.bin .
141     cp ../ocean_inversion_project/input/* .
142     cp data.1765-2005 data
143     ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
144     ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
145     ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat .
146     mitgcmuv > output .txt &
147    
148    
149  ======================================================  ======================================================
150    
151  % some matlab code for looking at fort.10 debug files  % some matlab code for looking at fort.10 debug files

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

  ViewVC Help
Powered by ViewVC 1.1.22