/[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

--- MITgcm_contrib/PRM/README	2008/04/25 19:33:34	1.12
+++ MITgcm_contrib/PRM/README	2012/05/05 22:33:23	1.13
@@ -1,37 +1,32 @@
+# $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/PRM/README,v 1.13 2012/05/05 22:33:23 jmc Exp $
+# $Name:  $
+
 # Code customization for MITgcm multi-component super-param runs with ESMF.
 # =========================================================================
-
+#   works with ESMF version 3.0.0
+#   works and has been tested with MITgcm checkpoint63m
 
 # On aces compile on compute machine
 # e.g qsub -I -l walltime=08:00:00 -i nodes=1:ppn=2 -q long
-# Check out latest MITgcm source code into directory MITgcm_HEAD_20080108
-#  [ works and tested with checkpoint59p code ]
-cvs co -P -d MITgcm_HEAD_20080108 MITgcm
+# Check out latest MITgcm source code into directory MITgcm_HEAD
+cvs co -P -d MITgcm_HEAD MITgcm
 # Add in prm stuff
-cd MITgcm_HEAD_20080108/verification
+cd MITgcm_HEAD/verification
 cvs co -P -d prm MITgcm_contrib/PRM
-## To check out from before I started playing with MAPL based components do
-# cvs co -r checkpoint58q_post -d MITgcm_checkpoint58q_post MITgcm
-# cd MITgcm_checkpoint58q_post/verification/
-# cvs co -d prm MITgcm_contrib/PRM
-# cd prm
-# cvs update -A -D "2006-11-15"
 
 # Setup makefiles etc... for prm
 cd prm/multi_comp_setup/esmf_test/run
-# Make sure the following execute in bash shell and
-# that mpich/compiler e.g. "module load mpich/intel" are
-# set
-source prm_site_config_file
-source do_links
-source do_genmake2
+# Make sure that mpich/compiler e.g. "module load mpich/intel" are set and
+#   MITgcm optfile + ESMF path are set correctly in file "prm_site_config_file"
+do_links
+do_genmake2
 # Build executables (still in directory prm/multi_comp_setup/esmf_test/run)
-source do_make
+do_make
 # Run stuff (still in directory prm/multi_comp_setup/esmf_test/run)
-source mkpgfile > pgfile
-source do_run
+mkpgfile
+do_run
 # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run)
-source do_clean
+do_clean
 
 #- Note(jmc): directories which are not used (just to keep development version):
  multi_comp_setup/comp_mitgcm/code_basic/hidden
@@ -40,4 +35,6 @@
  multi_comp_setup/multi_code
  multi_comp_setup/esmf_test/run/test_redist
 
+#- Note(jmc): dir structure and source-code location: see file 
+ multi_comp_setup/doc/contents.txt
 

 

  ViewVC Help
Powered by ViewVC 1.1.22