Page MenuHomec4science

start_grass.sh
No OneTemporary

File Metadata

Created
Thu, May 1, 03:43

start_grass.sh

#!/bin/bash
################## USER SETTINGS ##############
MAP_PATH_MAC=/Users/alinawalch/Documents/grassgis/LSN/shade_horizon
MAP_PATH_CLUSTER=/scratch/walch/grassgis/LSN/shade_horizon
#################################################
############ Set UP GRASS ENVIRONMENT #############
## Open GRASS 7.4 on MAC
/Applications/GRASS-7.4.1.app/Contents/MacOS/Grass.sh -text $MAP_PATH_MAC
##------------- OR ---------------------- ##
## Open GRASS 7.4 on CLUSTER
##module use /ssoft/playground/rmsilva/spack/share/spack/lmod/linux-rhel7-x86_E5v4_Mellanox/openblas/0.2.20-3jwiins/gcc/6.4.0/
##module load gcc python/2.7.14 grass
##grass74 -text $MAP_PATH_CLUSTER

Event Timeline