/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/ecco_darwin/v4_3deg/readme.txt

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

revision 1.12 by dimitri, Thu Jan 30 02:32:14 2020 UTC revision 1.14 by dcarroll, Thu Feb 27 18:57:36 2020 UTC
# Line 38  Line 38 
38  # Compare to verification output  # Compare to verification output
39   diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt   diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt
40    
   
41  # ============================  # ============================
42  # Build and run MPI executable  # Build and run MPI executable
43   cd build   cd build
# Line 49  Line 48 
48   make depend   make depend
49   make -j 8   make -j 8
50   cd ../run   cd ../run
51   mpirun -np 8 ./mitgcmuv   ln -sf ../build/mitgcmuv .
52     cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/data* .
53     cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data* .
54     cp ../../MITgcm_contrib/ecco_darwin/v4_3deg/input/*data* .
55     mv data_mpi data
56     ln -sf ../verification/tutorial_global_oce_biogeo/input/bathy.bin .
57     ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* .
58     mpirun -np 8 ./mitgcmuv &
59     tail -f STDOUT.0000 | grep advcfl_W
60    
61    # ============================
62    # MATLAB code for computing volume, salt, salinity, and DIC budgets
63     cd ../../MITgcm_contrib/ecco_darwin/v4_3deg/
64     module load matlab
65     matlab
66    
67     if using gcmfaces, run budget_v4_3deg_with_gcmfaces.m
68     if not using gcmfaces, run budget_v4_3deg_without_gcmfaces.m

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

  ViewVC Help
Powered by ViewVC 1.1.22