/[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.3 by cnh, Fri Oct 13 13:37:39 2006 UTC revision 1.13 by jmc, Sat May 5 22:33:23 2012 UTC
# Line 1  Line 1 
1    # $Header$
2    # $Name$
3    
4  # Code customization for MITgcm multi-component super-param runs with ESMF.  # Code customization for MITgcm multi-component super-param runs with ESMF.
5  # =========================================================================  # =========================================================================
6    #   works with ESMF version 3.0.0
7    #   works and has been tested with MITgcm checkpoint63m
8    
9  # Check out latest MITgcm source code into directory MITgcm_HEAD_20061011  # On aces compile on compute machine
10  cvs co -d cvs co -d MITgcm_HEAD_20061011 MITgcm  # e.g qsub -I -l walltime=08:00:00 -i nodes=1:ppn=2 -q long
11    # Check out latest MITgcm source code into directory MITgcm_HEAD
12    cvs co -P -d MITgcm_HEAD MITgcm
13  # Add in prm stuff  # Add in prm stuff
14  cd MITgcm_HEAD_20061011/verification  cd MITgcm_HEAD/verification
15  cvs co -d prm MITgcm_contrib/PRM  cvs co -P -d prm MITgcm_contrib/PRM
16    
17  # Setup makefiles etc... for prm  # Setup makefiles etc... for prm
18  cd prm/multi_comp_setup/esmf_test/run  cd prm/multi_comp_setup/esmf_test/run
19  source do_links  # Make sure that mpich/compiler e.g. "module load mpich/intel" are set and
20  source do_genmake2  #   MITgcm optfile + ESMF path are set correctly in file "prm_site_config_file"
21    do_links
22    do_genmake2
23  # Build executables (still in directory prm/multi_comp_setup/esmf_test/run)  # Build executables (still in directory prm/multi_comp_setup/esmf_test/run)
24  source do_make  do_make
25  # Run stuff (still in directory prm/multi_comp_setup/esmf_test/run)  # Run stuff (still in directory prm/multi_comp_setup/esmf_test/run)
26  source mkpgfile > pgfile  mkpgfile
27  source do_run  do_run
28  # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run)  # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run)
29  source do_clean  do_clean
30    
31    #- Note(jmc): directories which are not used (just to keep development version):
32     multi_comp_setup/comp_mitgcm/code_basic/hidden
33     multi_comp_setup/comp_mitgcm/code_fancy
34     multi_comp_setup/comp_mitgcm/build
35     multi_comp_setup/multi_code
36     multi_comp_setup/esmf_test/run/test_redist
37    
38    #- Note(jmc): dir structure and source-code location: see file
39     multi_comp_setup/doc/contents.txt
40    

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

  ViewVC Help
Powered by ViewVC 1.1.22