forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
C. Carouge
committed
May 15, 2023
1 parent
9275bb3
commit a2d174c
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Expected output from benchcab | ||
|
||
Below you will find examples of the expected output printed by `benchcab` to the screen when running the full workflow, with `benchcab run`. | ||
|
||
Other sub-commands should print out part of this output. | ||
|
||
``` | ||
$ benchcab run | ||
Creating src directory: /scratch/tm70/sb8430/bench_example/src | ||
Checking out repositories... | ||
Successfully checked out trunk at revision 9550 | ||
Successfully checked out test-branch at revision 9550 | ||
Successfully checked out CABLE-AUX at revision 9550 | ||
Writing revision number info to rev_number-1.log | ||
Compiling CABLE serially for realisation trunk... | ||
Successfully compiled CABLE for realisation trunk | ||
Compiling CABLE serially for realisation test-branch... | ||
Successfully compiled CABLE for realisation test-branch | ||
Setting up run directory tree for FLUXNET tests... | ||
Creating runs/site/logs directory: /scratch/tm70/sb8430/bench_example/runs/site/logs | ||
Creating runs/site/outputs directory: /scratch/tm70/sb8430/bench_example/runs/site/outputs | ||
Creating runs/site/tasks directory: /scratch/tm70/sb8430/bench_example/runs/site/tasks | ||
Creating task directories... | ||
Setting up tasks... | ||
Successfully setup FLUXNET tasks | ||
Creating PBS job script to run FLUXNET tasks on compute nodes: benchmark_cable_qsub.sh | ||
PBS job submitted: 82479088.gadi-pbs | ||
The CABLE log file for each task is written to runs/site/logs/<task_name>_log.txt | ||
The CABLE standard output for each task is written to runs/site/tasks/<task_name>/out.txt | ||
The NetCDF output for each task is written to runs/site/outputs/<task_name>_out.nc | ||
``` | ||
|
||
The PBS schedule job should print out the following to the job log file: | ||
``` | ||
Running FLUXNET tasks... | ||
Successfully ran FLUXNET tasks | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters