Changeset 386


Ignore:
Timestamp:
Nov 14, 2011, 11:08:35 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes on script.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/compile

    r275 r386  
    33# > compile concat
    44# > compile zrecast
    5  pgf90 -Bstatic   $1.F90 \
    6 -I/distrib/local/netcdf/pgi_7.1-6_32/include \
    7 -L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
    85
     6# pgf90 -Bstatic   $1.F90 \
     7#-I/distrib/local/netcdf/pgi_7.1-6_32/include \
     8#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
     9
     10ifort $1.F90 \
     11-I$NETCDF/include \
     12-L$NETCDF/lib -lnetcdf -o $1.e
    913
    1014# Before running that on you computer you might want to change :
  • trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys/compile

    r298 r386  
    6161\rm libf/grid/dimensions.h 2> /dev/null
    6262
     63echo compile start2archive
     64echo check in $PWD/libo/log_compile_start2archive
     65makegcm -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} start2archive | tee libo/log_compile_start2archive | grep 'warnings' >> libo/log_compile_start2archive
     66
    6367echo compile newstart
    6468echo check in $PWD/libo/log_compile_newstart
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars

    r315 r386  
    140140        interp_option =         gcm:sixteen_pt+four_pt+average_4pt+average_16pt+search
    141141        rel_path=               gcm:rough_GCM/
     142        fill_missing=0.12 ## north polar
    142143#===============================
    143144#name=LANDUSEF
Note: See TracChangeset for help on using the changeset viewer.