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

Diff of /MITgcm_contrib/PRM/README

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

revision 1.1 by cnh, Wed Jan 26 15:14:41 2005 UTC revision 1.5 by cnh, Mon Nov 13 19:41:43 2006 UTC
# Line 1  Line 1 
1  Code customization for MITgcm multi-component super-param runs with ESMF.  # Code customization for MITgcm multi-component super-param runs with ESMF.
2    # =========================================================================
3    
4    # On aces compile on compute machine
5    # e.g qsub -I -l walltime=08:00:00 -i nodes=1:ppn=2 -q long
6    # Check out latest MITgcm source code into directory MITgcm_HEAD_20061011
7    cvs co -d MITgcm_HEAD_20061011 MITgcm
8    # Add in prm stuff
9    cd MITgcm_HEAD_20061011/verification
10    cvs co -d prm MITgcm_contrib/PRM
11    # Setup makefiles etc... for prm
12    cd prm/multi_comp_setup/esmf_test/run
13    # Make sure the following execute in bash shell and
14    # that mpich/compiler e.g. "module load mpich/intel" are
15    # set
16    source do_links
17    source do_genmake2
18    # Build executables (still in directory prm/multi_comp_setup/esmf_test/run)
19    source do_make
20    # Run stuff (still in directory prm/multi_comp_setup/esmf_test/run)
21    source mkpgfile > pgfile
22    source do_run
23    # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run)
24    source do_clean
25    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22