Ignore:
Timestamp:
Dec 14, 2017, 6:32:55 PM (7 years ago)
Author:
aslmd
Message:

compiler geogrid metgrid with gfortran. corrected namelist.wps so that works out of the box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/arch/configure.defaults

    r1180 r1856  
    617617CFLAGS          =       -g
    618618CPP             =       /usr/bin/cpp -C -P -traditional
    619 CPPFLAGS        =       -D_UNDERSCORE -DBYTESWAP -DLINUXG95 -DIO_NETCDF -DBIT32
     619CPPFLAGS        =       -D_UNDERSCORE -DBYTESWAP -DIO_NETCDF -DBIT32
    620620RANLIB          =       ranlib
     621
     622###########################################################
     623#ARCH   PC Linux x86_64 serial, gfortran compiler
     624#
     625FC              =       gfortran -cpp
     626SFC             =       gfortran -cpp
     627FFLAGS          =       -ffree-form -g -fno-second-underscore
     628F77FLAGS        =       -ffixed-form -g -fno-second-underscore
     629FNGFLAGS        =       $(FFLAGS)
     630LDFLAGS         =       -g
     631CC              =       gcc
     632SCC             =       gcc
     633CFLAGS          =       -g
     634CPP             =       /usr/bin/cpp -C -P -traditional
     635CPPFLAGS        =       -D_UNDERSCORE -DBYTESWAP -DIO_NETCDF -DBIT32
     636RANLIB          =       ranlib
    621637
    622638##################################################################
Note: See TracChangeset for help on using the changeset viewer.