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

Diff of /MITgcm/verification/lab_sea/README

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

revision 1.13 by dimitri, Wed Mar 31 01:27:39 2004 UTC revision 1.14 by dimitri, Wed Mar 31 02:36:23 2004 UTC
# Line 57  g d e n  d  n  x  n  .  n  x  n  .  n  x Line 57  g d e n  d  n  x  n  .  n  x  n  .  n  x
57  Y Y Y Y  8 10  9 11 10  9 11 13 10  9  8  8  9  8  9  8  9 FAIL  lab_sea  Y Y Y Y  8 10  9 11 10  9 11 13 10  9  8  8  9  8  9  8  9 FAIL  lab_sea
58    
59    
60  Instructions for generating 1-CPU and 2-CPU executables  Instructions for generating and running a 1-CPU experiment
61  =======================================================  ==========================================================
62    
63  Generating 1-CPU executable:  Generating 1-CPU executable:
64    cd MITgcm/verification/lab_sea    cd MITgcm/verification/lab_sea
65    mkdir build    mkdir build
66    cd build    cd build
67      cp ../code/*.h ../code/packages.conf .
68    ../../../tools/genmake2    ../../../tools/genmake2
   make clean  
69    make depend    make depend
70    make    make
   mv mitgcmuv mitgcmuv_1  
   
 Generating 2-CPU executable:  
   cd ../code  
   \mv SIZE.h SIZE.h_1  
   \mv SIZE.h_mpi SIZE.h  
   ../../../tools/genmake2 -mpi  
   make clean  
   make depend  
   make  
   mv mitgcmuv mitgcmuv_2x1  
   
   
 Instructions for running Experiment 1  
 =====================================  
   
 This is a 1-cpu, 10-hour integration used to make sure that all  
 the files are available and that the sea-ice model compiles and  
 runs.  The reading of atmospheric forcing files and the computation  
 of open-water bulk fluxes are carried out within pkg/seaice.  
71    
72  To run Experiment 1:  To run Experiment 1:
73    cd ../input    cd ../input
74    ./mitgcmuv_1 >&! output.txt    ../build/mitgcmuv > output.txt
75    
76  Use matlab script lookat_exp1.m to compare the output  Use matlab script lookat_exp1.m to compare the output
77  of exp1 with that from checkpoint51f sea-ice code:  of exp1 with that from checkpoint51f sea-ice code:
78    cd ../../../verification/lab_sea/matlab    cd ../../../verification/lab_sea/matlab
79    matlab    matlab
80    lookat_ice    lookat_ice
   
   
 Instructions for running Experiment 2  
 =====================================  
   
 This is a 2-cpu, 10-hour integration.  
   
 To run Experiment 2:  
   cd ../../../verification/lab_sea/input  
   mpirun -np 2 mitgcmuv_2x1  

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22