Changeset 1856 for trunk/MESOSCALE


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.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS
Files:
2 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##################################################################
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/namelist.wps

    r11 r1856  
    1818 e_we              =  101 !!201,        !! number of longitude grid points
    1919 e_sn              =  101 !!201,        !! number of latitude grid points
    20  geog_data_res     = '64ppd',     !! choice of static data sources
     20 geog_data_res     = 'gcm', !'64ppd',     !! choice of static data sources
    2121                                  !! NB: possible: '64ppd', '32ppd', ...
    2222                                  !! NB: please glance at geogrid/GEOGRID.TBL
Note: See TracChangeset for help on using the changeset viewer.