diff --git a/config/jet.py b/config/jet.py
index ebb475d6120fc2e88ed44c90aec7644f1cd2972c..dd35205d38de5e593069ce9250413b956130be72 100755
--- a/config/jet.py
+++ b/config/jet.py
@@ -32,8 +32,8 @@ cluster.dartwrf_dir = '/jetfs/home/lkugler/DART-WRF/'
 cluster.geo_em_nature = '/jetfs/home/lkugler/data/sim_archive/geo_em.d01.nc.250m_1600x1600' 
 cluster.geo_em_forecast = '/jetfs/home/lkugler/data/sim_archive/geo_em.d01.nc.2km_200x200'
 #cluster.obs_impact_filename = cluster.dartwrf_dir+'/templates/impactfactor_T.txt'
-cluster.namelist = cluster.dartwrf_dir+'/config/templates/namelist.input_nat_exact'
-cluster.rttov_nml = cluster.dartwrf_dir + "/config/templates/obs_def_rttov.VIS+WV.nml"
+cluster.namelist = cluster.dartwrf_dir+'/templates/namelist.input_nat_exact'
+cluster.rttov_nml = cluster.dartwrf_dir + "/templates/obs_def_rttov.VIS+WV.nml"
 cluster.run_WRF = '/jetfs/home/lkugler/DART-WRF/dartwrf/run_ens.jet.sh'
 
 cluster.slurm_cfg = {"account": "lkugler", "partition": "all",  
diff --git a/config/templates/impactfactor_T.txt b/templates/impactfactor_T.txt
similarity index 100%
rename from config/templates/impactfactor_T.txt
rename to templates/impactfactor_T.txt
diff --git a/config/templates/namelist.input b/templates/namelist.input
similarity index 100%
rename from config/templates/namelist.input
rename to templates/namelist.input
diff --git a/config/templates/obs_def_rttov.IR.nml b/templates/obs_def_rttov.IR.nml
similarity index 100%
rename from config/templates/obs_def_rttov.IR.nml
rename to templates/obs_def_rttov.IR.nml