[Dart-dev] [4196] DART/trunk/models/wrf/shell_scripts/advance_model.csh: remove misleading reference to autoc as an input to the
nancy at ucar.edu
nancy at ucar.edu
Thu Dec 10 10:42:20 MST 2009
Revision: 4196
Author: nancy
Date: 2009-12-10 10:42:20 -0700 (Thu, 10 Dec 2009)
Log Message:
-----------
remove misleading reference to autoc as an input to the
pert_wrf_bc program (it does not read it or use it).
in fact, remove all references to autoc. it can be added
back by users themselves if they know how to use it.
Modified Paths:
--------------
DART/trunk/models/wrf/shell_scripts/advance_model.csh
-------------- next part --------------
Modified: DART/trunk/models/wrf/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_model.csh 2009-12-09 21:26:45 UTC (rev 4195)
+++ DART/trunk/models/wrf/shell_scripts/advance_model.csh 2009-12-10 17:42:20 UTC (rev 4196)
@@ -343,12 +343,10 @@
set pscale = `head -1 ${CENTRALDIR}/bc_pert_scale | tail -1`
set hscale = `head -2 ${CENTRALDIR}/bc_pert_scale | tail -1`
set vscale = `head -3 ${CENTRALDIR}/bc_pert_scale | tail -1`
- set autoc = `head -4 ${CENTRALDIR}/bc_pert_scale | tail -1`
else
set pscale = 0.25
set hscale = 1.0
set vscale = 1.5
- set autoc = 0.0
endif
@ iseed2 = $ensemble_member * 10000
@@ -414,7 +412,7 @@
${MOVE} fg wrfinput_next_mean
endif
- echo $autoc | ${CENTRALDIR}/pert_wrf_bc >&! out.pert_wrf_bc
+ ${CENTRALDIR}/pert_wrf_bc >&! out.pert_wrf_bc
${REMOVE} wrfinput_this wrfinput_next wrfbdy_this
if ( -e wrfinput_this_mean ) ${REMOVE} wrfinput_this_mean wrfinput_next_mean
More information about the Dart-dev
mailing list