/[MITgcm]/MITgcm_contrib/verification_other/cpl_gray+ocn/build_atm/genmake_local
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/cpl_gray+ocn/build_atm/genmake_local

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


Revision 1.1 - (show annotations) (download)
Wed Sep 25 19:30:59 2013 UTC (11 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64x, checkpoint64z, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint65h, checkpoint65, checkpoint65n, HEAD
simple atm-gray + ocean coupled cs-32 aquaplanet setup

1 #!/bin/bash
2
3 # $Header: /u/gcmpack/MITgcm_contrib/verification_other/atm_gray/build/genmake_local,v 1.2 2013/05/08 23:31:40 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="../code_atm ../shared_code"

  ViewVC Help
Powered by ViewVC 1.1.22