Skip to content

Commit

Permalink
Move parse_tracers file from physics to host
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Sep 26, 2024
1 parent 8f081a6 commit 3f4eb19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
branch = main
[submodule "ccpp-physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = main
url = https://github.com/climbfuji/ccpp-physics
branch = feature/add_nrl_parse_tracers_ncar_main
[submodule "CMakeModules"]
path = CMakeModules
url = https://github.com/noaa-emc/CMakeModules
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics
Submodule physics updated 173 files
2 changes: 0 additions & 2 deletions test/cmp_scmout.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ def main():
# Housekeeping
if file_rt is not None:
result = os.system('tar -cvf scm_out_abs.tar scm_plots/*.png')
result = os.system('tar -cvf /scratch1/data_untrusted/Dustin.Swales/scm_out_abs.tar scm_plots/*.png')
else:
result = os.system('tar -cvf scm_out_diff.tar scm_plots/*.png')
result = os.system('tar -cvf /scratch1/data_untrusted/Dustin.Swales/scm_out_diff.tar scm_plots/*.png')
# end if
result = os.system('rm -rf scm_plots/')
#
Expand Down

0 comments on commit 3f4eb19

Please sign in to comment.