[Dart-dev] DART/branches Revision: 12887

dart at ucar.edu dart at ucar.edu
Tue Oct 2 16:58:07 MDT 2018


thoar at ucar.edu
2018-10-02 16:58:07 -0600 (Tue, 02 Oct 2018)
91
This file was renamed to be wrf_hydro/ensemble_config_files/ens_setup_NWM_channel-only.py




Deleted: DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/ens_setup_NWM_channel-only.py
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/ens_setup_NWM_channel-only.py	2018-10-02 22:54:00 UTC (rev 12886)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/ens_setup_NWM_channel-only.py	2018-10-02 22:58:07 UTC (rev 12887)
@@ -1,21 +0,0 @@
-# Change restart frequency to hourly in hydro namelist
-att_tuple = ('hydro_namelist', 'hydro_nlist', 'rst_dt')
-values = 60
-wrf_hydro_ens_setup.set_diffs_dict(att_tuple, values)
-[mm.hydro_namelist['hydro_nlist']['rst_dt'] for mm in wrf_hydro_ens_setup.members]
-
-# Change restart frequency to hourly in hrldas namelist
-att_tuple = ('namelist_hrldas', 'noahlsm_offline', 'restart_frequency_hours')
-values = 1
-wrf_hydro_ens_setup.set_diffs_dict(att_tuple, values)
-[mm.namelist_hrldas['noahlsm_offline']['restart_frequency_hours'] for mm in wrf_hydro_ens_setup.members]
-
-# Change model advance to 1 hour in hrldas namelist
-# This is governed by the configuration namelist setting:
-# run_experiment:  time:  advance_model_hours: 
-
-
-# No other differences across the ensemble, only the FORCING dir for each
-# will be set at run time by the noise_model.
-
-# We could to parameter differences here.


More information about the Dart-dev mailing list