6 set hst
=`hostname | cut -c1-2`
8 if ( "$hst" == "be" ) then # bluefire
9 if ( -f ~michalak
/sourceme_esmf
) then # bluefire
10 source ~michalak
/sourceme_esmf
11 set EXEC_WRF
='bsub -K < ../tools/test4_0_ESMFSST.lsf.csh'
12 (cd run
; tar xf ~michalak
/jan00_esmftest.
tar.gz
)
17 if ( "$hst" == "ma" ) then # manta
18 if ( -f ~johnm
/sourceme_esmf
) then
19 source ~johnm
/sourceme_esmf
20 (cd run
; tar xf ~johnm
/jan00_esmftest.
tar.gz
)
23 set EXEC_WRF
="qsub -sync y wrf.pbs"
30 setenv P4_GLOBMEMSIZE 20000000
31 time mpirun -machinefile \$PBS_NODEFILE -np 4 ./wrf_SST_ESMF.exe
37 if ( -x main
/wrf_SST_ESMF.exe
) then
39 /bin
/cp ..
/test
/em_esmf_exp
/namelist.input.jan00.ESMFSST namelist.input
43 if ( -f rsl.error
.0000 ) then
44 grep -q SUCCESS rsl.error
.0000
45 if ( $status == 0 ) then