/[MITgcm]/MITgcm_contrib/verification_other/atm_gray/build/genmake_local
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/atm_gray/build/genmake_local

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Sep 11 04:02:04 2012 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
first check-in of 2 example experiments using gray atmospheric physics

1 jmc 1.1 #!/bin/bash
2    
3     # $Header: /u/gcmpack/MITgcm/verification/cpl_aim+ocn/build_ocn/genmake_local,v 1.1 2003/12/15 21:06:30 jmc Exp $
4    
5     # This is the local options file for the "new" version of genmake
6    
7     retv=1
8     if test "x$OPTFILE" != x ; then
9     basename $OPTFILE | grep gfortran > /dev/null 2>&1 ; retv=$? ;
10     fi
11     if test $retv = 0 ; then
12     FFLAGS='-fdefault-real-8 -fdefault-double-8'
13     echo " local gfortran setting: FFLAGS='$FFLAGS'"
14     else
15     FFLAGS='-r8'
16     echo " local default setting: FFLAGS='$FFLAGS'"
17     fi
18     MODS="$MODS ../code_gray"

  ViewVC Help
Powered by ViewVC 1.1.22