Skip to content

Commit

Permalink
Reducing runtimes for WRFDA 4DVAR and WRFPLUS tests now that they are…
Browse files Browse the repository at this point in the history
… compiled without optimization...we were hitting the wallclock limit for these jobs
  • Loading branch information
mkavulich committed Mar 11, 2017
1 parent 2006028 commit 45d76ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Namelists/weekly/wrfda_4dvar/namelist.input.01DA
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ check_max_iv=true,
/
&wrfvar6
max_ext_its=1,
ntmax=5,
ntmax=1,
/
&wrfvar7
cv_options=5,
Expand All @@ -48,7 +48,7 @@ test_transforms=false,
cv_options_hum=1,
check_rh=0,
sfc_assi_options=1,
calculate_cg_cost_fn=true,
calculate_cg_cost_fn=false,
/
&wrfvar12
/
Expand Down Expand Up @@ -153,7 +153,7 @@ jcdfi_penalty=1000.0,



LSF_TIME=0:10
NQS_TIME=0:10:00
LSF_TIME=0:15
NQS_TIME=0:15:00
NUM_PROCESSORS=8

12 changes: 7 additions & 5 deletions Namelists/weekly/wrfplus/namelist.input.01WP
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
&time_control
run_hours=1,
run_hours=0,
run_minutes=20,
start_year= 2008,
start_month= 09,
start_day= 13,
start_hour= 00,
end_year= 2008,
end_month= 09,
end_day= 13,
end_hour= 01,
end_hour= 00,
end_minute= 20,
interval_seconds=10800,
input_from_file=true,
history_interval=720,
Expand All @@ -17,7 +19,7 @@ debug_level=0,
&fdda
/
&domains
time_step=540,
time_step=600,
e_we=75,
e_sn=44,
e_vert=45,
Expand Down Expand Up @@ -104,6 +106,6 @@ nested=.false.,
scenario_type = 0,
/

LSF_TIME=0:10
NQS_TIME=0:10:00
LSF_TIME=0:12
NQS_TIME=0:12:00

0 comments on commit 45d76ac

Please sign in to comment.