Skip to content
Snippets Groups Projects
Commit f3947c60 authored by lkugler's avatar lkugler
Browse files

scripts into ifmain

parent 6eb26f5b
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ dx_km = 2 ...@@ -11,6 +11,7 @@ dx_km = 2
cr = 15 # km horizontal relaxation distance cr = 15 # km horizontal relaxation distance
cz = 2000 # meters vertical relaxation distance cz = 2000 # meters vertical relaxation distance
if __name__ == "__main__":
args = sys.argv[1:] args = sys.argv[1:]
if 'plot' in args: if 'plot' in args:
......
...@@ -5,6 +5,8 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace ...@@ -5,6 +5,8 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
joinp = os.path.join joinp = os.path.join
if __name__ == "__main__":
# DART executables # DART executables
bins = ['perfect_model_obs', 'filter', 'obs_diag', 'obs_seq_to_netcdf'] bins = ['perfect_model_obs', 'filter', 'obs_diag', 'obs_seq_to_netcdf']
for b in bins: for b in bins:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment