From 50aa703f18123b2b71c6370cd2f98360eb021e3f Mon Sep 17 00:00:00 2001 From: "Jeffrey D. Mirocha" Date: Thu, 18 Aug 2022 07:49:42 -0700 Subject: [PATCH 1/3] Setups for WRF 2-domain mesoscale-to-nested LES simulations, as well as for periodic single-domain LES used to make forcing and evaluation data for the two-domain runs. --- .../input_sounding_neutral_case_nested_les | 123 +++++++++ ..._01_0100_nested_neutral_case_spinup_1_hour | 199 +++++++++++++++ ...0200_nested_neutral_case_production_hour_1 | 199 +++++++++++++++ ...0300_nested_neutral_case_production_hour_2 | 199 +++++++++++++++ ...0400_nested_neutral_case_production_hour_3 | 199 +++++++++++++++ ...0500_nested_neutral_case_production_hour_4 | 199 +++++++++++++++ ...00_periodic_neutral_case_production_hour_1 | 183 +++++++++++++ ...00_periodic_neutral_case_production_hour_2 | 183 +++++++++++++ ...00_periodic_neutral_case_production_hour_3 | 183 +++++++++++++ ...00_periodic_neutral_case_production_hour_4 | 183 +++++++++++++ ..._sounding_neutral_case_periodic_les_spinup | 4 + ...00_01_01_0800_periodic_neutral_case_spinup | 179 +++++++++++++ ...00_01_01_1600_periodic_neutral_case_spinup | 179 +++++++++++++ ...00_01_02_0000_periodic_neutral_case_spinup | 179 +++++++++++++ ...00_01_02_0800_periodic_neutral_case_spinup | 179 +++++++++++++ ...00_01_02_1600_periodic_neutral_case_spinup | 179 +++++++++++++ ...00_01_03_0000_periodic_neutral_case_spinup | 179 +++++++++++++ .../WRF_CPM/NEUTRAL/readme_neutral_case_study | 172 +++++++++++++ .../input_sounding_stable_case_nested_les | 155 +++++++++++ ...1_01_0100_nested_stable_case_spinup_1_hour | 240 ++++++++++++++++++ ..._0200_nested_stable_case_production_hour_1 | 240 ++++++++++++++++++ ..._0300_nested_stable_case_production_hour_2 | 240 ++++++++++++++++++ ..._0400_nested_stable_case_production_hour_3 | 240 ++++++++++++++++++ ..._0500_nested_stable_case_production_hour_4 | 240 ++++++++++++++++++ ...ng_stable_case_periodic_les_neutral_spinup | 4 + .../input_sounding_unstable_case_nested_les | 90 +++++++ ...01_0100_nested_unstable_case_spinup_1_hour | 190 ++++++++++++++ ...200_nested_unstable_case_production_hour_1 | 190 ++++++++++++++ ...300_nested_unstable_case_production_hour_2 | 190 ++++++++++++++ ...400_nested_unstable_case_production_hour_3 | 190 ++++++++++++++ ...500_nested_unstable_case_production_hour_4 | 190 ++++++++++++++ ..._unstable_case_periodic_les_neutral_spinup | 4 + .../WRF_CPM/readme_WRF_CPM | 142 +++++++++++ .../readme_inflow_perturbation_methods | 22 ++ 34 files changed, 5667 insertions(+) create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/input_sounding_neutral_case_nested_les create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_neutral_case_spinup_1_hour create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_neutral_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_neutral_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_neutral_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_neutral_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2100_01_02_2200_periodic_neutral_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2200_01_02_2300_periodic_neutral_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2300_01_03_0000_periodic_neutral_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/input_sounding_neutral_case_periodic_les_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/input_sounding_stable_case_nested_les create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_stable_case_spinup_1_hour create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_stable_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_stable_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_stable_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_stable_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/readme_inflow_perturbation_methods diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/input_sounding_neutral_case_nested_les b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/input_sounding_neutral_case_nested_les new file mode 100644 index 0000000..6e715d1 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/input_sounding_neutral_case_nested_les @@ -0,0 +1,123 @@ + 1000.00 300.048 0.00000 + 2.05630 300.048 0.00000 3.02032 0.0822225 + 6.27207 300.048 0.00000 4.20991 0.102532 + 10.7161 300.048 0.00000 5.08369 0.111072 + 15.3521 300.048 0.00000 5.71989 0.112752 + 20.2187 300.048 0.00000 6.17259 0.110383 + 25.3903 300.048 0.00000 6.49723 0.105209 + 30.7502 300.048 0.00000 6.73700 0.0977575 + 36.3299 300.048 0.00000 6.92163 0.0884203 + 42.3116 300.048 0.00000 7.07065 0.0774090 + 48.5118 300.048 0.00000 7.19694 0.0650757 + 55.0782 300.048 0.00000 7.30800 0.0518415 + 61.9642 300.048 0.00000 7.40855 0.0378185 + 69.1201 300.048 0.00000 7.50209 0.0232765 + 76.6749 300.048 0.00000 7.59070 0.00856850 + 84.5368 300.048 0.00000 7.67612 -0.00625650 + 92.9886 300.048 0.00000 7.75923 -0.0211553 + 101.717 300.048 0.00000 7.84058 -0.0361850 + 110.882 300.048 0.00000 7.92071 -0.0514890 + 120.600 300.048 0.00000 8.00037 -0.0674845 + 130.662 300.048 0.00000 8.08021 -0.0847293 + 141.314 300.048 0.00000 8.16060 -0.103481 + 152.290 300.048 0.00000 8.24145 -0.123877 + 163.816 300.049 0.00000 8.32247 -0.145743 + 176.255 300.049 0.00000 8.40381 -0.168443 + 189.202 300.049 0.00000 8.48472 -0.191243 + 202.601 300.049 0.00000 8.56565 -0.214834 + 216.948 300.049 0.00000 8.64712 -0.240987 + 231.669 300.049 0.00000 8.72958 -0.269134 + 246.975 300.049 0.00000 8.81360 -0.298293 + 263.450 300.049 0.00000 8.89889 -0.329121 + 280.772 300.049 0.00000 8.98510 -0.361869 + 299.098 300.049 0.00000 9.07193 -0.396870 + 317.652 300.049 0.00000 9.15824 -0.434358 + 337.183 300.049 0.00000 9.24425 -0.475085 + 358.872 300.049 0.00000 9.33037 -0.520317 + 380.853 300.049 0.00000 9.41673 -0.568907 + 403.821 300.049 0.00000 9.50425 -0.619342 + 427.442 300.049 0.00000 9.59249 -0.670941 + 451.150 300.050 0.00000 9.67853 -0.723309 + 476.266 300.050 0.00000 9.75900 -0.775497 + 501.245 300.050 0.00000 9.83506 -0.828982 + 524.797 300.050 0.00000 9.90829 -0.882884 + 548.597 300.050 0.00000 9.97820 -0.934749 + 573.953 300.050 0.00000 10.0453 -0.984231 + 598.121 300.050 0.00000 10.1087 -1.03324 + 622.058 300.051 0.00000 10.1684 -1.08248 + 645.865 300.051 0.00000 10.2252 -1.13179 + 669.489 300.051 0.00000 10.2793 -1.18145 + 693.682 300.051 0.00000 10.3295 -1.23162 + 718.049 300.052 0.00000 10.3761 -1.28128 + 743.321 300.052 0.00000 10.4197 -1.33049 + 767.828 300.052 0.00000 10.4614 -1.37935 + 792.410 300.053 0.00000 10.5010 -1.42814 + 815.092 300.053 0.00000 10.5381 -1.47720 + 837.021 300.054 0.00000 10.5725 -1.52732 + 861.620 300.055 0.00000 10.6049 -1.58002 + 887.176 300.056 0.00000 10.6347 -1.63652 + 911.968 300.057 0.00000 10.6603 -1.69925 + 936.558 300.059 0.00000 10.6797 -1.77127 + 958.908 300.062 0.00000 10.6867 -1.85843 + 980.465 300.070 0.00000 10.6704 -1.97071 + 1005.09 300.087 0.00000 10.6120 -2.12218 + 1030.72 300.133 0.00000 10.4787 -2.33047 + 1055.68 300.244 0.00000 10.2502 -2.56891 + 1080.46 300.440 0.00000 9.98949 -2.73373 + 1103.22 300.703 0.00000 9.78417 -2.77977 + 1125.59 301.005 0.00000 9.67729 -2.74890 + 1150.81 301.329 0.00000 9.65524 -2.70147 + 1173.97 301.659 0.00000 9.67807 -2.67595 + 1196.47 301.984 0.00000 9.70444 -2.68088 + 1221.35 302.297 0.00000 9.71114 -2.70413 + 1244.31 302.592 0.00000 9.69425 -2.72892 + 1266.89 302.870 0.00000 9.66243 -2.74434 + 1291.99 303.133 0.00000 9.62756 -2.74812 + 1317.62 303.384 0.00000 9.59949 -2.74437 + 1342.80 303.628 0.00000 9.58336 -2.73895 + 1367.99 303.869 0.00000 9.57807 -2.73568 + 1391.46 304.110 0.00000 9.57952 -2.73557 + 1414.54 304.351 0.00000 9.58370 -2.73762 + 1439.90 304.594 0.00000 9.58911 -2.74019 + 1461.08 304.838 0.00000 9.59418 -2.74224 + 1481.72 305.082 0.00000 9.59835 -2.74357 + 1504.84 305.326 0.00000 9.60153 -2.74445 + 1528.42 305.569 0.00000 9.60312 -2.74514 + 1553.70 305.811 0.00000 9.60415 -2.74566 + 1578.99 306.053 0.00000 9.60468 -2.74594 + 1604.70 306.294 0.00000 9.60431 -2.74600 + 1630.03 306.536 0.00000 9.60333 -2.74605 + 1653.51 306.778 0.00000 9.60258 -2.74674 + 1677.40 307.021 0.00000 9.60204 -2.74838 + 1702.85 307.264 0.00000 9.60255 -2.75087 + 1722.44 307.507 0.00000 9.60526 -2.75287 + 1742.25 307.749 0.00000 9.61010 -2.75209 + 1767.55 307.989 0.00000 9.61407 -2.74638 + 1791.18 308.223 0.00000 9.61333 -2.73591 + 1815.15 308.449 0.00000 9.60971 -2.73028 + 1840.45 308.666 0.00000 9.61058 -2.74362 + 1865.89 308.890 0.00000 9.61470 -2.75273 + 1891.70 309.128 0.00000 9.61657 -2.75557 + 1917.06 309.370 0.00000 9.61666 -2.75585 + 1940.63 309.611 0.00000 9.61618 -2.75519 + 1964.93 309.841 0.00000 9.61593 -2.75422 + 1990.05 310.028 0.00000 9.61601 -2.75329 + 2009.43 310.272 0.00000 9.61619 -2.75267 + 2029.04 310.505 0.00000 9.61635 -2.75236 + 2054.69 310.750 0.00000 9.61646 -2.75221 + 2078.65 310.994 0.00000 9.61652 -2.75208 + 2102.92 311.226 0.00000 9.61654 -2.75197 + 2128.35 311.424 0.00000 9.61654 -2.75186 + 2151.30 311.658 0.00000 9.61654 -2.75177 + 2176.82 311.904 0.00000 9.61653 -2.75169 + 2202.01 312.089 0.00000 9.61652 -2.75163 + 2226.52 312.320 0.00000 9.61652 -2.75159 + 2250.48 312.521 0.00000 9.61651 -2.75157 + 2275.99 312.755 0.00000 9.61651 -2.75155 + 2296.28 313.000 0.00000 9.61651 -2.75154 + 2316.56 313.234 0.00000 9.61651 -2.75153 + 2342.07 313.436 0.00000 9.61650 -2.75153 + 2366.78 313.672 0.00000 9.61650 -2.75153 + 2391.03 313.918 0.00000 9.61650 -2.75153 + 2400.00 314.000 0.00000 9.61650 -2.75153 + diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_neutral_case_spinup_1_hour b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_neutral_case_spinup_1_hour new file mode 100644 index 0000000..201d80c --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_neutral_case_spinup_1_hour @@ -0,0 +1,199 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 00, 00, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 600, + frames_per_auxhist3 = 101, 101, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 121, 121, + vert_refine_method = 0, 0, + dx = 36.0, 12.0 + dy = 36.0, 12.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 2398.5, 2398.5 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, 600.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 0.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_neutral_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_neutral_case_production_hour_1 new file mode 100644 index 0000000..dae9837 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_neutral_case_production_hour_1 @@ -0,0 +1,199 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 01, 01, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 121, 121, + vert_refine_method = 0, 0, + dx = 36.0, 12.0 + dy = 36.0, 12.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 2398.5, 2398.5 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, 600.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 0.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_neutral_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_neutral_case_production_hour_2 new file mode 100644 index 0000000..d63d5d2 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_neutral_case_production_hour_2 @@ -0,0 +1,199 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 02, 02, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 121, 121, + vert_refine_method = 0, 0, + dx = 36.0, 12.0 + dy = 36.0, 12.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 2398.5, 2398.5 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, 600.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 0.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_neutral_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_neutral_case_production_hour_3 new file mode 100644 index 0000000..7b81ff9 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_neutral_case_production_hour_3 @@ -0,0 +1,199 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 03, 03, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 121, 121, + vert_refine_method = 0, 0, + dx = 36.0, 12.0 + dy = 36.0, 12.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 2398.5, 2398.5 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, 600.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 0.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_neutral_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_neutral_case_production_hour_4 new file mode 100644 index 0000000..8c45dfb --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_neutral_case_production_hour_4 @@ -0,0 +1,199 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 04, 04, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 121, 121, + vert_refine_method = 0, 0, + dx = 36.0, 12.0 + dy = 36.0, 12.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 2398.5, 2398.5 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, 600.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 0.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 new file mode 100644 index 0000000..f4a56bb --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 @@ -0,0 +1,183 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 20, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2100_01_02_2200_periodic_neutral_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2100_01_02_2200_periodic_neutral_case_production_hour_2 new file mode 100644 index 0000000..7a0eb55 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2100_01_02_2200_periodic_neutral_case_production_hour_2 @@ -0,0 +1,183 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 21, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2200_01_02_2300_periodic_neutral_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2200_01_02_2300_periodic_neutral_case_production_hour_3 new file mode 100644 index 0000000..90d7151 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2200_01_02_2300_periodic_neutral_case_production_hour_3 @@ -0,0 +1,183 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 22, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2300_01_03_0000_periodic_neutral_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2300_01_03_0000_periodic_neutral_case_production_hour_4 new file mode 100644 index 0000000..92b36cf --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_PRODUCTION/namelist.input_01_02_2300_01_03_0000_periodic_neutral_case_production_hour_4 @@ -0,0 +1,183 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 23, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/input_sounding_neutral_case_periodic_les_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/input_sounding_neutral_case_periodic_les_spinup new file mode 100644 index 0000000..7dd81c2 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/input_sounding_neutral_case_periodic_les_spinup @@ -0,0 +1,4 @@ + 1000.00 300.000000 0.000000 + 0.00 300.000000 0.000000 9.6126 -2.7564 + 1000.00 300.000000 0.000000 9.6126 -2.7564 + 2400.00 314.000000 0.000000 9.6126 -2.7564 diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_neutral_case_spinup new file mode 100644 index 0000000..48ad090 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup new file mode 100644 index 0000000..3c2c97a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_neutral_case_spinup new file mode 100644 index 0000000..7323bfe --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_neutral_case_spinup new file mode 100644 index 0000000..14e5cb5 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_neutral_case_spinup new file mode 100644 index 0000000..f1794e7 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup new file mode 100644 index 0000000..61aaf75 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup @@ -0,0 +1,179 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 121, + vert_refine_method = 0, + dx = 12.0, + dy = 12.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 2398.5, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99809, 0.99608, 0.99397, + 0.99176, 0.98944, 0.98700, 0.98444, + 0.98176, 0.97895, 0.97599, 0.97289, + 0.96964, 0.96623, 0.96265, 0.95890, + 0.95496, 0.95083, 0.94650, 0.94196, + 0.93719, 0.93219, 0.92695, 0.92146, + 0.91569, 0.90965, 0.90332, 0.89668, + 0.88972, 0.88243, 0.87478, 0.86677, + 0.85838, 0.84958, 0.84037, 0.83072, + 0.82061, 0.81003, 0.79910, 0.78819, + 0.77732, 0.76648, 0.75567, 0.74489, + 0.73414, 0.72342, 0.71273, 0.70207, + 0.69144, 0.68084, 0.67027, 0.65973, + 0.64923, 0.63875, 0.62830, 0.61787, + 0.60748, 0.59712, 0.58679, 0.57649, + 0.56621, 0.55597, 0.54575, 0.53556, + 0.52540, 0.51527, 0.50517, 0.49510, + 0.48505, 0.47504, 0.46505, 0.45509, + 0.44516, 0.43525, 0.42538, 0.41553, + 0.40571, 0.39592, 0.38615, 0.37642, + 0.36671, 0.35702, 0.34737, 0.33774, + 0.32814, 0.31857, 0.30902, 0.29950, + 0.29001, 0.28055, 0.27111, 0.26169, + 0.25231, 0.24295, 0.23362, 0.22431, + 0.21503, 0.20578, 0.19655, 0.18735, + 0.17817, 0.16902, 0.15990, 0.15080, + 0.14173, 0.13268, 0.12366, 0.11466, + 0.10569, 0.09675, 0.08783, 0.07893, + 0.07006, 0.06122, 0.05240, 0.04360, + 0.03483, 0.02609, 0.01737, 0.00867, + 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 600.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study new file mode 100644 index 0000000..57777ff --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study @@ -0,0 +1,172 @@ +The three subdirectories below this directory contain the files to run +both the 2-domain NESTED_LES and single-domain PERIODIC_LES* simulations +comprising the neutral case study. + +Subdirectory NESTED_LES contains files to run the 2-domain simulations. +Perturbations are applied around all four lateral boundaries of +the nested LES domain (domain 2), with amplitudes determined by the Eckert +number formulation, cpm_opt = 2. + +To execute these steps, make a directory called NESTED_LES and go there. + +Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: + +1. Copy input_sounding_neutral_case_nested_les to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0100_nested_neutral_case_spinup_1_hour to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for 1 hour to spin up the nested domain. + +5. Copy namelist.input_01_01_0100_01_01_0200_nested_neutral_case_production_hour_1 to namelist.input + +6. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +7. Copy namelist.input_01_01_0200_01_01_0300_nested_neutral_case_production_hour_2 to namelist.input + +8. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +9. Copy namelist.input_01_01_0300_01_01_0400_nested_neutral_case_production_hour_3 to namelist.input + +10. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +11. Copy namelist.input_01_01_0400_01_01_0500_nested_neutral_case_production_hour_4 to namelist.input + +12. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on an LLNL linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories: + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d0*_0001-01-01_01:00:00 +horizontal_slices_d0*_0001-01-01_02:00:00 +horizontal_slices_d0*_0001-01-01_03:00:00 +horizontal_slices_d0*_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d0*_0001-01-01_01:00:00 + wrfout_d0*_0001-01-01_02:00:00 + wrfout_d0*_0001-01-01_03:00:00 + wrfout_d0*_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Set the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". Only *d02* are analyzed, but best to keep +the files together. + +For the periodic LES, make two directories PERIODIC_LES_SPINUP and +PERIODIC_LES_PRODUCTION as in this directory + +Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain +the files to run the single-domain periodic LES. + +Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP +and PERIODIC_LES_PRODUCTION directories are as follows: + +Go to directory PERIODIC_LES_SPINUP + +1. Copy input_sounding_neutral_case_periodic_les_spinup to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0800_periodic_neutral_case_spinup to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for the first 8 hours of spinup. + +Ths workflow was broken into 8-hour simulations, each of which took approximately 12 hours +of wall clock time using 576 processors on an LLNL linux cluster. Depending on your HPC, +you may be able to run all 42 hours of spinup at one time. If you choose to run 42 hours at +once, you can skip steps 5-14. However you choose to simulate the 48 hours, when completed +follow instructions beginning at step 15 for the PRODUCTION runs. + +5. Copy namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup to namelist.input + +6. Run wrf.exe for the second 8 hours of spinup + +7. Copy namelist.input_01_01_1600_01_02_0000_periodic_neutral_case_spinup to namelist.input + +8. Run wrf.exe for the third 8 hours of spinup + +9. Copy namelist.input_01_02_0000_01_02_0800_periodic_neutral_case_spinup to namelist.input + +10. Run wrf.exe for the fourth 8 hours of spinup + +11. Copy namelist.input_01_02_0800_01_02_1600_periodic_neutral_case_spinup to namelist.input + +12. Run wrf.exe for the fifth 8 hours of spinup + +13. Copy namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup to namelist.input + +14. Run wrf.exe for the sixth 8 hours of spinup (48 hours total) + +Go to directory PERIODIC_LES_PRODUCTION + +15. Copy restart file wrfrst_d01_0001-01-02_20:00:00 from PERIODIC_LES_SPINUP here + +16. Copy namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 to namelist.input + +17. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +18. Copy namelist.input_01_02_2100_01_02_2200_periodic_neutral_case_production_hour_2 to namelist.input + +19. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +20. Copy namelist.input_01_02_2200_01_02_2300_periodic_neutral_case_production_hour_3 to namelist.input + +21. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +22. Copy namelist.input_01_02_2300_01_03_0000_periodic_neutral_case_production_hour_4 to namelist.input + +23. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on an LLNL linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories: + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d01_0001-01-01_01:00:00 +horizontal_slices_d01_0001-01-01_02:00:00 +horizontal_slices_d01_0001-01-01_03:00:00 +horizontal_slices_d01_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d01_0001-01-01_01:00:00 + wrfout_d01_0001-01-01_02:00:00 + wrfout_d01_0001-01-01_03:00:00 + wrfout_d01_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Se the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/input_sounding_stable_case_nested_les b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/input_sounding_stable_case_nested_les new file mode 100644 index 0000000..895ddc6 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/input_sounding_stable_case_nested_les @@ -0,0 +1,155 @@ + 1000.00 298.034 0.00000 + 0.998203 298.048 0.00000 1.88171 0.134365 + 3.05092 298.077 0.00000 2.83470 0.194910 + 5.21079 298.102 0.00000 3.57234 0.238127 + 7.46779 298.126 0.00000 4.13813 0.268202 + 9.86068 298.147 0.00000 4.56387 0.287505 + 12.3754 298.166 0.00000 4.88600 0.298128 + 15.0013 298.182 0.00000 5.13527 0.301472 + 17.7177 298.196 0.00000 5.33504 0.298893 + 20.6305 298.208 0.00000 5.50106 0.292299 + 23.6901 298.219 0.00000 5.64468 0.283784 + 26.8335 298.229 0.00000 5.77344 0.274273 + 30.2186 298.239 0.00000 5.89294 0.263962 + 33.7688 298.248 0.00000 6.00649 0.253093 + 37.3892 298.256 0.00000 6.11585 0.241940 + 41.2183 298.265 0.00000 6.22373 0.230757 + 45.2835 298.273 0.00000 6.33145 0.219544 + 49.6408 298.282 0.00000 6.43967 0.207618 + 54.3027 298.290 0.00000 6.54842 0.194282 + 58.9271 298.299 0.00000 6.65800 0.179709 + 63.8173 298.307 0.00000 6.76926 0.164097 + 68.9605 298.316 0.00000 6.88251 0.146533 + 74.3327 298.325 0.00000 6.99824 0.126156 + 80.0183 298.334 0.00000 7.11747 0.102682 + 86.0576 298.344 0.00000 7.23996 0.0761325 + 92.5331 298.354 0.00000 7.36524 0.0465062 + 99.0865 298.364 0.00000 7.49345 0.0129952 + 105.847 298.375 0.00000 7.62450 -0.0244667 + 113.188 298.387 0.00000 7.75885 -0.0662450 + 121.082 298.398 0.00000 7.89666 -0.113298 + 129.219 298.411 0.00000 8.03895 -0.165373 + 137.555 298.424 0.00000 8.18485 -0.222619 + 146.147 298.438 0.00000 8.33545 -0.286308 + 155.211 298.453 0.00000 8.49087 -0.357940 + 164.891 298.469 0.00000 8.65013 -0.438026 + 175.424 298.486 0.00000 8.81619 -0.527945 + 186.338 298.505 0.00000 8.98741 -0.629727 + 197.770 298.525 0.00000 9.16220 -0.747779 + 209.529 298.546 0.00000 9.33973 -0.883957 + 221.404 298.569 0.00000 9.51471 -1.03298 + 233.791 298.593 0.00000 9.68160 -1.19171 + 245.614 298.618 0.00000 9.83953 -1.36211 + 257.533 298.644 0.00000 9.98758 -1.54441 + 269.710 298.671 0.00000 10.1250 -1.73665 + 281.236 298.699 0.00000 10.2505 -1.94203 + 293.014 298.730 0.00000 10.3624 -2.16378 + 305.328 298.762 0.00000 10.4602 -2.40279 + 317.305 298.797 0.00000 10.5367 -2.65674 + 329.296 298.836 0.00000 10.5871 -2.92620 + 340.810 298.878 0.00000 10.6054 -3.21241 + 351.889 298.925 0.00000 10.5800 -3.51059 + 363.968 298.978 0.00000 10.4988 -3.81215 + 376.633 299.038 0.00000 10.3524 -4.10513 + 388.928 299.108 0.00000 10.1355 -4.37197 + 401.249 299.188 0.00000 9.85420 -4.59137 + 412.606 299.276 0.00000 9.52910 -4.73783 + 423.562 299.367 0.00000 9.19496 -4.79125 + 435.896 299.453 0.00000 8.89030 -4.75042 + 448.626 299.532 0.00000 8.64105 -4.62928 + 461.030 299.602 0.00000 8.45953 -4.45105 + 471.834 299.663 0.00000 8.34793 -4.24003 + 483.028 299.716 0.00000 8.30202 -4.01737 + 495.506 299.764 0.00000 8.31144 -3.79964 + 507.598 299.806 0.00000 8.36669 -3.59793 + 519.953 299.844 0.00000 8.45797 -3.41874 + 532.234 299.878 0.00000 8.57619 -3.26449 + 543.213 299.909 0.00000 8.70977 -3.13678 + 554.259 299.937 0.00000 8.84925 -3.03753 + 566.668 299.962 0.00000 8.98777 -2.96865 + 579.448 299.983 0.00000 9.11973 -2.92908 + 591.992 300.001 0.00000 9.23770 -2.91449 + 603.270 300.014 0.00000 9.33801 -2.91883 + 614.837 300.023 0.00000 9.41922 -2.93693 + 627.403 300.029 0.00000 9.48178 -2.96288 + 638.344 300.032 0.00000 9.52869 -2.99141 + 649.216 300.034 0.00000 9.56444 -3.01849 + 661.649 300.035 0.00000 9.59155 -3.04323 + 673.262 300.036 0.00000 9.61191 -3.06619 + 684.696 300.037 0.00000 9.63069 -3.08776 + 697.295 300.038 0.00000 9.64841 -3.10820 + 710.113 300.038 0.00000 9.66321 -3.12713 + 722.670 300.039 0.00000 9.67672 -3.14541 + 734.258 300.040 0.00000 9.68798 -3.16237 + 745.881 300.040 0.00000 9.69898 -3.17775 + 758.516 300.041 0.00000 9.71109 -3.19493 + 768.883 300.041 0.00000 9.72278 -3.21045 + 778.959 300.042 0.00000 9.73317 -3.22393 + 790.598 300.042 0.00000 9.74155 -3.23860 + 802.269 300.043 0.00000 9.74936 -3.25275 + 814.868 300.043 0.00000 9.75760 -3.26592 + 827.715 300.043 0.00000 9.76571 -3.27896 + 840.341 300.044 0.00000 9.77464 -3.29513 + 852.111 300.044 0.00000 9.78113 -3.30911 + 863.922 300.045 0.00000 9.78802 -3.32127 + 876.600 300.045 0.00000 9.79381 -3.33555 + 886.461 300.045 0.00000 9.80047 -3.35293 + 896.065 300.046 0.00000 9.81006 -3.37204 + 907.875 300.047 0.00000 9.82129 -3.39654 + 919.719 300.047 0.00000 9.83165 -3.42204 + 932.373 300.048 0.00000 9.84083 -3.44621 + 945.223 300.048 0.00000 9.84789 -3.46756 + 957.896 300.048 0.00000 9.85380 -3.48507 + 969.620 300.048 0.00000 9.85862 -3.49890 + 981.562 300.048 0.00000 9.86177 -3.50897 + 991.082 300.048 0.00000 9.86331 -3.51657 + 1000.72 300.048 0.00000 9.86319 -3.52506 + 1013.37 300.048 0.00000 9.86138 -3.54149 + 1025.62 300.050 0.00000 9.85193 -3.59134 + 1037.56 300.062 0.00000 9.81222 -3.70128 + 1049.12 300.095 0.00000 9.73491 -3.84245 + 1061.86 300.159 0.00000 9.61553 -3.99121 + 1073.72 300.264 0.00000 9.47860 -4.13264 + 1085.91 300.411 0.00000 9.33420 -4.25777 + 1098.51 300.595 0.00000 9.20763 -4.35298 + 1108.47 300.806 0.00000 9.10733 -4.41122 + 1118.41 301.029 0.00000 9.01200 -4.43401 + 1130.58 301.249 0.00000 8.99476 -4.43381 + 1142.61 301.451 0.00000 8.99076 -4.41903 + 1153.10 301.626 0.00000 8.99376 -4.39057 + 1165.99 301.771 0.00000 8.99658 -4.38073 + 1178.62 301.888 0.00000 8.99689 -4.37888 + 1190.72 302.006 0.00000 8.99681 -4.37834 + 1202.75 302.129 0.00000 8.99712 -4.37796 + 1213.01 302.252 0.00000 8.99726 -4.37774 + 1223.18 302.376 0.00000 8.99753 -4.37755 + 1236.01 302.500 0.00000 8.99777 -4.37745 + 1248.28 302.625 0.00000 8.99799 -4.37744 + 1260.51 302.749 0.00000 8.99815 -4.37747 + 1273.30 302.874 0.00000 8.99821 -4.37754 + 1282.75 302.996 0.00000 8.99822 -4.37761 + 1294.93 303.120 0.00000 8.99822 -4.37768 + 1307.17 303.241 0.00000 8.99821 -4.37776 + 1319.95 303.359 0.00000 8.99820 -4.37783 + 1330.35 303.483 0.00000 8.99820 -4.37790 + 1340.84 303.606 0.00000 8.99819 -4.37796 + 1353.06 303.729 0.00000 8.99819 -4.37800 + 1365.38 303.831 0.00000 8.99818 -4.37801 + 1378.16 303.954 0.00000 8.99818 -4.37803 + 1387.00 304.076 0.00000 8.99817 -4.37804 + 1399.78 304.196 0.00000 8.99816 -4.37806 + 1411.95 304.316 0.00000 8.99816 -4.37806 + 1424.24 304.438 0.00000 8.99816 -4.37806 + 1434.86 304.563 0.00000 8.99815 -4.37807 + 1445.54 304.685 0.00000 8.99815 -4.37807 + 1457.79 304.806 0.00000 8.99815 -4.37807 + 1470.25 304.925 0.00000 8.99815 -4.37807 + 1483.05 305.045 0.00000 8.99815 -4.37806 + 1491.14 305.167 0.00000 8.99815 -4.37806 + 1503.97 305.263 0.00000 8.99815 -4.37806 + 1516.23 305.386 0.00000 8.99815 -4.37806 + 1528.54 305.507 0.00000 8.99815 -4.37806 + 1541.30 305.627 0.00000 8.99815 -4.37806 + 1552.25 305.750 0.00000 8.99815 -4.37806 + 1563.05 305.875 0.00000 8.99815 -4.37806 + 2400.00 314.000 0.00000 8.99815 -4.37806 \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_stable_case_spinup_1_hour b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_stable_case_spinup_1_hour new file mode 100644 index 0000000..96607fc --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_stable_case_spinup_1_hour @@ -0,0 +1,240 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 00, 00, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 600, + frames_per_auxhist3 = 101, 101, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 154, 154, + vert_refine_method = 0, 0, + dx = 18.0, 6.0 + dy = 18.0, 6.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 1595.256, 1595.2561 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + ! Cell Perturbation Method (CPM) - start + cell_pert = .false.,.false., + cell_pert_2d = .false.,.false., + cell_pert_2d_opt = 0, 0, + cell_pert_1d = .false.,.false., + cell_tvcp = .false.,.false., + cell_pert_amp = 0, 0.78, + pert_tsec = 0, 28.0, + cell_gppc = 0, 8, + cell_nbcx = 0, 3, + cell_nbcy = 0, 3, + cell_kbottom = 0, 2, + cell_ztop = 0, 900.0, + cell_zbottom = 0.0, 0.0, + cell_pert_RL = .false.,.false., + cellRL_ztop = 0, 400.0, + cellRL_zbottom = 0, 250.0, + cellRL_pert_amp = 0, 0.5, + cell_pert_cbl = .false., .false., + cell_cbl_zitop = 0.0, 1000.0, + cell_cbl_uowthst = 0.0, 1.93, + ! momentum perturbation extension + m_pert_uv = .false.,.false., + m_pert_w = .false.,.false., + m_pert_locx = 0, -1, + m_pert_locy = 0, 0, + cell_width = 8, 8, + mom_pert_gps = 24, 24, + mom_pert_amp_uv = 1000., 1000., + mom_pert_amp_w = 1500., 1500., + mom_pert_kbot = 2, 0, + mom_pert_ktop = 22, 59, + ! Cell Perturbation Method (CPM) - end + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, 400.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 300.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, -10.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_stable_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_stable_case_production_hour_1 new file mode 100644 index 0000000..959fc7c --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_stable_case_production_hour_1 @@ -0,0 +1,240 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 01, 01, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 154, 154, + vert_refine_method = 0, 0, + dx = 18.0, 6.0 + dy = 18.0, 6.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 1595.256, 1595.2561 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + ! Cell Perturbation Method (CPM) - start + cell_pert = .false.,.false., + cell_pert_2d = .false.,.false., + cell_pert_2d_opt = 0, 0, + cell_pert_1d = .false.,.false., + cell_tvcp = .false.,.false., + cell_pert_amp = 0, 0.78, + pert_tsec = 0, 28.0, + cell_gppc = 0, 8, + cell_nbcx = 0, 3, + cell_nbcy = 0, 3, + cell_kbottom = 0, 2, + cell_ztop = 0, 900.0, + cell_zbottom = 0.0, 0.0, + cell_pert_RL = .false.,.false., + cellRL_ztop = 0, 400.0, + cellRL_zbottom = 0, 250.0, + cellRL_pert_amp = 0, 0.5, + cell_pert_cbl = .false., .false., + cell_cbl_zitop = 0.0, 1000.0, + cell_cbl_uowthst = 0.0, 1.93, + ! momentum perturbation extension + m_pert_uv = .false.,.false., + m_pert_w = .false.,.false., + m_pert_locx = 0, -1, + m_pert_locy = 0, 0, + cell_width = 8, 8, + mom_pert_gps = 24, 24, + mom_pert_amp_uv = 1000., 1000., + mom_pert_amp_w = 1500., 1500., + mom_pert_kbot = 2, 0, + mom_pert_ktop = 22, 59, + ! Cell Perturbation Method (CPM) - end + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, 400.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 300.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, -10.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_stable_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_stable_case_production_hour_2 new file mode 100644 index 0000000..fa98875 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_stable_case_production_hour_2 @@ -0,0 +1,240 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 02, 02, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 154, 154, + vert_refine_method = 0, 0, + dx = 18.0, 6.0 + dy = 18.0, 6.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 1595.256, 1595.2561 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + ! Cell Perturbation Method (CPM) - start + cell_pert = .false.,.false., + cell_pert_2d = .false.,.false., + cell_pert_2d_opt = 0, 0, + cell_pert_1d = .false.,.false., + cell_tvcp = .false.,.false., + cell_pert_amp = 0, 0.78, + pert_tsec = 0, 28.0, + cell_gppc = 0, 8, + cell_nbcx = 0, 3, + cell_nbcy = 0, 3, + cell_kbottom = 0, 2, + cell_ztop = 0, 900.0, + cell_zbottom = 0.0, 0.0, + cell_pert_RL = .false.,.false., + cellRL_ztop = 0, 400.0, + cellRL_zbottom = 0, 250.0, + cellRL_pert_amp = 0, 0.5, + cell_pert_cbl = .false., .false., + cell_cbl_zitop = 0.0, 1000.0, + cell_cbl_uowthst = 0.0, 1.93, + ! momentum perturbation extension + m_pert_uv = .false.,.false., + m_pert_w = .false.,.false., + m_pert_locx = 0, -1, + m_pert_locy = 0, 0, + cell_width = 8, 8, + mom_pert_gps = 24, 24, + mom_pert_amp_uv = 1000., 1000., + mom_pert_amp_w = 1500., 1500., + mom_pert_kbot = 2, 0, + mom_pert_ktop = 22, 59, + ! Cell Perturbation Method (CPM) - end + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, 400.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 300.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, -10.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_stable_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_stable_case_production_hour_3 new file mode 100644 index 0000000..869f73a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_stable_case_production_hour_3 @@ -0,0 +1,240 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 03, 03, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 154, 154, + vert_refine_method = 0, 0, + dx = 18.0, 6.0 + dy = 18.0, 6.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 1595.256, 1595.2561 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + ! Cell Perturbation Method (CPM) - start + cell_pert = .false.,.false., + cell_pert_2d = .false.,.false., + cell_pert_2d_opt = 0, 0, + cell_pert_1d = .false.,.false., + cell_tvcp = .false.,.false., + cell_pert_amp = 0, 0.78, + pert_tsec = 0, 28.0, + cell_gppc = 0, 8, + cell_nbcx = 0, 3, + cell_nbcy = 0, 3, + cell_kbottom = 0, 2, + cell_ztop = 0, 900.0, + cell_zbottom = 0.0, 0.0, + cell_pert_RL = .false.,.false., + cellRL_ztop = 0, 400.0, + cellRL_zbottom = 0, 250.0, + cellRL_pert_amp = 0, 0.5, + cell_pert_cbl = .false., .false., + cell_cbl_zitop = 0.0, 1000.0, + cell_cbl_uowthst = 0.0, 1.93, + ! momentum perturbation extension + m_pert_uv = .false.,.false., + m_pert_w = .false.,.false., + m_pert_locx = 0, -1, + m_pert_locy = 0, 0, + cell_width = 8, 8, + mom_pert_gps = 24, 24, + mom_pert_amp_uv = 1000., 1000., + mom_pert_amp_w = 1500., 1500., + mom_pert_kbot = 2, 0, + mom_pert_ktop = 22, 59, + ! Cell Perturbation Method (CPM) - end + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, 400.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 300.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, -10.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_stable_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_stable_case_production_hour_4 new file mode 100644 index 0000000..66bf93c --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_stable_case_production_hour_4 @@ -0,0 +1,240 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 04, 04, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 154, 154, + vert_refine_method = 0, 0, + dx = 18.0, 6.0 + dy = 18.0, 6.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 1595.256, 1595.2561 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + ! Cell Perturbation Method (CPM) - start + cell_pert = .false.,.false., + cell_pert_2d = .false.,.false., + cell_pert_2d_opt = 0, 0, + cell_pert_1d = .false.,.false., + cell_tvcp = .false.,.false., + cell_pert_amp = 0, 0.78, + pert_tsec = 0, 28.0, + cell_gppc = 0, 8, + cell_nbcx = 0, 3, + cell_nbcy = 0, 3, + cell_kbottom = 0, 2, + cell_ztop = 0, 900.0, + cell_zbottom = 0.0, 0.0, + cell_pert_RL = .false.,.false., + cellRL_ztop = 0, 400.0, + cellRL_zbottom = 0, 250.0, + cellRL_pert_amp = 0, 0.5, + cell_pert_cbl = .false., .false., + cell_cbl_zitop = 0.0, 1000.0, + cell_cbl_uowthst = 0.0, 1.93, + ! momentum perturbation extension + m_pert_uv = .false.,.false., + m_pert_w = .false.,.false., + m_pert_locx = 0, -1, + m_pert_locy = 0, 0, + cell_width = 8, 8, + mom_pert_gps = 24, 24, + mom_pert_amp_uv = 1000., 1000., + mom_pert_amp_w = 1500., 1500., + mom_pert_kbot = 2, 0, + mom_pert_ktop = 22, 59, + ! Cell Perturbation Method (CPM) - end + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, 400.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 300.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, -10.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup new file mode 100644 index 0000000..039c99a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup @@ -0,0 +1,4 @@ + 1000.00 300.000000 0.000000 + 0.00 300.000000 0.000000 8.9879 -4.3837 + 1000.00 300.000000 0.000000 8.9879 -4.3837 + 2400.00 314.000000 0.000000 8.9879 -4.3837 diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les new file mode 100644 index 0000000..4c74f72 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les @@ -0,0 +1,90 @@ + 1000.00 308.799 0.00000 + 4.18875 308.718 0.00000 5.19175 0.0201290 + 12.7763 308.553 0.00000 6.79895 0.0139933 + 21.8227 308.420 0.00000 7.80435 0.00569250 + 31.2481 308.315 0.00000 8.43044 -0.00126300 + 41.2015 308.237 0.00000 8.80979 -0.00615375 + 51.7227 308.184 0.00000 9.04649 -0.00953300 + 62.5646 308.149 0.00000 9.20282 -0.0120532 + 73.9978 308.125 0.00000 9.31239 -0.0143190 + 86.1434 308.107 0.00000 9.39388 -0.0164680 + 99.0096 308.093 0.00000 9.45774 -0.0183495 + 112.355 308.082 0.00000 9.51045 -0.0198670 + 126.261 308.072 0.00000 9.55525 -0.0211160 + 140.504 308.064 0.00000 9.59383 -0.0224582 + 155.767 308.057 0.00000 9.62793 -0.0238005 + 172.300 308.051 0.00000 9.65896 -0.0249310 + 189.350 308.045 0.00000 9.68733 -0.0260448 + 206.918 308.040 0.00000 9.71319 -0.0270922 + 225.342 308.035 0.00000 9.73754 -0.0282773 + 244.785 308.030 0.00000 9.76078 -0.0301232 + 264.798 308.026 0.00000 9.78316 -0.0328803 + 285.950 308.021 0.00000 9.80435 -0.0359535 + 309.110 308.018 0.00000 9.82449 -0.0393735 + 333.443 308.014 0.00000 9.84398 -0.0439065 + 357.911 308.011 0.00000 9.86195 -0.0493893 + 384.001 308.007 0.00000 9.87761 -0.0548135 + 412.697 308.005 0.00000 9.89125 -0.0603275 + 441.922 308.002 0.00000 9.90288 -0.0668873 + 471.852 308.000 0.00000 9.91276 -0.0743712 + 502.358 307.998 0.00000 9.92134 -0.0814640 + 533.555 307.996 0.00000 9.92740 -0.0878135 + 568.576 307.995 0.00000 9.93132 -0.0929952 + 606.047 307.993 0.00000 9.93424 -0.0970580 + 644.712 307.992 0.00000 9.93565 -0.100790 + 684.590 307.992 0.00000 9.93359 -0.104783 + 727.015 307.991 0.00000 9.92764 -0.109122 + 771.275 307.991 0.00000 9.91977 -0.113550 + 817.767 307.991 0.00000 9.91281 -0.119012 + 865.557 307.991 0.00000 9.90752 -0.126704 + 913.860 307.991 0.00000 9.90278 -0.133594 + 964.044 307.991 0.00000 9.89718 -0.139108 + 1011.67 307.992 0.00000 9.88857 -0.142980 + 1058.02 307.992 0.00000 9.87673 -0.146964 + 1106.72 307.993 0.00000 9.86341 -0.154000 + 1154.21 307.995 0.00000 9.84951 -0.161025 + 1202.56 307.996 0.00000 9.83582 -0.165775 + 1251.81 307.997 0.00000 9.82116 -0.169858 + 1300.87 307.999 0.00000 9.80476 -0.174147 + 1348.25 308.001 0.00000 9.79071 -0.179618 + 1393.78 308.003 0.00000 9.77717 -0.185818 + 1442.86 308.006 0.00000 9.76317 -0.191863 + 1493.25 308.009 0.00000 9.74913 -0.198292 + 1541.69 308.013 0.00000 9.73496 -0.205730 + 1585.44 308.018 0.00000 9.72118 -0.215284 + 1629.15 308.024 0.00000 9.71125 -0.228969 + 1677.62 308.032 0.00000 9.70863 -0.245814 + 1728.06 308.043 0.00000 9.71191 -0.265181 + 1777.30 308.060 0.00000 9.72340 -0.290501 + 1820.28 308.085 0.00000 9.74215 -0.323312 + 1864.46 308.126 0.00000 9.76950 -0.366775 + 1913.82 308.199 0.00000 9.80674 -0.428981 + 1963.18 308.344 0.00000 9.85117 -0.528267 + 2012.16 308.650 0.00000 9.89209 -0.704373 + 2061.35 309.256 0.00000 9.91871 -1.00692 + 2106.34 310.236 0.00000 9.89850 -1.41656 + 2150.50 311.426 0.00000 9.82635 -1.81484 + 2200.75 312.517 0.00000 9.74598 -2.07741 + 2252.13 313.353 0.00000 9.70433 -2.17613 + 2302.21 313.957 0.00000 9.71070 -2.15411 + 2347.36 314.418 0.00000 9.73770 -2.07220 + 2392.70 314.831 0.00000 9.75449 -1.99355 + 2443.21 315.240 0.00000 9.75407 -1.97727 + 2488.71 315.682 0.00000 9.77110 -2.05202 + 2532.93 316.126 0.00000 9.77925 -2.07545 + 2578.34 316.550 0.00000 9.77651 -2.07868 + 2624.81 317.008 0.00000 9.76974 -2.07904 + 2675.05 317.495 0.00000 9.76586 -2.07905 + 2725.61 317.955 0.00000 9.76489 -2.07909 + 2776.24 318.344 0.00000 9.76479 -2.07920 + 2826.68 318.782 0.00000 9.76485 -2.07937 + 2873.93 319.245 0.00000 9.76491 -2.07958 + 2920.46 319.694 0.00000 9.76497 -2.07981 + 2961.91 320.074 0.00000 9.76505 -2.08004 + 3002.95 320.510 0.00000 9.76513 -2.08029 + 3053.20 320.993 0.00000 9.76520 -2.08051 + 3100.52 321.450 0.00000 9.76526 -2.08068 + 3147.19 321.822 0.00000 9.76530 -2.08081 + 3197.95 322.226 0.00000 9.76533 -2.08088 + 3600.00 326.000 0.00000 9.76533 -2.08088 + diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour new file mode 100644 index 0000000..ee1f6fe --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour @@ -0,0 +1,190 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 00, 00, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 600, + frames_per_auxhist3 = 101, 101, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 88, 88, + vert_refine_method = 0, 0, + dx = 96.0, 24.0 + dy = 96.0, 24.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 3213.024 3213.024 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, 800.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 100.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 new file mode 100644 index 0000000..94b7ccf --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 @@ -0,0 +1,190 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 01, 01, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 88, 88, + vert_refine_method = 0, 0, + dx = 96.0, 24.0 + dy = 96.0, 24.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 3213.024 3213.024 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, 800.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 100.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 new file mode 100644 index 0000000..4a57529 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 @@ -0,0 +1,190 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 02, 02, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 88, 88, + vert_refine_method = 0, 0, + dx = 96.0, 24.0 + dy = 96.0, 24.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 3213.024 3213.024 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, 800.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 100.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 new file mode 100644 index 0000000..0acb9d9 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 @@ -0,0 +1,190 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 03, 03, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 88, 88, + vert_refine_method = 0, 0, + dx = 96.0, 24.0 + dy = 96.0, 24.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 3213.024 3213.024 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, 800.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 100.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 new file mode 100644 index 0000000..bd268fe --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 @@ -0,0 +1,190 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 0, + start_year = 0001, 0001, + start_month = 01, 01, + start_day = 01, 01, + start_hour = 04, 04, + start_minute = 00, 00, + start_second = 00, 00, + end_year = 2013, 2013, + end_month = 11, 11, + end_day = 08, 08, + end_hour = 20, 20, + end_minute = 00, 00, + end_second = 00, 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 3600, 600, + frames_per_outfile = 101, 101, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 3600, 30, + frames_per_auxhist3 = 101, 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 3, + time_step_fract_den = 5, + max_dom = 2, + s_we = 1, 1, + e_we = 481, 961, + s_sn = 1, 1, + e_sn = 481, 481, + s_vert = 1, 1, + e_vert = 88, 88, + vert_refine_method = 0, 0, + dx = 96.0, 24.0 + dy = 96.0, 24.0 + grid_id = 1, 2, + parent_id = 1, 1, + i_parent_start = 1, 10, + j_parent_start = 1, 10, + parent_grid_ratio = 1, 3, + parent_time_step_ratio = 1, 3, + ztop = 3213.024 3213.024 + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, 0, + ra_lw_physics = 0, 0, + ra_sw_physics = 0, 0, + radt = 0, 0, + sf_sfclay_physics = 0, 1, + sf_surface_physics = 0, 0, + bl_pbl_physics = 0, 0, + bldt = 0, 0, + cu_physics = 0, 0, + cudt = 0, 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, 2, + km_opt = 1, 2, + m_opt = 0, 1, + sfs_opt = 0, 0, + c_s = 0.25, 0.18, + c_k = 0.10, 0.10, + tke_heat_flux = 0.00, 0.0, + tke_drag_coefficient = 0.00, 0.00, + diff_6th_opt = 0, 0, + diff_6th_factor = 0.12, 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, 800.0, + dampcoef = 0.2, 0.2, + khdif = 0.0, 0, + kvdif = 0.0, 0, + non_hydrostatic = .true., .true., + moist_adv_opt = 1, 1, + scalar_adv_opt = 1, 1, + tke_adv_opt = 1, 1, + h_mom_adv_order = 5, 5, + v_mom_adv_order = 3, 3, + h_sca_adv_order = 5, 5, + v_sca_adv_order = 3, 3, + mix_isotropic = 1, 1, + smdiv = 0.1, 0.1, + emdiv = 0.01, 0.01, + mix_full_fields = .true., .true., + non_hydrostatic = .true., .true., + pert_coriolis = .true., .true., + use_baseparam_fr_nml = .true., + cpm_opt = 0, 2, + cpm_meso_pblh = 0, 0, + cpm_lim_z = 0.0, 800.0, + cpm_ngc_h = 0, 8, + cpm_ncells_h = 0, 3, + cpm_ngc_v = 0, 1, + cpm_nb = 0, 1, + cpm_sb = 0, 1, + cpm_eb = 0, 1, + cpm_wb = 0, 1, + cpm_noff_h = 0, 0, + cpm_noff_v = 0, 0, + cpm_amp = 0.0, 0.0, + cpm_dt = 0.0, 0.0, + cpm_lambda = 0.0, 0.5, + cpm_rim = 0.0, -1.0, + spec_ideal = 1, 1, + spec_init_perts = .false. + spec_hfx = 0.0, 100.0, + spec_sf_heatrate = 0.0, 0.0, + spec_z0 = 0.1, 0.1, + spec_lat = 36.0, + slice_opt = 1, 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup new file mode 100644 index 0000000..9e3edee --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup @@ -0,0 +1,4 @@ + 1000.00 300.000000 0.000000 + 0.00 300.000000 0.000000 9.7815 -2.0791 + 1000.00 300.000000 0.000000 9.7815 -2.0791 + 3600.00 326.000000 0.000000 9.7815 -2.0791 diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM new file mode 100644 index 0000000..fe13d34 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM @@ -0,0 +1,142 @@ +The subfolders within this directory (WRF_CPM) contain files to execute WRF +simulations using the cell perturbation method (CPM) in idealized, one-way +nested, two-domain setups, with the CPM used in the nested domain. Case +studies representing three stability classes, STABLE, NEUTRAL, and UNSTABLE, +are provided. Files to execute the single-domain LES with periodic lateral +boundary conditions used both to provide forcing for the two-domain setups, +and to evalute the results of the nested LES domain, are provided as well. + +The two-domain simulations are set up to produce LES solutions on the +nested domains that can be compared directly with the corresponding periodic +LES solutions. This is achieved by using time- and domain-averaged vertical +profiles from the periodic LES solutions, after approaching nearly steady mean +profiles, turbulence statistics, and boundary-layer structure over time, as the +input_sounding files that determine the initial condition for the outer domain +of the two-domain setup. An averaging period of four hours is chosen for +preparation of the input, which removes all turbulent fluctuations from the +periodic LES profiles, hence approximating idealized mesoscale forcing. + +The outer domain initialized with these profiles is then solved as a pure +advection solution, with no explicit diffusion or other forcing, so that the +inflow to the nested LES domain remains constant over time. Since this +time-invariant forcing (mean ABL depth, shear, veer, and temperature) is +identically the time-average of the corresponding periodic LES domain, the +nested LES domain solution should recover comparable turbulence statistics +to the periodic solution as the flow develops within the nested LES. This +setup enables a straightforward quantitative evaluation of the efficacies of +various inflow perturbation approaches to accelerate turbulence formation +and equilibration processes for LES domains forced with mesoscale or +time-averaged forcing data that does not explicitly contain resolved-scale +turbulence information. + +For each of the three stability case studies, the periodic LES used both +to force and to evaluate the nested LES within the two-domain setup were +executed with the following forcing conditions: + Geostrophic wind speed of 10 m/s, + Roughness length = 0.1 m, + Spinup time of approximately 48 hours under neutral forcing + Continuation of simulations of stable and unstable conditions using + sensible heat fluxes of -10, and 100 W/m^2, respectively, for sufficient + time to achieve nearly steady conditions over time, as described below. + +The three stability case studies use different grid spacings in the horizontal +(dx) and vertical (dz) direction, as well as different domain depths (Lz), and +damping layer depths (Dz), as shown in the table below. + + dx dz Lz Dz +Stable 6 2 1600 400 +Neutral 12 4 2400 800 +Unstable 24 8 3200 800 + +All setups use the same number of horizontal grid points in their periodic +and nested-domain setups, with periodic domains using 481X481 grid points +in the x- and y-directions, and the two-domain setups using 481X481 +and 481X961 grid points in the x- and y-directions for the outer and +nested domains, respectively. + +While the case studies all use the same geostrophic wind speed, the angle +varies slightly for each stability class to ensure approximately westerly +flow direction between the surface and 200 m. This alignment of the flow +with the computational grid facilitates a reduction in computational expense +within the nested LES by enabling use of a rectangular domain elongated in +the mean flow direction. + +Other details of the computational domains can be obtained from the +namelist.input files in the subdirectories. + +The initial conditions for the two-domain setups are obtained from the last +four hours of the periodic LES. This time window of data are also used for +evaluation of the nested LES in the two-domain setup. + +NEUTRAL CASE + +For the neutral case study, the periodic LES domain was run for 45 hours with +a surface heat flux value of 0, specified using namelist parameters +spec_hfx = 0, and spec_ideal = 1, the latter enabling a user-specified value +of spec_hfx to be applied at each model surface grid point. + +Spinup time = 42 hours +0001/01/01/00:00 to 0001/01/02/18:00 + +Production time = 4 hours +0001/01/02/18:00 to 0001/01/02/22:00 + + +STABLE CASE + +For the stable case study, a neutral LES was run for XX hours, as in the +neutral case, after which an additional 22 hours were simulated using +spec_hfx = -10 (W/m^2). + +Spinup time = 48 hours, neutral conditions, spec_hfx = 0 +0001/01/01/00:00 to 0001/01/03/00:00 + +Spinup time = 33 hours, stable conditions, spec_hfx = -10 +0001/01/03/00:00 to 0001/01/03/19:00 + +Production time = 4 hours, stable conditions, spec_hfx = -10 +0001/01/03/19:00 to 0001/01/03/23:00 + +UNSTABLE CASE + +For the unstable case study, a neutral LES was run for 48 hours, as for the +neutral case, after which an additional 33 hours were simulated using +spec_hfx = 100 (W/m^2). + +Spinup time = 48 hours, neutral conditions, spec_hfx = 0 +0001/01/01/00:00 to 0001/01/03/00:00 + +Spinup time = 33 hours, unstable conditions, spec_hfx = 100 +0001/01/03/00:00 to 0001/01/04/06:00 + +Production time = 4 hours, unstable conditions, spec_hfx = 100 +0001/01/04/06:00 to 0001/01/04/10:00 + +For each of the case studies, the initial condition (input_sounding) for +the two-domain setup was computed from horizontal-average values of the +periodic simuations output, obtained at 10-minute frequency, for the last 4 +hours. + +Each of the corresponding two-domain setups were then run for 5 hours using +the corresponding input_sounding file, with the first hour used to spin up +the nest, and the last four hours used for analysis. + +Analysis data for all simulations include full 3D fields at 10-minute +frequency, and horizontal planes at ten heights (specified in the namelist +file) at 30-second frequency. + +Additional README files containing step-by-step instructions to complete all +of the above described simulations are contained in the subdirectories for +each stability case study below this directory. + +While the particulars of the geostrophic wind direction and durations of the +simulations used in this study are unique to the WRF model in the chosen +configuration, the same procedure can be followed using other codes, +which may predict slightly different solutions, due to different physics +and/or numerics. For example, SOWFA could be used to run both the periodic +LES to obtain both forcing and evaluation data, as well as another simulation +using lateral boundary conditions specified from the time-averaged periodic +LES output, similar to what was done with the WRF model. In this case, +however, the actual LES fields being compared would both be obtained +from the SOWFA solver, yieldig a consistent data set to examine the +efficacies of inflow perturbation entirely within that or any other code base. \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/readme_inflow_perturbation_methods b/INFLOW_PERTURBATION_INTERCOMPARISON/readme_inflow_perturbation_methods new file mode 100644 index 0000000..97761ee --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/readme_inflow_perturbation_methods @@ -0,0 +1,22 @@ +This folder contains example files to run various inflow perturbation methods. + +WRF_CPM: + +This folder contains files to execute + + 1. Idealized WRF two-domain, one-way nested simulations using + the cell perturbation method on the nested LES domain, + + 2. Periodic single-domain LES to generate data to force and + evaluate the nested LES results from the two-domain setup. + +MANN: +... + + +TURBSIM: +... + + +Additional readme files are located in each subdirectory with specific +information regarding those particular setupd and methods. \ No newline at end of file From 73dd9b49ae837ae431b1c4386a718977ff3574f5 Mon Sep 17 00:00:00 2001 From: "Jeffrey D. Mirocha" Date: Fri, 2 Sep 2022 12:46:32 -0700 Subject: [PATCH 2/3] Added readme files and namelists to execute the CPM inflow perturbation simulations in all three stability classes --- ...800_periodic_stable_case_production_hour_1 | 191 ++++++++++++++++++ ...900_periodic_stable_case_production_hour_2 | 191 ++++++++++++++++++ ...000_periodic_stable_case_production_hour_3 | 191 ++++++++++++++++++ ...100_periodic_stable_case_production_hour_4 | 191 ++++++++++++++++++ ...1_0400_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...1_0800_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...1_1200_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...1_1600_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...1_2000_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_0000_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_0400_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_0800_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_1200_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_1600_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...2_2000_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...3_0000_periodic_stable_case_spinup_neutral | 187 +++++++++++++++++ ...03_0400_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...03_0800_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...03_1200_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...03_1600_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...03_2000_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...04_0000_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...04_0400_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ ...04_0700_periodic_stable_case_spinup_stable | 187 +++++++++++++++++ .../input_sounding_unstable_case_nested_les | 178 ++++++++-------- ...0_periodic_unstable_case_production_hour_1 | 174 ++++++++++++++++ ...0_periodic_unstable_case_production_hour_2 | 174 ++++++++++++++++ ...0_periodic_unstable_case_production_hour_3 | 174 ++++++++++++++++ ...0_periodic_unstable_case_production_hour_4 | 174 ++++++++++++++++ ..._unstable_case_periodic_les_neutral_spinup | 6 +- ...0800_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...1600_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...0000_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...0800_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...1600_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...0000_periodic_unstable_case_spinup_neutral | 170 ++++++++++++++++ ...800_periodic_unstable_case_spinup_unstable | 170 ++++++++++++++++ ...600_periodic_unstable_case_spinup_unstable | 170 ++++++++++++++++ ...000_periodic_unstable_case_spinup_unstable | 170 ++++++++++++++++ ...800_periodic_unstable_case_spinup_unstable | 170 ++++++++++++++++ ...500_periodic_unstable_case_spinup_unstable | 170 ++++++++++++++++ .../WRF_CPM/readme_WRF_CPM | 46 +++-- 42 files changed, 7189 insertions(+), 111 deletions(-) create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0700_01_04_0800_periodic_stable_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0800_01_04_0900_periodic_stable_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0900_01_04_1000_periodic_stable_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1000_01_04_1100_periodic_stable_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0400_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0400_01_01_0800_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1200_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1200_01_01_1600_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_01_2000_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_2000_01_02_0000_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0400_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0400_01_02_0800_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1200_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1200_01_02_1600_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_2000_01_03_0000_periodic_stable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0400_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0400_01_03_0800_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1200_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1200_01_03_1600_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_03_2000_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_2000_01_04_0000_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0400_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0400_01_04_0700_periodic_stable_case_spinup_stable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_04_0000_periodic_unstable_case_spinup_unstable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0800_01_04_1500_periodic_unstable_case_spinup_unstable diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0700_01_04_0800_periodic_stable_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0700_01_04_0800_periodic_stable_case_production_hour_1 new file mode 100644 index 0000000..6182b6c --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0700_01_04_0800_periodic_stable_case_production_hour_1 @@ -0,0 +1,191 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 07, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0800_01_04_0900_periodic_stable_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0800_01_04_0900_periodic_stable_case_production_hour_2 new file mode 100644 index 0000000..7ee018e --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0800_01_04_0900_periodic_stable_case_production_hour_2 @@ -0,0 +1,191 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0900_01_04_1000_periodic_stable_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0900_01_04_1000_periodic_stable_case_production_hour_3 new file mode 100644 index 0000000..93fe0ee --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_0900_01_04_1000_periodic_stable_case_production_hour_3 @@ -0,0 +1,191 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 09, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1000_01_04_1100_periodic_stable_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1000_01_04_1100_periodic_stable_case_production_hour_4 new file mode 100644 index 0000000..696b957 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1000_01_04_1100_periodic_stable_case_production_hour_4 @@ -0,0 +1,191 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 10, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0400_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0400_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..0d56d8e --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0400_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0400_01_01_0800_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0400_01_01_0800_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..eb6bd50 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0400_01_01_0800_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 04, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1200_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1200_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..3604f01 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1200_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1200_01_01_1600_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1200_01_01_1600_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..213ee8a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1200_01_01_1600_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 12, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_01_2000_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_01_2000_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..3ff1331 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_01_2000_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_2000_01_02_0000_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_2000_01_02_0000_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..51f73de --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_2000_01_02_0000_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 20, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0400_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0400_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..c12c0b4 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0400_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0400_01_02_0800_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0400_01_02_0800_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..53b13b2 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0400_01_02_0800_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 04, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1200_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1200_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..16bbaf4 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1200_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1200_01_02_1600_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1200_01_02_1600_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..8aa4fec --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1200_01_02_1600_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 12, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..27b7e2c --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_2000_01_03_0000_periodic_stable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_2000_01_03_0000_periodic_stable_case_spinup_neutral new file mode 100644 index 0000000..0d63d05 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_2000_01_03_0000_periodic_stable_case_spinup_neutral @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 20, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0400_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0400_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..1f47c39 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0400_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0400_01_03_0800_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0400_01_03_0800_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..be27de0 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0400_01_03_0800_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 04, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1200_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1200_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..efe2715 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1200_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1200_01_03_1600_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1200_01_03_1600_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..b3582f2 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1200_01_03_1600_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 12, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_03_2000_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_03_2000_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..6408fa4 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_03_2000_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_2000_01_04_0000_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_2000_01_04_0000_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..e662705 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_2000_01_04_0000_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 20, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0400_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0400_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..09b04b0 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0400_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 4, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 14400, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0400_01_04_0700_periodic_stable_case_spinup_stable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0400_01_04_0700_periodic_stable_case_spinup_stable new file mode 100644 index 0000000..63c4877 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0400_01_04_0700_periodic_stable_case_spinup_stable @@ -0,0 +1,187 @@ +&time_control + run_days = 0, + run_hours = 3, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 04, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 10800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 154, + vert_refine_method = 0, + dx = 6.0, + dy = 6.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 1595.256, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99863, 0.99718, 0.99567, + 0.99408, 0.99241, 0.99065, 0.98881, + 0.98688, 0.98486, 0.98273, 0.98050, + 0.97815, 0.97569, 0.97311, 0.97040, + 0.96756, 0.96457, 0.96144, 0.95815, + 0.95470, 0.95108, 0.94729, 0.94330, + 0.93912, 0.93473, 0.93013, 0.92530, + 0.92023, 0.91492, 0.90934, 0.90350, + 0.89736, 0.89093, 0.88418, 0.87710, + 0.86968, 0.86190, 0.85385, 0.84581, + 0.83778, 0.82977, 0.82176, 0.81377, + 0.80579, 0.79782, 0.78986, 0.78191, + 0.77397, 0.76604, 0.75813, 0.75022, + 0.74233, 0.73445, 0.72658, 0.71872, + 0.71087, 0.70304, 0.69521, 0.68740, + 0.67959, 0.67180, 0.66402, 0.65625, + 0.64849, 0.64074, 0.63300, 0.62527, + 0.61756, 0.60985, 0.60216, 0.59447, + 0.58680, 0.57914, 0.57149, 0.56385, + 0.55622, 0.54860, 0.54099, 0.53340, + 0.52581, 0.51823, 0.51067, 0.50312, + 0.49557, 0.48804, 0.48052, 0.47300, + 0.46550, 0.45801, 0.45053, 0.44306, + 0.43561, 0.42816, 0.42072, 0.41329, + 0.40588, 0.39847, 0.39107, 0.38369, + 0.37631, 0.36895, 0.36160, 0.35425, + 0.34692, 0.33960, 0.33228, 0.32498, + 0.31769, 0.31041, 0.30314, 0.29588, + 0.28863, 0.28138, 0.27415, 0.26693, + 0.25972, 0.25253, 0.24534, 0.23816, + 0.23099, 0.22383, 0.21668, 0.20954, + 0.20241, 0.19529, 0.18818, 0.18109, + 0.17400, 0.16692, 0.15985, 0.15279, + 0.14574, 0.13870, 0.13167, 0.12466, + 0.11765, 0.11065, 0.10366, 0.09668, + 0.08971, 0.08275, 0.07580, 0.06886, + 0.06193, 0.05501, 0.04810, 0.04120, + 0.03431, 0.02743, 0.02056, 0.01369, + 0.00684, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 400.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = -10.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les index 4c74f72..94cc0a0 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/NESTED_LES/input_sounding_unstable_case_nested_les @@ -1,90 +1,90 @@ - 1000.00 308.799 0.00000 - 4.18875 308.718 0.00000 5.19175 0.0201290 - 12.7763 308.553 0.00000 6.79895 0.0139933 - 21.8227 308.420 0.00000 7.80435 0.00569250 - 31.2481 308.315 0.00000 8.43044 -0.00126300 - 41.2015 308.237 0.00000 8.80979 -0.00615375 - 51.7227 308.184 0.00000 9.04649 -0.00953300 - 62.5646 308.149 0.00000 9.20282 -0.0120532 - 73.9978 308.125 0.00000 9.31239 -0.0143190 - 86.1434 308.107 0.00000 9.39388 -0.0164680 - 99.0096 308.093 0.00000 9.45774 -0.0183495 - 112.355 308.082 0.00000 9.51045 -0.0198670 - 126.261 308.072 0.00000 9.55525 -0.0211160 - 140.504 308.064 0.00000 9.59383 -0.0224582 - 155.767 308.057 0.00000 9.62793 -0.0238005 - 172.300 308.051 0.00000 9.65896 -0.0249310 - 189.350 308.045 0.00000 9.68733 -0.0260448 - 206.918 308.040 0.00000 9.71319 -0.0270922 - 225.342 308.035 0.00000 9.73754 -0.0282773 - 244.785 308.030 0.00000 9.76078 -0.0301232 - 264.798 308.026 0.00000 9.78316 -0.0328803 - 285.950 308.021 0.00000 9.80435 -0.0359535 - 309.110 308.018 0.00000 9.82449 -0.0393735 - 333.443 308.014 0.00000 9.84398 -0.0439065 - 357.911 308.011 0.00000 9.86195 -0.0493893 - 384.001 308.007 0.00000 9.87761 -0.0548135 - 412.697 308.005 0.00000 9.89125 -0.0603275 - 441.922 308.002 0.00000 9.90288 -0.0668873 - 471.852 308.000 0.00000 9.91276 -0.0743712 - 502.358 307.998 0.00000 9.92134 -0.0814640 - 533.555 307.996 0.00000 9.92740 -0.0878135 - 568.576 307.995 0.00000 9.93132 -0.0929952 - 606.047 307.993 0.00000 9.93424 -0.0970580 - 644.712 307.992 0.00000 9.93565 -0.100790 - 684.590 307.992 0.00000 9.93359 -0.104783 - 727.015 307.991 0.00000 9.92764 -0.109122 - 771.275 307.991 0.00000 9.91977 -0.113550 - 817.767 307.991 0.00000 9.91281 -0.119012 - 865.557 307.991 0.00000 9.90752 -0.126704 - 913.860 307.991 0.00000 9.90278 -0.133594 - 964.044 307.991 0.00000 9.89718 -0.139108 - 1011.67 307.992 0.00000 9.88857 -0.142980 - 1058.02 307.992 0.00000 9.87673 -0.146964 - 1106.72 307.993 0.00000 9.86341 -0.154000 - 1154.21 307.995 0.00000 9.84951 -0.161025 - 1202.56 307.996 0.00000 9.83582 -0.165775 - 1251.81 307.997 0.00000 9.82116 -0.169858 - 1300.87 307.999 0.00000 9.80476 -0.174147 - 1348.25 308.001 0.00000 9.79071 -0.179618 - 1393.78 308.003 0.00000 9.77717 -0.185818 - 1442.86 308.006 0.00000 9.76317 -0.191863 - 1493.25 308.009 0.00000 9.74913 -0.198292 - 1541.69 308.013 0.00000 9.73496 -0.205730 - 1585.44 308.018 0.00000 9.72118 -0.215284 - 1629.15 308.024 0.00000 9.71125 -0.228969 - 1677.62 308.032 0.00000 9.70863 -0.245814 - 1728.06 308.043 0.00000 9.71191 -0.265181 - 1777.30 308.060 0.00000 9.72340 -0.290501 - 1820.28 308.085 0.00000 9.74215 -0.323312 - 1864.46 308.126 0.00000 9.76950 -0.366775 - 1913.82 308.199 0.00000 9.80674 -0.428981 - 1963.18 308.344 0.00000 9.85117 -0.528267 - 2012.16 308.650 0.00000 9.89209 -0.704373 - 2061.35 309.256 0.00000 9.91871 -1.00692 - 2106.34 310.236 0.00000 9.89850 -1.41656 - 2150.50 311.426 0.00000 9.82635 -1.81484 - 2200.75 312.517 0.00000 9.74598 -2.07741 - 2252.13 313.353 0.00000 9.70433 -2.17613 - 2302.21 313.957 0.00000 9.71070 -2.15411 - 2347.36 314.418 0.00000 9.73770 -2.07220 - 2392.70 314.831 0.00000 9.75449 -1.99355 - 2443.21 315.240 0.00000 9.75407 -1.97727 - 2488.71 315.682 0.00000 9.77110 -2.05202 - 2532.93 316.126 0.00000 9.77925 -2.07545 - 2578.34 316.550 0.00000 9.77651 -2.07868 - 2624.81 317.008 0.00000 9.76974 -2.07904 - 2675.05 317.495 0.00000 9.76586 -2.07905 - 2725.61 317.955 0.00000 9.76489 -2.07909 - 2776.24 318.344 0.00000 9.76479 -2.07920 - 2826.68 318.782 0.00000 9.76485 -2.07937 - 2873.93 319.245 0.00000 9.76491 -2.07958 - 2920.46 319.694 0.00000 9.76497 -2.07981 - 2961.91 320.074 0.00000 9.76505 -2.08004 - 3002.95 320.510 0.00000 9.76513 -2.08029 - 3053.20 320.993 0.00000 9.76520 -2.08051 - 3100.52 321.450 0.00000 9.76526 -2.08068 - 3147.19 321.822 0.00000 9.76530 -2.08081 - 3197.95 322.226 0.00000 9.76533 -2.08088 - 3600.00 326.000 0.00000 9.76533 -2.08088 + 1000.00 310.514 0.00000 + 4.22044 310.433 0.00000 5.07805 0.0282738 + 12.8694 310.266 0.00000 6.69550 0.0239818 + 21.9150 310.133 0.00000 7.70986 0.0152772 + 31.3975 310.026 0.00000 8.34529 0.00672425 + 41.4529 309.948 0.00000 8.73351 6.89996e-05 + 51.9318 309.895 0.00000 8.97778 -0.00471700 + 62.8981 309.860 0.00000 9.14041 -0.00790575 + 74.5576 309.835 0.00000 9.25535 -0.00973575 + 86.7510 309.817 0.00000 9.34123 -0.0107100 + 99.4624 309.802 0.00000 9.40850 -0.0111625 + 112.681 309.791 0.00000 9.46354 -0.0110435 + 126.954 309.781 0.00000 9.51017 -0.0103975 + 141.507 309.773 0.00000 9.55098 -0.00964900 + 156.881 309.766 0.00000 9.58717 -0.00939425 + 173.648 309.760 0.00000 9.61973 -0.00986000 + 190.493 309.754 0.00000 9.64925 -0.0109125 + 207.611 309.749 0.00000 9.67649 -0.0121452 + 225.930 309.744 0.00000 9.70193 -0.0131660 + 245.834 309.740 0.00000 9.72613 -0.0137987 + 266.540 309.736 0.00000 9.74910 -0.0140707 + 287.924 309.732 0.00000 9.77056 -0.0143088 + 311.356 309.728 0.00000 9.79099 -0.0144402 + 336.126 309.725 0.00000 9.81117 -0.0145955 + 360.695 309.722 0.00000 9.83101 -0.0150595 + 386.226 309.719 0.00000 9.84887 -0.0156715 + 414.168 309.716 0.00000 9.86443 -0.0162203 + 443.059 309.714 0.00000 9.87891 -0.0171142 + 473.064 309.711 0.00000 9.89272 -0.0197220 + 504.674 309.709 0.00000 9.90566 -0.0238600 + 537.183 309.707 0.00000 9.91743 -0.0290965 + 572.548 309.705 0.00000 9.92753 -0.0345235 + 610.291 309.704 0.00000 9.93622 -0.0415430 + 649.568 309.702 0.00000 9.94322 -0.0515355 + 690.186 309.701 0.00000 9.94763 -0.0624615 + 732.844 309.700 0.00000 9.94958 -0.0727765 + 775.774 309.699 0.00000 9.95168 -0.0826467 + 820.935 309.698 0.00000 9.95375 -0.0903867 + 868.018 309.697 0.00000 9.95259 -0.0976257 + 916.003 309.697 0.00000 9.94651 -0.105334 + 966.627 309.696 0.00000 9.93755 -0.110868 + 1016.09 309.696 0.00000 9.92756 -0.115691 + 1065.11 309.697 0.00000 9.91751 -0.123062 + 1114.74 309.697 0.00000 9.90778 -0.131433 + 1162.05 309.697 0.00000 9.89801 -0.137252 + 1210.59 309.698 0.00000 9.88737 -0.140060 + 1260.56 309.699 0.00000 9.87616 -0.142426 + 1311.05 309.700 0.00000 9.86669 -0.146162 + 1359.69 309.701 0.00000 9.85859 -0.151322 + 1405.49 309.702 0.00000 9.85240 -0.158906 + 1454.70 309.704 0.00000 9.84633 -0.166413 + 1505.63 309.706 0.00000 9.83845 -0.173847 + 1554.80 309.709 0.00000 9.82949 -0.179815 + 1599.43 309.711 0.00000 9.81941 -0.183336 + 1644.12 309.714 0.00000 9.80888 -0.187352 + 1693.36 309.718 0.00000 9.79662 -0.194835 + 1744.27 309.723 0.00000 9.78387 -0.206229 + 1793.95 309.729 0.00000 9.77606 -0.220281 + 1837.49 309.736 0.00000 9.77189 -0.235184 + 1882.24 309.745 0.00000 9.77077 -0.251296 + 1931.79 309.758 0.00000 9.77380 -0.267308 + 1980.62 309.776 0.00000 9.77915 -0.284545 + 2028.82 309.802 0.00000 9.78749 -0.306573 + 2077.44 309.845 0.00000 9.80239 -0.337037 + 2122.10 309.920 0.00000 9.82428 -0.384106 + 2166.01 310.065 0.00000 9.85215 -0.463898 + 2215.86 310.368 0.00000 9.88330 -0.617595 + 2266.56 311.003 0.00000 9.91204 -0.893307 + 2315.97 312.089 0.00000 9.91146 -1.26815 + 2360.87 313.395 0.00000 9.87052 -1.61082 + 2406.03 314.534 0.00000 9.81325 -1.81460 + 2456.26 315.321 0.00000 9.78269 -1.87435 + 2501.37 315.775 0.00000 9.80240 -1.88881 + 2545.21 316.236 0.00000 9.81367 -1.90363 + 2590.48 316.702 0.00000 9.81352 -1.90751 + 2636.81 317.120 0.00000 9.81316 -1.90803 + 2686.83 317.540 0.00000 9.81467 -1.90810 + 2737.24 318.003 0.00000 9.81709 -1.90811 + 2787.90 318.489 0.00000 9.82004 -1.90796 + 2838.31 318.944 0.00000 9.82327 -1.90764 + 2885.41 319.313 0.00000 9.82647 -1.90734 + 2931.79 319.774 0.00000 9.82918 -1.90713 + 2972.95 320.209 0.00000 9.83144 -1.90700 + 3013.71 320.631 0.00000 9.83313 -1.90691 + 3063.79 321.025 0.00000 9.83425 -1.90685 + 3111.01 321.498 0.00000 9.83500 -1.90681 + 3157.59 321.955 0.00000 9.83543 -1.90678 + 3208.21 322.336 0.00000 9.83561 -1.90677 + 3600.00 326.000 0.00000 9.83561 -1.90677 diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 new file mode 100644 index 0000000..f691c74 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 @@ -0,0 +1,174 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 15, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 new file mode 100644 index 0000000..290a17d --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 @@ -0,0 +1,174 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 new file mode 100644 index 0000000..3c00a1e --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 @@ -0,0 +1,174 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 17, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 new file mode 100644 index 0000000..052f6c5 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_PRODUCTION/namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 @@ -0,0 +1,174 @@ +&time_control + run_days = 0, + run_hours = 1, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 18, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + io_form_auxhist3 = 2 + auxhist3_outname = "horizontal_slices_d_", + auxhist3_interval_s = 30, + frames_per_auxhist3 = 121, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 1, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup index 9e3edee..0eab1ff 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup @@ -1,4 +1,4 @@ 1000.00 300.000000 0.000000 - 0.00 300.000000 0.000000 9.7815 -2.0791 - 1000.00 300.000000 0.000000 9.7815 -2.0791 - 3600.00 326.000000 0.000000 9.7815 -2.0791 + 0.00 300.000000 0.000000 9.81627 -1.90809 + 1000.00 300.000000 0.000000 9.81627 -1.90809 + 3600.00 326.000000 0.000000 9.81627 -1.90809 diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..6f273ee --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .false., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..31645f1 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..941d6f8 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 01, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..3939018 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..b836942 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral new file mode 100644 index 0000000..60cfe56 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 02, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 0.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable new file mode 100644 index 0000000..f51098a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable new file mode 100644 index 0000000..15d6c75 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_04_0000_periodic_unstable_case_spinup_unstable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_04_0000_periodic_unstable_case_spinup_unstable new file mode 100644 index 0000000..4ef1c6a --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_03_1600_01_04_0000_periodic_unstable_case_spinup_unstable @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 03, + start_hour = 16, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 28800, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable new file mode 100644 index 0000000..3307d4f --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 8, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 00, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 3600, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0800_01_04_1500_periodic_unstable_case_spinup_unstable b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0800_01_04_1500_periodic_unstable_case_spinup_unstable new file mode 100644 index 0000000..c6e03bd --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/namelist.input_01_04_0800_01_04_1500_periodic_unstable_case_spinup_unstable @@ -0,0 +1,170 @@ +&time_control + run_days = 0, + run_hours = 7, + run_minutes = 0, + run_seconds = 00, + start_year = 0001, + start_month = 01, + start_day = 04, + start_hour = 08, + start_minute = 00, + start_second = 00, + end_year = 2013, + end_month = 11, + end_day = 08, + end_hour = 20, + end_minute = 00, + end_second = 00, + interval_seconds = 10800 + restart = .true., + restart_interval_s = 25200, + io_form_history = 2 + io_form_restart = 2 + io_form_input = 2 + io_form_boundary = 2 + debug_level = 0, + history_interval_s = 600, + frames_per_outfile = 6, + override_restart_timers = .true., + write_hist_at_0h_rst = .true., + ignore_iofields_warning = .true., +/ + +&domains + time_step = 0, + time_step_fract_num = 1, + time_step_fract_den = 5, + max_dom = 1, + s_we = 1, + e_we = 481, + s_sn = 1, + e_sn = 481, + s_vert = 1, + e_vert = 88, + vert_refine_method = 0, + dx = 24.0, + dy = 24.0, + grid_id = 1, + parent_id = 1, + i_parent_start = 1, + j_parent_start = 1, + parent_grid_ratio = 1, + parent_time_step_ratio = 1, + ztop = 3213.024, + hypsometric_opt = 2, + feedback = 0, + smooth_option = 0, + eta_levels = + 1.00000, 0.99701, 0.99387, 0.99059, + 0.98714, 0.98352, 0.97972, 0.97574, + 0.97157, 0.96719, 0.96261, 0.95779, + 0.95275, 0.94746, 0.94192, 0.93612, + 0.93003, 0.92365, 0.91697, 0.90997, + 0.90263, 0.89495, 0.88691, 0.87848, + 0.86966, 0.86042, 0.85076, 0.84064, + 0.83005, 0.81898, 0.80739, 0.79528, + 0.78261, 0.76936, 0.75552, 0.74105, + 0.72594, 0.71016, 0.69390, 0.67773, + 0.66166, 0.64567, 0.62977, 0.61397, + 0.59825, 0.58262, 0.56708, 0.55163, + 0.53626, 0.52098, 0.50579, 0.49068, + 0.47566, 0.46073, 0.44587, 0.43110, + 0.41642, 0.40181, 0.38729, 0.37285, + 0.35850, 0.34422, 0.33002, 0.31591, + 0.30187, 0.28791, 0.27404, 0.26024, + 0.24651, 0.23287, 0.21930, 0.20581, + 0.19239, 0.17905, 0.16579, 0.15260, + 0.13948, 0.12644, 0.11347, 0.10058, + 0.08775, 0.07500, 0.06233, 0.04972, + 0.03718, 0.02472, 0.01232, 0.00000, +/ + +&physics + mp_physics = 0, + ra_lw_physics = 0, + ra_sw_physics = 0, + radt = 0, + sf_sfclay_physics = 1, + sf_surface_physics = 0, + bl_pbl_physics = 0, + bldt = 0, + cu_physics = 0, + cudt = 0, + isfflx = 1, + ifsnow = 0, + icloud = 0, + / + +&ideal + ideal_case = 9 +/ + +&fdda +/ + +&dynamics + rk_ord = 3, + diff_opt = 2, + km_opt = 2, + m_opt = 1, + sfs_opt = 0, + c_s = 0.25, + c_k = 0.10, + tke_heat_flux = 0.00, + tke_drag_coefficient = 0.00, + diff_6th_opt = 0, + diff_6th_factor = 0.12, + base_temp = 290. + w_damping = 0, + damp_opt = 2, + zdamp = 800.0, + dampcoef = 0.2, + khdif = 0, + kvdif = 0, + non_hydrostatic = .true., + moist_adv_opt = 1, + scalar_adv_opt = 1, + tke_adv_opt = 1, + h_mom_adv_order = 5, + v_mom_adv_order = 3, + h_sca_adv_order = 5, + v_sca_adv_order = 3, + mix_isotropic = 1, + smdiv = 0.1, + emdiv = 0.01, + mix_full_fields = .true., + non_hydrostatic = .true., + pert_coriolis = .true., + use_baseparam_fr_nml = .true., + spec_ideal = 1, + spec_init_perts = .true. + spec_hfx = 100.0, + spec_sf_heatrate = 0.0, + spec_z0 = 0.1, + spec_lat = 36.0, + slice_opt = 0, + num_slices = 10, + slice_heights = 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 375.0, 500.0, + / + +&bdy_control + spec_bdy_width = 5, + spec_zone = 1, + relax_zone = 4, + periodic_x = .true., .false., + symmetric_xs = .false.,.false., + symmetric_xe = .false.,.false., + open_xs = .false.,.false., + open_xe = .false.,.false., + periodic_y = .true., .false., + symmetric_ys = .false.,.false., + symmetric_ye = .false.,.false., + open_ys = .false.,.false., + open_ye = .false.,.false., + nested = .false., .true., +/ + + &namelist_quilt + nio_tasks_per_group = 0, + nio_groups = 1, + / diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM index fe13d34..f181ae8 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM @@ -57,9 +57,9 @@ nested domains, respectively. While the case studies all use the same geostrophic wind speed, the angle varies slightly for each stability class to ensure approximately westerly flow direction between the surface and 200 m. This alignment of the flow -with the computational grid facilitates a reduction in computational expense +with the computational grid enables a reduction in computational expense within the nested LES by enabling use of a rectangular domain elongated in -the mean flow direction. +the mean flow direction, in which the turbulence equilibration is assessed. Other details of the computational domains can be obtained from the namelist.input files in the subdirectories. @@ -68,49 +68,57 @@ The initial conditions for the two-domain setups are obtained from the last four hours of the periodic LES. This time window of data are also used for evaluation of the nested LES in the two-domain setup. + NEUTRAL CASE -For the neutral case study, the periodic LES domain was run for 45 hours with +For the neutral case study, the periodic LES domain was run for 48 hours with a surface heat flux value of 0, specified using namelist parameters spec_hfx = 0, and spec_ideal = 1, the latter enabling a user-specified value -of spec_hfx to be applied at each model surface grid point. +of spec_hfx to be applied at each model surface grid point. The geostrophic +wind direction is 286.0 degrees clockwise from North (Northwesterly flow), +yielding nearly westerly flow for the last 4 hours of the simulation. -Spinup time = 42 hours -0001/01/01/00:00 to 0001/01/02/18:00 +Spinup time = 44 hours +0001/01/01/00:00 to 0001/01/02/20:00 Production time = 4 hours -0001/01/02/18:00 to 0001/01/02/22:00 +0001/01/02/20:00 to 0001/01/03/00:00 STABLE CASE -For the stable case study, a neutral LES was run for XX hours, as in the -neutral case, after which an additional 22 hours were simulated using -spec_hfx = -10 (W/m^2). +For the stable case study, a neutral LES was run for 48 hours, with +spec_hfx = 0.0, after which an additional 35 hours were simulated using +spec_hfx = -10 (W/m^2). The geostrophic wind direction is 296.0 degrees +clockwise from North (Northwesterly flow), yielding nearly westerly flow +for the last 4 hours of the simulation. Spinup time = 48 hours, neutral conditions, spec_hfx = 0 0001/01/01/00:00 to 0001/01/03/00:00 -Spinup time = 33 hours, stable conditions, spec_hfx = -10 -0001/01/03/00:00 to 0001/01/03/19:00 +Spinup time = 31 hours, stable conditions, spec_hfx = -10 +0001/01/03/00:00 to 0001/01/04/07:00 Production time = 4 hours, stable conditions, spec_hfx = -10 -0001/01/03/19:00 to 0001/01/03/23:00 +0001/01/07/07:00 to 0001/01/04/11:00 + UNSTABLE CASE -For the unstable case study, a neutral LES was run for 48 hours, as for the -neutral case, after which an additional 33 hours were simulated using -spec_hfx = 100 (W/m^2). +For the unstable case study, a neutral LES was run for 48 hours with +spec_hfx = 0.0, after which an additional 33 hours were simulated using +spec_hfx = 100 (W/m^2). The geostrophic wind direction is 281.0 degrees +clockwise from North (Northwesterly flow), yielding nearly westerly flow +for the last 4 hours of the simulation. Spinup time = 48 hours, neutral conditions, spec_hfx = 0 0001/01/01/00:00 to 0001/01/03/00:00 -Spinup time = 33 hours, unstable conditions, spec_hfx = 100 -0001/01/03/00:00 to 0001/01/04/06:00 +Spinup time = 39 hours, unstable conditions, spec_hfx = 100 +0001/01/03/00:00 to 0001/01/04/15:00 Production time = 4 hours, unstable conditions, spec_hfx = 100 -0001/01/04/06:00 to 0001/01/04/10:00 +0001/01/04/15:00 to 0001/01/04/19:00 For each of the case studies, the initial condition (input_sounding) for the two-domain setup was computed from horizontal-average values of the From 3a5b3bca98bb15fd3a96f3b6cafe10b5cee20b3a Mon Sep 17 00:00:00 2001 From: "Jeffrey D. Mirocha" Date: Fri, 2 Sep 2022 18:46:16 -0700 Subject: [PATCH 3/3] Added a few corrections to readme files --- ...0_01_02_2000_periodic_neutral_case_spinup} | 2 +- .../WRF_CPM/NEUTRAL/readme_neutral_case_study | 57 +++-- ..._sounding_stable_case_periodic_les_spinup} | 0 .../WRF_CPM/STABLE/readme_stable_case_study | 233 ++++++++++++++++++ .../WRF_CPM/STABLE/readme_stable_case_study~ | 197 +++++++++++++++ ...ounding_unstable_case_periodic_les_spinup} | 0 .../UNSTABLE/readme_unstable_case_study | 197 +++++++++++++++ .../UNSTABLE/readme_unstable_case_study~ | 197 +++++++++++++++ .../WRF_CPM/readme_WRF_CPM | 7 + 9 files changed, 862 insertions(+), 28 deletions(-) rename INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/{namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup => namelist.input_01_02_1600_01_02_2000_periodic_neutral_case_spinup} (99%) rename INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/{input_sounding_stable_case_periodic_les_neutral_spinup => input_sounding_stable_case_periodic_les_spinup} (100%) create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study~ rename INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/{input_sounding_unstable_case_periodic_les_neutral_spinup => input_sounding_unstable_case_periodic_les_spinup} (100%) create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study create mode 100644 INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study~ diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_neutral_case_spinup similarity index 99% rename from INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup rename to INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_neutral_case_spinup index 61aaf75..27e49c3 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/PERIODIC_LES_SPINUP/namelist.input_01_02_1600_01_02_2000_periodic_neutral_case_spinup @@ -1,6 +1,6 @@ &time_control run_days = 0, - run_hours = 8, + run_hours = 4, run_minutes = 0, run_seconds = 00, start_year = 0001, diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study index 57777ff..19286bf 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/NEUTRAL/readme_neutral_case_study @@ -1,13 +1,14 @@ -The three subdirectories below this directory contain the files to run -both the 2-domain NESTED_LES and single-domain PERIODIC_LES* simulations -comprising the neutral case study. +The three subdirectories below this NEUTRAL directory contain the files to run +both the 2-domain NESTED_LES and single-domain PERIODIC_LES simulations +comprising the NEUTRAL case study. Subdirectory NESTED_LES contains files to run the 2-domain simulations. Perturbations are applied around all four lateral boundaries of the nested LES domain (domain 2), with amplitudes determined by the Eckert number formulation, cpm_opt = 2. -To execute these steps, make a directory called NESTED_LES and go there. +To execute these steps, make a directory called NESTED_LES within directory +NEUTRAL and go there. Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: @@ -37,9 +38,10 @@ Instructions to execute these simulations using the files in the NESTED_LES dire This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. -Each production run took about 4 hours of wall clock time using 576 processors on an LLNL linux cluster. +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. -13. To use the python analysis notebooks corresponding to this case, make two additional directories: +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory /NEUTRAL/NESTED_LES 2D_hoz_slices @@ -72,7 +74,7 @@ and everything should "just work". Only *d02* are analyzed, but best to keep the files together. For the periodic LES, make two directories PERIODIC_LES_SPINUP and -PERIODIC_LES_PRODUCTION as in this directory +PERIODIC_LES_PRODUCTION within directory NEUTRAL Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain the files to run the single-domain periodic LES. @@ -80,7 +82,7 @@ the files to run the single-domain periodic LES. Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION directories are as follows: -Go to directory PERIODIC_LES_SPINUP +Go to directory PERIODIC_LES_SPINUP 1. Copy input_sounding_neutral_case_periodic_les_spinup to input_sounding @@ -88,14 +90,14 @@ Go to directory PERIODIC_LES_SPINUP 3. Run ideal.exe to create wrfinput_d01 -4. Run wrf.exe for the first 8 hours of spinup. - -Ths workflow was broken into 8-hour simulations, each of which took approximately 12 hours -of wall clock time using 576 processors on an LLNL linux cluster. Depending on your HPC, -you may be able to run all 42 hours of spinup at one time. If you choose to run 42 hours at -once, you can skip steps 5-14. However you choose to simulate the 48 hours, when completed +This workflow is broken into 8-hour simulation blocks, each of which took about 12 hours +of wall clock time using 576 processors on a typical linux cluster. Depending on your HPC, +you may be able to run all 44 hours of spinup at one time. If you choose to run 48 hours at +once, you can skip steps 5-14. However you choose to simulate the 44 hours, when completed follow instructions beginning at step 15 for the PRODUCTION runs. +4. Run wrf.exe for the first 8 hours of spinup. + 5. Copy namelist.input_01_01_0800_01_01_1600_periodic_neutral_case_spinup to namelist.input 6. Run wrf.exe for the second 8 hours of spinup @@ -112,13 +114,13 @@ follow instructions beginning at step 15 for the PRODUCTION runs. 12. Run wrf.exe for the fifth 8 hours of spinup -13. Copy namelist.input_01_02_1600_01_03_0000_periodic_neutral_case_spinup to namelist.input +13. Copy namelist.input_01_02_1600_01_02_2000_periodic_neutral_case_spinup to namelist.input -14. Run wrf.exe for the sixth 8 hours of spinup (48 hours total) +14. Run wrf.exe for the last 4 hours of spinup (44 hours total) Go to directory PERIODIC_LES_PRODUCTION -15. Copy restart file wrfrst_d01_0001-01-02_20:00:00 from PERIODIC_LES_SPINUP here +15. Copy restart file wrfrst_d01_0001-01-02_20:00:00 from PERIODIC_LES_SPINUP to here 16. Copy namelist.input_01_02_2000_01_02_2100_periodic_neutral_case_production_hour_1 to namelist.input @@ -140,7 +142,8 @@ This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for ea Each production run took about 4 hours of wall clock time using 576 processors on an LLNL linux cluster. -13. To use the python analysis notebooks corresponding to this case, make two additional directories: +24. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory NEUTRAL/PERIODIC_LES_PRODUCTION 2D_hoz_slices @@ -148,10 +151,10 @@ Each production run took about 4 hours of wall clock time using 576 processors o and copy -horizontal_slices_d01_0001-01-01_01:00:00 -horizontal_slices_d01_0001-01-01_02:00:00 -horizontal_slices_d01_0001-01-01_03:00:00 -horizontal_slices_d01_0001-01-01_04:00:00 +horizontal_slices_d01_0001-01-02_20:00:00 +horizontal_slices_d01_0001-01-02_21:00:00 +horizontal_slices_d01_0001-01-02_22:00:00 +horizontal_slices_d01_0001-01-02_23:00:00 to @@ -159,14 +162,14 @@ to and copy - wrfout_d01_0001-01-01_01:00:00 - wrfout_d01_0001-01-01_02:00:00 - wrfout_d01_0001-01-01_03:00:00 - wrfout_d01_0001-01-01_04:00:00 + wrfout_d01_0001-01-02_20:00:00 + wrfout_d01_0001-01-02_21:00:00 + wrfout_d01_0001-01-02_22:00:00 + wrfout_d01_0001-01-02_23:00:00 to 3D_wrfout Se the paths to these directories in the corresponding analysis notebooks, -and everything should "just work". \ No newline at end of file +and everything should "just work". diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_spinup similarity index 100% rename from INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_neutral_spinup rename to INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/PERIODIC_LES_SPINUP/input_sounding_stable_case_periodic_les_spinup diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study new file mode 100644 index 0000000..f25c022 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study @@ -0,0 +1,233 @@ +The three subdirectories below this STABLE directory contain the files to +run both the 2-domain NESTED_LES and single-domain PERIODIC_LES simulations +comprising the STABLE case study. + +Subdirectory NESTED_LES contains files to run the 2-domain simulations. +Perturbations are applied around all four lateral boundaries of +the nested LES domain (domain 2), with amplitudes determined by the Eckert +number formulation, cpm_opt = 2. + +To execute these steps, make a directory called NESTED_LES within directory +STABLE and go there. + +Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: + +1. Copy input_sounding_stable_case_nested_les to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0100_nested_stable_case_spinup_1_hour to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for 1 hour to spin up the nested domain. + +5. Copy namelist.input_01_01_0100_01_01_0200_nested_stable_case_production_hour_1 to namelist.input + +6. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +7. Copy namelist.input_01_01_0200_01_01_0300_nested_stable_case_production_hour_2 to namelist.input + +8. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +9. Copy namelist.input_01_01_0300_01_01_0400_nested_stable_case_production_hour_3 to namelist.input + +10. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +11. Copy namelist.input_01_01_0400_01_01_0500_nested_stable_case_production_hour_4 to namelist.input + +12. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. + +Each production run took about 8 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory STABLE/NESTED_LES + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d0*_0001-01-01_01:00:00 +horizontal_slices_d0*_0001-01-01_02:00:00 +horizontal_slices_d0*_0001-01-01_03:00:00 +horizontal_slices_d0*_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d0*_0001-01-01_01:00:00 + wrfout_d0*_0001-01-01_02:00:00 + wrfout_d0*_0001-01-01_03:00:00 + wrfout_d0*_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Set the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". Only *d02* are analyzed, but best to keep +the files together. + +For the periodic LES, make two directories PERIODIC_LES_SPINUP and +PERIODIC_LES_PRODUCTION within directory STABLE. + +Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain +the files to run the single-domain periodic LES. + +Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP +and PERIODIC_LES_PRODUCTION directories are as follows: + +Go to directory PERIODIC_LES_SPINUP + +1. Copy input_sounding_stable_case_periodic_les_spinup to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0400_periodic_stable_case_spinup_neutral to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +This workflow is broken into 4-hour simulation blocks, each of which took about 20 hours +of wall clock time using 576 processors on a typical linux cluster. Depending on your HPC, +you may be able to run all 48 hours of neutral spinup at once. If so, skip steps 5-26. +However you choose to simulate the first 48 hours, when completed follow instructions +beginning at step 27 to add the negative heat flux. + +4. Run wrf.exe for the first 4 hours of spinup. + +5. Copy namelist.input_01_01_0400_01_01_0800_periodic_unstable_case_spinup_neutral to namelist.input + +6. Run wrf.exe for the second 4 hours of spinup + +7. Copy namelist.input_01_01_0800_01_01_1200_periodic_unstable_case_spinup_neutral to namelist.input + +8. Run wrf.exe for the third 4 hours of spinup + +9. Copy namelist.input_01_01_1200_01_01_1600_periodic_unstable_case_spinup_neutral to namelist.input + +10. Run wrf.exe for the fourth 4 hours of spinup + +11. Copy namelist.input_01_01_1600_01_01_2000_periodic_unstable_case_spinup_neutral to namelist.input + +12. Run wrf.exe for the fifth 4 hours of spinup + +13. Copy namelist.input_01_01_2000_01_02_0000_periodic_unstable_case_spinup_neutral to namelist.input + +14. Run wrf.exe for the sixth 4 hours of spinup + +15. Copy namelist.input_01_02_0000_01_02_0400_periodic_unstable_case_spinup_neutral to namelist.input + +16. Run wrf.exe for the seventh 4 hours of spinup + +17. Copy namelist.input_01_02_0400_01_02_0800_periodic_unstable_case_spinup_neutral to namelist.input + +18. Run wrf.exe for the eigth 4 hours of spinup + +19. Copy namelist.input_01_02_0800_01_02_1200_periodic_unstable_case_spinup_neutral to namelist.input + +20. Run wrf.exe for the ninth 4 hours of spinup + +21. Copy namelist.input_01_02_1200_01_02_1600_periodic_unstable_case_spinup_neutral to namelist.input + +22. Run wrf.exe for the tenth 4 hours of spinup + +23. Copy namelist.input_01_02_1600_01_02_2000_periodic_unstable_case_spinup_neutral to namelist.input + +24. Run wrf.exe for the eleventh 4 hours of spinup + +25. Copy namelist.input_01_02_2000_01_03_0000_periodic_unstable_case_spinup_neutral to namelist.input + +26. Run wrf.exe for the twelfth 4 hours of spinup + +Now we add the heat flux of -10 W/m^2 for the remaining 31 hours of spinup + +27. Copy namelist.input_01_03_0000_01_03_0400_periodic_stable_case_spinup_stable to namelist.input + +28. Run wrf.exe for the thirteenth 4 hours of spinup + +29. Copy namelist.input_01_03_0400_01_03_0800_periodic_stable_case_spinup_stable to namelist.input + +30. Run wrf.exe for the fourteenth 4 hours of spinup + +31. Copy namelist.input_01_03_0800_01_03_1200_periodic_stable_case_spinup_stable to namelist.input + +32. Run wrf.exe for the fifteenth 4 hours of spinup + +33. Copy namelist.input_01_03_1200_01_03_1600_periodic_stable_case_spinup_stable to namelist.input + +34. Run wrf.exe for the sixteenth 4 hours of spinup + +35. Copy namelist.input_01_03_1600_01_03_2000_periodic_stable_case_spinup_stable to namelist.input + +36. Run wrf.exe for the seventeenth 4 hours of spinup + +37. Copy namelist.input_01_03_2000_01_04_0000_periodic_stable_case_spinup_stable to namelist.input + +38. Run wrf.exe for the eighteenth 4 hours of spinup + +39. Copy namelist.input_01_04_0000_01_04_0400_periodic_stable_case_spinup_stable to namelist.input + +40. Run wrf.exe for the nineteenth 4 hours of spinup + +41. Copy namelist.input_01_04_0400_01_04_0700_periodic_stable_case_spinup_stable to namelist.input + +42. Run wrf.exe for the last 3 hours of spinup (79 hours total) + +Go to directory PERIODIC_LES_PRODUCTION + +43. Copy restart file wrfrst_d01_0001-01-04_07:00:00 from PERIODIC_LES_SPINUP to here + +44. Copy namelist.input_01_04_0700_01_04_0800_periodic_stable_case_production_hour_1 to namelist.input + +45. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +46. Copy namelist.input_01_04_1080_01_04_0900_periodic_stable_case_production_hour_2 to namelist.input + +47. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +48. Copy namelist.input_01_04_0900_01_04_1000_periodic_stable_case_production_hour_3 to namelist.input + +49. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +50. Copy namelist.input_01_04_1000_01_04_1100_periodic_stable_case_production_hour_4 to namelist.input + +51. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +52. To use the python analysis notebooks corresponding to this case, make two additional directories +within STABLE/PERIODIC_LES_PRODUCTION + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d01_0001-01-04_07:00:00 +horizontal_slices_d01_0001-01-04_08:00:00 +horizontal_slices_d01_0001-01-04_09:00:00 +horizontal_slices_d01_0001-01-04_10:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d01_0001-01-04_07:00:00 + wrfout_d01_0001-01-04_08:00:00 + wrfout_d01_0001-01-04_09:00:00 + wrfout_d01_0001-01-04_10:00:00 + +to + + 3D_wrfout + +Se the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study~ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study~ new file mode 100644 index 0000000..f381c10 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/STABLE/readme_stable_case_study~ @@ -0,0 +1,197 @@ +The three subdirectories below this UNSTABLE directory contain the files to +run both the 2-domain NESTED_LES and single-domain PERIODIC_LES simulations +comprising the UNSTABLE case study. + +Subdirectory NESTED_LES contains files to run the 2-domain simulations. +Perturbations are applied around all four lateral boundaries of +the nested LES domain (domain 2), with amplitudes determined by the Eckert +number formulation, cpm_opt = 2. + +To execute these steps, make a directory called NESTED_LES within directory +UNSTABLE and go there. + +Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: + +1. Copy input_sounding_unstable_case_nested_les to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for 1 hour to spin up the nested domain. + +5. Copy namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 to namelist.input + +6. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +7. Copy namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 to namelist.input + +8. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +9. Copy namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 to namelist.input + +10. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +11. Copy namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 to namelist.input + +12. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory UNSTABLE/NESTED_LES + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d0*_0001-01-01_01:00:00 +horizontal_slices_d0*_0001-01-01_02:00:00 +horizontal_slices_d0*_0001-01-01_03:00:00 +horizontal_slices_d0*_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d0*_0001-01-01_01:00:00 + wrfout_d0*_0001-01-01_02:00:00 + wrfout_d0*_0001-01-01_03:00:00 + wrfout_d0*_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Set the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". Only *d02* are analyzed, but best to keep +the files together. + +For the periodic LES, make two directories PERIODIC_LES_SPINUP and +PERIODIC_LES_PRODUCTION within directory UNSTABLE. + +Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain +the files to run the single-domain periodic LES. + +Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP +and PERIODIC_LES_PRODUCTION directories are as follows: + +Go to directory PERIODIC_LES_SPINUP + +1. Copy input_sounding_unstable_case_periodic_les_spinup to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +This workflow is broken into 8-hour simulation blocks, each of which took about 12 hours +of wall clock time using 576 processors on a typical linux cluster. Depending on your HPC, +you may be able to run all 48 hours of neutral spinup at once. If so, skip steps 5-14. +However you choose to simulate the first 48 hours, when completed follow instructions +beginning at step 15 to add the positive heat flux. + +4. Run wrf.exe for the first 8 hours of spinup. + +5. Copy namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral to namelist.input + +6. Run wrf.exe for the second 8 hours of spinup + +7. Copy namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral to namelist.input + +8. Run wrf.exe for the third 8 hours of spinup + +9. Copy namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral to namelist.input + +10. Run wrf.exe for the fourth 8 hours of spinup + +11. Copy namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral to namelist.input + +12. Run wrf.exe for the fifth 8 hours of spinup + +13. Copy namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral to namelist.input + +14. Run wrf.exe for the sixth 8 hours of spinup + +Now we add the heat flux of 100 W/m^2 for the remaining 39 hours of spinup + +15. Copy namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable to namelist.input + +16. Run wrf.exe for the seventh 8 hours of spinup + +17. Copy namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable to namelist.input + +18. Run wrf.exe for the eigth 8 hours of spinup + +19. Copy namelist.input_01_03_1600_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +20. Run wrf.exe for the ninth 8 hours of spinup + +21. Copy namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +22. Run wrf.exe for the tenth 8 hours of spinup + +23. Copy namelist.input_01_04_0400_01_04_1500_periodic_unstable_case_spinup_unstable to namelist.input + +24. Run wrf.exe for the last 7 hours of spinup (87 hours total) + +Go to directory PERIODIC_LES_PRODUCTION + +15. Copy restart file wrfrst_d01_0001-01-04_15:00:00 from PERIODIC_LES_SPINUP to here + +16. Copy namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 to namelist.input + +17. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +18. Copy namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 to namelist.input + +19. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +20. Copy namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 to namelist.input + +21. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +22. Copy namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 to namelist.input + +23. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within UNSTABLE/PERIODIC_LES_PRODUCTION + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d01_0001-01-01_01:00:00 +horizontal_slices_d01_0001-01-01_02:00:00 +horizontal_slices_d01_0001-01-01_03:00:00 +horizontal_slices_d01_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d01_0001-01-01_01:00:00 + wrfout_d01_0001-01-01_02:00:00 + wrfout_d01_0001-01-01_03:00:00 + wrfout_d01_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Se the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_spinup similarity index 100% rename from INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_neutral_spinup rename to INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/PERIODIC_LES_SPINUP/input_sounding_unstable_case_periodic_les_spinup diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study new file mode 100644 index 0000000..1d6ef95 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study @@ -0,0 +1,197 @@ +The three subdirectories below this UNSTABLE directory contain the files to +run both the 2-domain NESTED_LES and single-domain PERIODIC_LES simulations +comprising the UNSTABLE case study. + +Subdirectory NESTED_LES contains files to run the 2-domain simulations. +Perturbations are applied around all four lateral boundaries of +the nested LES domain (domain 2), with amplitudes determined by the Eckert +number formulation, cpm_opt = 2. + +To execute these steps, make a directory called NESTED_LES within directory +UNSTABLE and go there. + +Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: + +1. Copy input_sounding_unstable_case_nested_les to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for 1 hour to spin up the nested domain. + +5. Copy namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 to namelist.input + +6. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +7. Copy namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 to namelist.input + +8. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +9. Copy namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 to namelist.input + +10. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +11. Copy namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 to namelist.input + +12. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory UNSTABLE/NESTED_LES + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d0*_0001-01-01_01:00:00 +horizontal_slices_d0*_0001-01-01_02:00:00 +horizontal_slices_d0*_0001-01-01_03:00:00 +horizontal_slices_d0*_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d0*_0001-01-01_01:00:00 + wrfout_d0*_0001-01-01_02:00:00 + wrfout_d0*_0001-01-01_03:00:00 + wrfout_d0*_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Set the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". Only *d02* are analyzed, but best to keep +the files together. + +For the periodic LES, make two directories PERIODIC_LES_SPINUP and +PERIODIC_LES_PRODUCTION within directory UNSTABLE. + +Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain +the files to run the single-domain periodic LES. + +Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP +and PERIODIC_LES_PRODUCTION directories are as follows: + +Go to directory PERIODIC_LES_SPINUP + +1. Copy input_sounding_unstable_case_periodic_les_spinup to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +This workflow is broken into 8-hour simulation blocks, each of which took about 12 hours +of wall clock time using 576 processors on a typical linux cluster. Depending on your HPC, +you may be able to run all 48 hours of neutral spinup at once. If so, skip steps 5-14. +However you choose to simulate the first 48 hours, when completed follow instructions +beginning at step 15 to add the positive heat flux. + +4. Run wrf.exe for the first 8 hours of spinup. + +5. Copy namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral to namelist.input + +6. Run wrf.exe for the second 8 hours of spinup + +7. Copy namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral to namelist.input + +8. Run wrf.exe for the third 8 hours of spinup + +9. Copy namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral to namelist.input + +10. Run wrf.exe for the fourth 8 hours of spinup + +11. Copy namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral to namelist.input + +12. Run wrf.exe for the fifth 8 hours of spinup + +13. Copy namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral to namelist.input + +14. Run wrf.exe for the sixth 8 hours of spinup + +Now we add the heat flux of 100 W/m^2 for the remaining 39 hours of spinup + +15. Copy namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable to namelist.input + +16. Run wrf.exe for the seventh 8 hours of spinup + +17. Copy namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable to namelist.input + +18. Run wrf.exe for the eigth 8 hours of spinup + +19. Copy namelist.input_01_03_1600_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +20. Run wrf.exe for the ninth 8 hours of spinup + +21. Copy namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +22. Run wrf.exe for the tenth 8 hours of spinup + +23. Copy namelist.input_01_04_0400_01_04_1500_periodic_unstable_case_spinup_unstable to namelist.input + +24. Run wrf.exe for the last 7 hours of spinup (87 hours total) + +Go to directory PERIODIC_LES_PRODUCTION + +25. Copy restart file wrfrst_d01_0001-01-04_15:00:00 from PERIODIC_LES_SPINUP to here + +26. Copy namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 to namelist.input + +27. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +28. Copy namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 to namelist.input + +29. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +30. Copy namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 to namelist.input + +31. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +32. Copy namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 to namelist.input + +33. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +34. To use the python analysis notebooks corresponding to this case, make two additional directories +within UNSTABLE/PERIODIC_LES_PRODUCTION + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d01_0001-01-04_15:00:00 +horizontal_slices_d01_0001-01-04_16:00:00 +horizontal_slices_d01_0001-01-04_17:00:00 +horizontal_slices_d01_0001-01-04_18:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d01_0001-01-04_15:00:00 + wrfout_d01_0001-01-04_16:00:00 + wrfout_d01_0001-01-04_17:00:00 + wrfout_d01_0001-01-04_18:00:00 + +to + + 3D_wrfout + +Se the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study~ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study~ new file mode 100644 index 0000000..f381c10 --- /dev/null +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/UNSTABLE/readme_unstable_case_study~ @@ -0,0 +1,197 @@ +The three subdirectories below this UNSTABLE directory contain the files to +run both the 2-domain NESTED_LES and single-domain PERIODIC_LES simulations +comprising the UNSTABLE case study. + +Subdirectory NESTED_LES contains files to run the 2-domain simulations. +Perturbations are applied around all four lateral boundaries of +the nested LES domain (domain 2), with amplitudes determined by the Eckert +number formulation, cpm_opt = 2. + +To execute these steps, make a directory called NESTED_LES within directory +UNSTABLE and go there. + +Instructions to execute these simulations using the files in the NESTED_LES directory are as follows: + +1. Copy input_sounding_unstable_case_nested_les to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0100_nested_unstable_case_spinup_1_hour to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +4. Run wrf.exe for 1 hour to spin up the nested domain. + +5. Copy namelist.input_01_01_0100_01_01_0200_nested_unstable_case_production_hour_1 to namelist.input + +6. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +7. Copy namelist.input_01_01_0200_01_01_0300_nested_unstable_case_production_hour_2 to namelist.input + +8. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +9. Copy namelist.input_01_01_0300_01_01_0400_nested_unstable_case_production_hour_3 to namelist.input + +10. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +11. Copy namelist.input_01_01_0400_01_01_0500_nested_unstable_case_production_hour_4 to namelist.input + +12. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 and d02 each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within directory UNSTABLE/NESTED_LES + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d0*_0001-01-01_01:00:00 +horizontal_slices_d0*_0001-01-01_02:00:00 +horizontal_slices_d0*_0001-01-01_03:00:00 +horizontal_slices_d0*_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d0*_0001-01-01_01:00:00 + wrfout_d0*_0001-01-01_02:00:00 + wrfout_d0*_0001-01-01_03:00:00 + wrfout_d0*_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Set the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". Only *d02* are analyzed, but best to keep +the files together. + +For the periodic LES, make two directories PERIODIC_LES_SPINUP and +PERIODIC_LES_PRODUCTION within directory UNSTABLE. + +Subdirectories PERIODIC_LES_SPINUP and PERIODIC_LES_PRODUCTION here contain +the files to run the single-domain periodic LES. + +Instructions to execute these simulations using the files in the PERIODIC_LES_SPINUP +and PERIODIC_LES_PRODUCTION directories are as follows: + +Go to directory PERIODIC_LES_SPINUP + +1. Copy input_sounding_unstable_case_periodic_les_spinup to input_sounding + +2. Copy namelist.input_01_01_0000_01_01_0800_periodic_unstable_case_spinup_neutral to namelist.input + +3. Run ideal.exe to create wrfinput_d01 + +This workflow is broken into 8-hour simulation blocks, each of which took about 12 hours +of wall clock time using 576 processors on a typical linux cluster. Depending on your HPC, +you may be able to run all 48 hours of neutral spinup at once. If so, skip steps 5-14. +However you choose to simulate the first 48 hours, when completed follow instructions +beginning at step 15 to add the positive heat flux. + +4. Run wrf.exe for the first 8 hours of spinup. + +5. Copy namelist.input_01_01_0800_01_01_1600_periodic_unstable_case_spinup_neutral to namelist.input + +6. Run wrf.exe for the second 8 hours of spinup + +7. Copy namelist.input_01_01_1600_01_02_0000_periodic_unstable_case_spinup_neutral to namelist.input + +8. Run wrf.exe for the third 8 hours of spinup + +9. Copy namelist.input_01_02_0000_01_02_0800_periodic_unstable_case_spinup_neutral to namelist.input + +10. Run wrf.exe for the fourth 8 hours of spinup + +11. Copy namelist.input_01_02_0800_01_02_1600_periodic_unstable_case_spinup_neutral to namelist.input + +12. Run wrf.exe for the fifth 8 hours of spinup + +13. Copy namelist.input_01_02_1600_01_03_0000_periodic_unstable_case_spinup_neutral to namelist.input + +14. Run wrf.exe for the sixth 8 hours of spinup + +Now we add the heat flux of 100 W/m^2 for the remaining 39 hours of spinup + +15. Copy namelist.input_01_03_0000_01_03_0800_periodic_unstable_case_spinup_unstable to namelist.input + +16. Run wrf.exe for the seventh 8 hours of spinup + +17. Copy namelist.input_01_03_0800_01_03_1600_periodic_unstable_case_spinup_unstable to namelist.input + +18. Run wrf.exe for the eigth 8 hours of spinup + +19. Copy namelist.input_01_03_1600_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +20. Run wrf.exe for the ninth 8 hours of spinup + +21. Copy namelist.input_01_04_0000_01_04_0800_periodic_unstable_case_spinup_unstable to namelist.input + +22. Run wrf.exe for the tenth 8 hours of spinup + +23. Copy namelist.input_01_04_0400_01_04_1500_periodic_unstable_case_spinup_unstable to namelist.input + +24. Run wrf.exe for the last 7 hours of spinup (87 hours total) + +Go to directory PERIODIC_LES_PRODUCTION + +15. Copy restart file wrfrst_d01_0001-01-04_15:00:00 from PERIODIC_LES_SPINUP to here + +16. Copy namelist.input_01_04_1500_01_04_1600_periodic_unstable_case_production_hour_1 to namelist.input + +17. Run wrf.exe for one hour to generate hour 1 of production data for analysis + +18. Copy namelist.input_01_04_1600_01_04_1700_periodic_unstable_case_production_hour_2 to namelist.input + +19. Run wrf.exe for one hour to generate hour 2 of production data for analysis + +20. Copy namelist.input_01_04_1700_01_04_1800_periodic_unstable_case_production_hour_3 to namelist.input + +21. Run wrf.exe for one hour to generate hour 3 of production data for analysis + +22. Copy namelist.input_01_04_1800_01_04_1900_periodic_unstable_case_production_hour_4 to namelist.input + +23. Run wrf.exe for one hour to generate hour 4 of production data for analysis + +This should generate wrfrst*, wrfout* and horizontal_slice* files for d01 for each hour. + +Each production run took about 4 hours of wall clock time using 576 processors on a typical linux cluster. + +13. To use the python analysis notebooks corresponding to this case, make two additional directories +within UNSTABLE/PERIODIC_LES_PRODUCTION + + 2D_hoz_slices + + 3D_wrfout + +and copy + +horizontal_slices_d01_0001-01-01_01:00:00 +horizontal_slices_d01_0001-01-01_02:00:00 +horizontal_slices_d01_0001-01-01_03:00:00 +horizontal_slices_d01_0001-01-01_04:00:00 + +to + +2D_hoz_slices + +and copy + + wrfout_d01_0001-01-01_01:00:00 + wrfout_d01_0001-01-01_02:00:00 + wrfout_d01_0001-01-01_03:00:00 + wrfout_d01_0001-01-01_04:00:00 + +to + + 3D_wrfout + +Se the paths to these directories in the corresponding analysis notebooks, +and everything should "just work". \ No newline at end of file diff --git a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM index f181ae8..338816f 100644 --- a/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM +++ b/INFLOW_PERTURBATION_INTERCOMPARISON/WRF_CPM/readme_WRF_CPM @@ -137,6 +137,13 @@ Additional README files containing step-by-step instructions to complete all of the above described simulations are contained in the subdirectories for each stability case study below this directory. +To follow our workflow, make the following three directories +STABLE +UNSTABLE +NEUTRAL +and follow instructions from the readme files contained within those +directories provided here. + While the particulars of the geostrophic wind direction and durations of the simulations used in this study are unique to the WRF model in the chosen configuration, the same procedure can be followed using other codes,