| 1 | # Code customization for MITgcm multi-component super-param runs with ESMF. | 
| 2 | # ========================================================================= | 
| 3 |  | 
| 4 | # Check out latest MITgcm source code into directory MITgcm_HEAD_20061011 | 
| 5 | cvs co -d cvs co -d MITgcm_HEAD_20061011 MITgcm | 
| 6 | # Add in prm stuff | 
| 7 | cd MITgcm_HEAD_20061011/verification | 
| 8 | cvs co -d prm MITgcm_contrib/PRM | 
| 9 | # Setup makefiles etc... for prm | 
| 10 | cd prm/multi_comp_setup/esmf_test/run | 
| 11 | source do_links | 
| 12 | source do_genmake2 | 
| 13 | # Build executables (still in directory prm/multi_comp_setup/esmf_test/run) | 
| 14 | source do_make | 
| 15 | # Run stuff (still in directory prm/multi_comp_setup/esmf_test/run) | 
| 16 | source do_run | 
| 17 | # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run) | 
| 18 | source do_clean |