From f5360ce39826e256e0559c8dbdc107af67e272a9 Mon Sep 17 00:00:00 2001 From: Lukas Kugler <lukas.kugler@univie.ac.at> Date: Thu, 27 Feb 2025 12:37:53 +0100 Subject: [PATCH] moved templates --- config/jet.py | 4 ++-- {config/templates => templates}/impactfactor_T.txt | 0 {config/templates => templates}/namelist.input | 0 {config/templates => templates}/obs_def_rttov.IR.nml | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {config/templates => templates}/impactfactor_T.txt (100%) rename {config/templates => templates}/namelist.input (100%) rename {config/templates => templates}/obs_def_rttov.IR.nml (100%) diff --git a/config/jet.py b/config/jet.py index ebb475d..dd35205 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 -- GitLab