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

docs

parent 694c6941
Branches
Tags
No related merge requests found
......@@ -35,9 +35,8 @@ if __name__ == '__main__':
# prepare input profiles
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
# prep namelist for ./ideal.exe
prepare_namelist.run(iens, begin=init_time, end=init_time, archive=False) # time not important
input_prof = (exp.input_profile).replace('<iens>', str(iens).zfill(3))
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