Skip to content

Commit

Permalink
Added option for 'SURVEY'
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Feb 23, 2018
1 parent 2e6952d commit 986e0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CPU_FRAC = 0.75
REMOVE_FILES = "False"
COSMO_CHOICE="Planck"
HALOTYPE="m200b"
SURVEY="ECO"

ifeq (,$(shell which conda))
HAS_CONDA=False
Expand Down Expand Up @@ -72,7 +73,7 @@ endif

## Create catalogues for `ECO`
catl_mr_make:
@python $(SRC_DIR)/mocks_create_main.py -abopt mr -cpu $(CPU_FRAC) -remove $(REMOVE_FILES) -cosmo $(COSMO_CHOICE) -halotype $(HALOTYPE)
@python $(SRC_DIR)/mocks_create_main.py -abopt mr -cpu $(CPU_FRAC) -remove $(REMOVE_FILES) -cosmo $(COSMO_CHOICE) -halotype $(HALOTYPE) -survey $(SURVEY)

## Delete existing `mock` catalogues
delete_mock_catls:
Expand Down

0 comments on commit 986e0f2

Please sign in to comment.