Changeset 1856 for trunk/MESOSCALE
- Timestamp:
- Dec 14, 2017, 6:32:55 PM (7 years ago)
- 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 617 617 CFLAGS = -g 618 618 CPP = /usr/bin/cpp -C -P -traditional 619 CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -D LINUXG95 -DIO_NETCDF -DBIT32619 CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -DIO_NETCDF -DBIT32 620 620 RANLIB = ranlib 621 622 ########################################################### 623 #ARCH PC Linux x86_64 serial, gfortran compiler 624 # 625 FC = gfortran -cpp 626 SFC = gfortran -cpp 627 FFLAGS = -ffree-form -g -fno-second-underscore 628 F77FLAGS = -ffixed-form -g -fno-second-underscore 629 FNGFLAGS = $(FFLAGS) 630 LDFLAGS = -g 631 CC = gcc 632 SCC = gcc 633 CFLAGS = -g 634 CPP = /usr/bin/cpp -C -P -traditional 635 CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -DIO_NETCDF -DBIT32 636 RANLIB = ranlib 621 637 622 638 ################################################################## -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/namelist.wps
r11 r1856 18 18 e_we = 101 !!201, !! number of longitude grid points 19 19 e_sn = 101 !!201, !! number of latitude grid points 20 geog_data_res = ' 64ppd', !! choice of static data sources20 geog_data_res = 'gcm', !'64ppd', !! choice of static data sources 21 21 !! NB: possible: '64ppd', '32ppd', ... 22 22 !! NB: please glance at geogrid/GEOGRID.TBL
Note: See TracChangeset
for help on using the changeset viewer.