| 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 |  |  | 
| 5 | # On aces compile on compute machine | # On aces compile on compute machine | 
| 6 | # e.g qsub -I -l walltime=08:00:00 -i nodes=1:ppn=2 -q long | # e.g qsub -I -l walltime=08:00:00 -i nodes=1:ppn=2 -q long | 
| 7 | # Check out latest MITgcm source code into directory MITgcm_HEAD_20061011 | # Check out latest MITgcm source code into directory MITgcm_HEAD_20061011 | 
| 21 | # Make sure the following execute in bash shell and | # Make sure the following execute in bash shell and | 
| 22 | # that mpich/compiler e.g. "module load mpich/intel" are | # that mpich/compiler e.g. "module load mpich/intel" are | 
| 23 | # set | # set | 
| 24 |  | source prm_site_config_file | 
| 25 | source do_links | source do_links | 
| 26 | source do_genmake2 | source do_genmake2 | 
| 27 | # Build executables (still in directory prm/multi_comp_setup/esmf_test/run) | # Build executables (still in directory prm/multi_comp_setup/esmf_test/run) | 
| 31 | source do_run | source do_run | 
| 32 | # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run) | # Tidy up (still in directory prm/multi_comp_setup/esmf_test/run) | 
| 33 | source do_clean | source do_clean | 
|  |  |  |