Skip to content

Commit

Permalink
Remove MET and GRID from make help output
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed Jul 11, 2019
1 parent 1a86673 commit 075d55e
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions help/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ help:
@echo '%%% GEOS-Chem Help Screen %%%'
@echo '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'
@echo ''
@echo 'Usage: make -jN TARGET REQUIRED-FLAGS [ OPTIONAL-FLAGS ]'
@echo 'Usage: make -jN TARGET [ OPTIONAL-FLAGS ]'
@echo ''
@echo '-jN Compiles N files at a time (to reduce compilation time)'
@echo ''
Expand Down Expand Up @@ -88,29 +88,12 @@ help:
# @echo 'libgtmm Builds GEOS-Chem + GTMM code for Hg simulation'
# @echo 'exehg Creates GEOS-Chem executable for Hg simulation'
#-----------------------------------------------------------------------------
@echo ''
@echo ''
@echo '--------------------------------------------------------'
@echo 'REQUIRED-FLAGS include:'
@echo '--------------------------------------------------------'
@echo 'MET=____ Specifies the met field type'
@echo ' --> Options: geosfp merra2'
@echo ''
@echo 'GRID=___ Specifies the horizontal grid'
@echo ' --> Options: 4x5 2x25 05x0625 025x03125'
@echo ''
@echo ''
@echo ''
@echo '--------------------------------------------------------'
@echo 'OPTIONAL-FLAGS may be one or more of the following:'
@echo '--------------------------------------------------------'
@echo ''
@echo 'NEST=___ Specifies the nested-grid domain'
@echo ' --> Options: AS CH NA EU and CU (custom)'
@echo ''
@echo 'NO_REDUCED=y Compiles GEOS-Chem with the full vertical grid'
@echo ' --> Default: NO_REDUCED=y for CHEM=Standard/UCX; NO_REDUCED=n for CHEM=Tropchem/SOA/SOA_SVPOA'
@echo ''
@echo ''
@echo ''
@echo 'Parallelization and optimization flags:'
@echo '---------------------------------------'
@echo 'OMP=no Turns off OpenMP parallelization'
Expand Down

0 comments on commit 075d55e

Please sign in to comment.