| 200 |
if test $typ = 'mp2' -o $typ = 'ifc' ; then |
if test $typ = 'mp2' -o $typ = 'ifc' ; then |
| 201 |
addExp="offline_cheapaml atm_gray atm_strato" |
addExp="offline_cheapaml atm_gray atm_strato" |
| 202 |
fi |
fi |
|
if test $typ = 'gfo' -o $typ = 'ifc' -o $typ = 'adm' ; then |
|
|
addExp="$addExp global_oce_biogeo_bling" |
|
|
fi |
|
| 203 |
if test $typ = 'gfo' -o $typ = 'ifc' ; then |
if test $typ = 'gfo' -o $typ = 'ifc' ; then |
| 204 |
addExp="$addExp shelfice_remeshing" |
addExp="$addExp shelfice_remeshing" |
| 205 |
fi |
fi |
| 339 |
MPI=0 |
MPI=0 |
| 340 |
case $typ in |
case $typ in |
| 341 |
'g77'|'g7a') OPTFILE='../tools/build_options/linux_amd64_g77' ;; |
'g77'|'g7a') OPTFILE='../tools/build_options/linux_amd64_g77' ;; |
| 342 |
'gfo'|'adm'|'oad'|'tlm'|'mth') comm="$comm -match $MC -devel" |
'gfo'|'adm'|'oad'|'tlm'|'mth') comm="$comm -devel" |
| 343 |
|
comm="$comm -match $MC" |
| 344 |
OPTFILE='../tools/build_options/linux_amd64_gfortran' ;; |
OPTFILE='../tools/build_options/linux_amd64_gfortran' ;; |
| 345 |
'ifc') comm="$comm -devel" |
'ifc') comm="$comm -devel" |
| 346 |
OPTFILE='../tools/build_options/linux_amd64_ifort11' ;; |
OPTFILE='../tools/build_options/linux_amd64_ifort11' ;; |