[Dart-dev] DART/branches Revision: 12567

dart at ucar.edu dart at ucar.edu
Mon Apr 30 10:59:52 MDT 2018


thoar at ucar.edu
2018-04-30 10:59:52 -0600 (Mon, 30 Apr 2018)
149
Adding Glen's scripts for the Manhattan release.
The 'classic'-compatible scripts are deleted from here because
they exist in the 'classic' branch.




Modified: DART/branches/rma_trunk/models/wrf/model_mod.html
===================================================================
--- DART/branches/rma_trunk/models/wrf/model_mod.html	2018-04-26 22:31:28 UTC (rev 12566)
+++ DART/branches/rma_trunk/models/wrf/model_mod.html	2018-04-30 16:59:52 UTC (rev 12567)
@@ -91,9 +91,8 @@
 fields that are often included in the DART state.
 </P>
 <P>
-The 18 public interfaces
-are standardized for all DART compliant models. These interfaces allow
-DART to advance the model, get the model state and metadata describing 
+The 18 public interfaces are standardized for all DART-compliant models.
+These interfaces allow DART to get the model state and metadata describing 
 this state, find state variables that are close to a given location, 
 and do spatial interpolation for a variety of variables required in
 observational operators.
@@ -1367,11 +1366,6 @@
 <TABLE border=1 cellspacing=1 cellpadding=10 width=100%>
 <TR><TH>Routine</TH><TH>Message</TH><TH>Comment</TH></TR>
 <TR><!-- routine --><TD VALIGN=top>static_init_model</TD>
-    <!-- message --><TD VALIGN=top>num_moist_vars is too large</TD>
-    <!-- comment --><TD VALIGN=top>The maximum number of moist variable in
-    WRFV2.1 is 7</TD>
-</TR>
-<TR><!-- routine --><TD VALIGN=top>static_init_model</TD>
     <!-- message --><TD VALIGN=top>'Please put wrfinput_d0'//idom//' in the
     work directory.'</TD>
     <!-- comment --><TD VALIGN=top>One of the wrfinput_d0# is missing in the
@@ -1422,12 +1416,6 @@
     <!-- comment --><TD VALIGN=top>NetCDF file writing error</TD>
 </TR>
 <TR><!-- routine --><TD VALIGN=top>read_dt_from_wrf_nml</TD>
-    <!-- message --><TD VALIGN=top>Please put namelist.input in the work
-    directory</TD>
-    <!-- comment --><TD VALIGN=top>The file namelist.input is missing in the
-    work directory</TD>
-</TR>
-<TR><!-- routine --><TD VALIGN=top>read_dt_from_wrf_nml</TD>
     <!-- message --><TD VALIGN=top>'max_dom in namelist.input =
     ',max_dom'num_domains in input.nml  = ',num_domains'Make them
     consistent.'</TD>
@@ -1440,8 +1428,7 @@
 
 <H2>KNOWN BUGS</H2>
 <P>
-Only the Lambert projection (MAP_PROJ = 1) is working. Other map projections
-(0=none, 2=polar, 3=Mercator) are likely to break the code.
+None.
 </P>
 
 <!--==================================================================-->
@@ -1453,7 +1440,7 @@
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>FUTURE PLANS</H2>
 <P>
-none at this time
+Support for WRF hybrid coordinates.
 </P>
 
 <!--==================================================================-->
@@ -1472,7 +1459,7 @@
 </P>
 
 <TABLE border=0 cellpadding=0 width=100% summary="">
-<TR><TD>Contact:       </TD><TD> Hui Liu, Glen Romine, Chris Synder, David Dowell </TD></TR>
+<TR><TD>Contact:       </TD><TD> dart at ucar.edu </TD></TR>
 <TR><TD>Revision:      </TD><TD> $Revision$ </TD></TR>
 <TR><TD>Source:        </TD><TD> $URL$ </TD></TR>
 <TR><TD>Change Date:   </TD><TD> $Date$ </TD></TR>

Deleted: DART/branches/rma_trunk/models/wrf/shell_scripts/3dvar-covar.csh
===================================================================
--- DART/branches/rma_trunk/models/wrf/shell_scripts/3dvar-covar.csh	2018-04-26 22:31:28 UTC (rev 12566)
+++ DART/branches/rma_trunk/models/wrf/shell_scripts/3dvar-covar.csh	2018-04-30 16:59:52 UTC (rev 12567)
@@ -1,98 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright UCAR. This open source software is provided
-# by UCAR, "as is", without charge, subject to all terms of use at
-# http://www.image.ucar.edu/DAReS/DART/DART_download
-#
-# DART $Id$
-#
-# Purpose: Given a first guess ensemble mean, generate ensemble members
-#          from wrf/3dvar covariances.
-
-set echo
-
-#--------------------------------------------
-# 0) Set up various environment variables:
-#--------------------------------------------
-
-set ES = 84
-
-set seconds = 0
-set days = 146827
-
-setenv MY_NUM_DOMAINS 1
-
-# End of user modifications.
-


More information about the Dart-dev mailing list