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

prep namelist only when using input soundings

parent 3fbd6602
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,12 @@ if __name__ == '__main__': ...@@ -29,12 +29,12 @@ if __name__ == '__main__':
symlink(cluster.ideal, rundir+'/ideal.exe') symlink(cluster.ideal, rundir+'/ideal.exe')
symlink(cluster.wrfexe, rundir+'/wrf.exe') symlink(cluster.wrfexe, rundir+'/wrf.exe')
# time not important, but general settings
prepare_namelist.run(iens, begin=init_time, end=dt.datetime(2008, 7, 30, 23),
archive=False)
# prepare input profiles # prepare input profiles
if hasattr(exp, 'input_profile'): if hasattr(exp, 'input_profile'):
prepare_namelist.run(iens, begin=init_time, end=dt.datetime(2008, 7, 30, 23),
archive=False) # time not important, but general settings
input_prof = (exp.input_profile).replace('<iens>', str(iens).zfill(3)) input_prof = (exp.input_profile).replace('<iens>', str(iens).zfill(3))
symlink(input_prof, rundir+'/input_sounding') symlink(input_prof, rundir+'/input_sounding')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment