Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/vlab/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian.Kuang committed Jul 29, 2019
2 parents 0cf6a92 + 1da4c87 commit cb3385a
Show file tree
Hide file tree
Showing 68 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
Empty file modified examples/ecflow/ecftest.py
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/flat-py/test.py
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/flat-sh/test.sh
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JANALYSIS
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JCLIM_FCST
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JCLIM_INIT
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JENS_FCST
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JFCST
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JFINAL
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JPOST
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/jobs/JSTART_CYCLE
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/scripts/exanalysis.sh
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/scripts/exclim_init.py
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/scripts/exfcst.py
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/scripts/expost.sh
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/ush/wait_for_file.sh
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/workflow/job_wrapper.sh
100644 → 100755
Empty file.
Empty file modified examples/real-workflow/workflow/setup_expt.py
100644 → 100755
Empty file.
Empty file modified examples/run/test.py
100644 → 100755
Empty file.
Empty file modified examples/run/test_aprun.py
100644 → 100755
Empty file.
Empty file modified examples/run/test_hydra.py
100644 → 100755
Empty file.
Empty file modified examples/sqltest/python_test.py
100644 → 100755
Empty file.
Empty file modified examples/sqltest/shell_prep.py
100644 → 100755
Empty file.
Empty file modified examples/sqltest/shell_test.sh
100644 → 100755
Empty file.
Empty file modified examples/sqltest/yaml_test.py
100644 → 100755
Empty file.
Empty file modified examples/taskarray/doit.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions examples/test_suite/output/test_suite/family1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions examples/test_suite/submit/test_suite/family1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file modified examples/to_sh/test.sh
100644 → 100755
Empty file.
Empty file modified examples/toy-yaml/example-config.py
100644 → 100755
Empty file.
Empty file modified examples/yaml-read-write/test.py
100644 → 100755
Empty file.
Empty file added tests/__init__.py
Empty file.
Empty file modified tests/regression/compare_GFS_comdirs.py
100644 → 100755
Empty file.
Empty file modified tests/regression/fv3gfs_regression.sh
100644 → 100755
Empty file.
Empty file modified tests/regression/get_warmstart_ICs.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion tests/test_data/regtest/config/anal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config_anal:
export SSMITBF=/dev/null
export AMSR2BF=/dev/null
export REALTIME="{tools.YES_NO(doc.settings.REALTIME)}" # Run GFS AWIPS
export REALTIME="{tools.YES_NO(doc.settings.realtime)}" # Run GFS AWIPS
# Set CONVINFO and SATINFO for retrospective parallels
if [ $REALTIME = "NO" ]; then
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file modified tests/unittests/moab/run_tests.sh
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_AprunCrayMPI.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_HydraIMPI.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_ShellCommand.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_exampleConfig.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_jobs.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_simplify.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/moab/test_util.py
100644 → 100755
Empty file.
Empty file.
Empty file modified tests/unittests/slurm/run_tests.sh
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_HydraIMPI.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_ShellCommand.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_SrunMPI.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_exampleConfig.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_jobs.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_simplify.py
100644 → 100755
Empty file.
Empty file modified tests/unittests/slurm/test_util.py
100644 → 100755
Empty file.
Empty file modified update_ecflow_workflow.sh
100644 → 100755
Empty file.
Empty file modified utils/crow_dataflow_cycle_sh.py
100644 → 100755
Empty file.
Empty file modified utils/crow_dataflow_deliver_sh.py
100644 → 100755
Empty file.
Empty file modified utils/crow_dataflow_find_sh.py
100644 → 100755
Empty file.
Empty file modified utils/execute.sh
100644 → 100755
Empty file.
Empty file modified utils/feedback.py
100644 → 100755
Empty file.
Empty file modified utils/make-half-cycle.sh
100644 → 100755
Empty file.
Empty file modified utils/rocoto_viewer_CROW.py
100644 → 100755
Empty file.
Empty file modified utils/to_sh.py
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions worktools.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,8 @@ def setup_case(command_line_arguments):
logger.warning('Using manual mode \n ')
YAML_FILES_TO_COPY={ '../_expdir_main_manual.yaml': '_main.yaml',
'../top.yaml':'top.yaml',
'../schema/task.yaml':'schema.yaml',
'../schema/varnames.yaml':'varnames.yaml',
'../defaults/resources.yaml':'resources.yaml',
'../defaults/base.yaml':'base.yaml',
'../defaults/places.yaml':'places.yaml',
Expand Down

0 comments on commit cb3385a

Please sign in to comment.