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

setup

parent 0c8eb301
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ prior_valid_time = dt.datetime(2008,7,30,12,30) ...@@ -18,6 +18,8 @@ prior_valid_time = dt.datetime(2008,7,30,12,30)
assim_time = prior_valid_time assim_time = prior_valid_time
cluster.setup()
os.system( os.system(
cluster.python+' '+cluster.scripts_rundir+'/assim_synth_obs.py ' cluster.python+' '+cluster.scripts_rundir+'/assim_synth_obs.py '
+assim_time.strftime('%Y-%m-%d_%H:%M ') +assim_time.strftime('%Y-%m-%d_%H:%M ')
...@@ -28,4 +30,4 @@ os.system( ...@@ -28,4 +30,4 @@ os.system(
# id_sat = create_satimages(time, depends_on=id) # id_sat = create_satimages(time, depends_on=id)
\ No newline at end of file
from dartwrf import utils from dartwrf import utils
exp = utils.ExperimentConfiguration() exp = utils.ExperimentConfiguration()
exp.expname = "exp_v1.22_P2_rr_WV62_obs10_loc20_oe2" #"exp_v1.22_P2_rr_VIS+WV73_obs10_loc20_inf5" exp.expname = "exp_v1.22_P2_rr_VIS_obs10_loc20_inf5"
exp.model_dx = 2000 exp.model_dx = 2000
exp.n_ens = 40 exp.n_ens = 40
exp.filter_kind = 1 exp.filter_kind = 1
exp.prior_inflation = 0 exp.prior_inflation = 5
exp.post_inflation = 4 exp.post_inflation = 0
exp.sec = True exp.sec = True
exp.reject_smallFGD = False exp.reject_smallFGD = False
exp.cov_loc_vert_km_horiz_km = (3, 20) exp.cov_loc_vert_km_horiz_km = (3, 20)
...@@ -93,7 +93,7 @@ psfc = dict(plotname='SYNOP Pressure', plotunits='[Pa]', ...@@ -93,7 +93,7 @@ psfc = dict(plotname='SYNOP Pressure', plotunits='[Pa]',
error_generate=50., error_assimilate=100., error_generate=50., error_assimilate=100.,
cov_loc_radius_km=32) cov_loc_radius_km=32)
exp.observations = [wv62] exp.observations = [vis]
exp.update_vars = ['U', 'V', 'W', 'THM', 'PH', 'MU', 'QVAPOR', 'QCLOUD', 'QICE', 'PSFC'] exp.update_vars = ['U', 'V', 'W', 'THM', 'PH', 'MU', 'QVAPOR', 'QCLOUD', 'QICE', 'PSFC']
#exp.update_vars = ['U', 'V', 'W', 'T', 'PH', 'MU', 'QVAPOR', 'PSFC'] #exp.update_vars = ['U', 'V', 'W', 'T', 'PH', 'MU', 'QVAPOR', 'PSFC']
...@@ -200,6 +200,7 @@ def verify_fast(depends_on=None): ...@@ -200,6 +200,7 @@ def verify_fast(depends_on=None):
################################ ################################
if __name__ == "__main__": if __name__ == "__main__":
print('starting osse') print('starting osse')
cluster.setup()
timedelta_integrate = dt.timedelta(minutes=15) timedelta_integrate = dt.timedelta(minutes=15)
timedelta_btw_assim = dt.timedelta(minutes=15) timedelta_btw_assim = dt.timedelta(minutes=15)
......
...@@ -16,6 +16,7 @@ from cycled_exp import * ...@@ -16,6 +16,7 @@ from cycled_exp import *
################################ ################################
print('starting osse') print('starting osse')
cluster.setup()
id = None id = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment