Skip to content

Commit

Permalink
Rename DEBUG variable and add to RTD
Browse files Browse the repository at this point in the history
- Rename DEBUG to DEBUG_SCHEDULER.
- Add note that it's PBS only and that it sets debug=true.
- Add switch to documentation.

Refs #619
  • Loading branch information
KateFriedman-NOAA committed Mar 11, 2024
1 parent 8327557 commit d97c5a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The global-workflow configs contain switches that change how the system runs. Ma
+================+==================================+===============+=============+===================================================+
| APP | Model application | ATM | YES | See case block in config.base for options |
+----------------+----------------------------------+---------------+-------------+---------------------------------------------------+
| DEBUG_SCHEDULER| Debug option for PBS scheduler | NO | YES | Sets debug=true for additional logging |
+----------------+----------------------------------+---------------+-------------+---------------------------------------------------+
| DOIAU | Enable 4DIAU for control | YES | NO | Turned off for cold-start first half cycle |
| | with 3 increments | | | |
+----------------+----------------------------------+---------------+-------------+---------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion parm/config/gefs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export NMV="/bin/mv"
export NLN="/bin/ln -sf"
export VERBOSE="YES"
export KEEPDATA="NO"
export DEBUG="NO" # Only works on WCOSS2
export DEBUG_SCHEDULER="NO" # PBS only; sets debug=true
export CHGRP_RSTPROD="@CHGRP_RSTPROD@"
export CHGRP_CMD="@CHGRP_CMD@"
export NCDUMP="${NETCDF:-${netcdf_c_ROOT:-}}/bin/ncdump"
Expand Down
2 changes: 1 addition & 1 deletion parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export NMV="/bin/mv"
export NLN="/bin/ln -sf"
export VERBOSE="YES"
export KEEPDATA="NO"
export DEBUG="NO" # Only works on WCOSS2
export DEBUG_SCHEDULER="NO" # PBS only; sets debug=true
export CHGRP_RSTPROD="@CHGRP_RSTPROD@"
export CHGRP_CMD="@CHGRP_CMD@"
export NCDUMP="${NETCDF:-${netcdf_c_ROOT:-}}/bin/ncdump"
Expand Down

0 comments on commit d97c5a0

Please sign in to comment.