Skip to content

Commit

Permalink
Do not use high debug level at production
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 7, 2018
1 parent 9f55e91 commit 2faf533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_environment/GCHP/deploy_GCHP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ln -sf $HOME/ExtData/GEOS_4x5/GEOS_FP MetDir
sed -i -e 1,120s/025x03125.nc/4x5.nc/g ExtData.rc # only scan the first few lines, do not modify non-metfields

# hard to see why simulation crashes with default debug level 0
sed -i -e "s#DEBUG_LEVEL.*#DEBUG_LEVEL: 5#" CAP.rc
# sed -i -e "s#DEBUG_LEVEL.*#DEBUG_LEVEL: 5#" CAP.rc

# Turn off CEDS as GCHP 12.1.0 still reads the old, large file.
sed -i -e "s#.--> CEDS.*# --> CEDS : false#" HEMCO_Config.rc
Expand Down

0 comments on commit 2faf533

Please sign in to comment.