[Dart-dev] [3814] DART/trunk/models/wrf/shell_scripts: Fix comment -- it is WRF versions 2 and 3.0.1.1 that use the previous

nancy at ucar.edu nancy at ucar.edu
Wed Apr 15 14:48:37 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090415/9286426c/attachment.html 
-------------- next part --------------
Modified: DART/trunk/models/wrf/shell_scripts/advance_global_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_global_model.csh	2009-04-15 20:28:04 UTC (rev 3813)
+++ DART/trunk/models/wrf/shell_scripts/advance_global_model.csh	2009-04-15 20:48:36 UTC (rev 3814)
@@ -103,7 +103,8 @@
    ln -s ${CENTRALDIR}/tr49t85 .
    ln -s ${CENTRALDIR}/tr67t85 .
    # These are needed for use with module_sf_urban.F (I think)
-   # WRF V2 uses urban_param.tbl, V3 uses URBPARM.TBL - do either)
+   # WRF versions before and including V3.0.1.1 use urban_param.tbl, 
+   # V3.1 uses URBPARM.TBL - link to either that are found.)
    if ( -e ${CENTRALDIR}/urban_param.tbl ) then
       ln -s ${CENTRALDIR}/urban_param.tbl .
    endif

Modified: DART/trunk/models/wrf/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_model.csh	2009-04-15 20:28:04 UTC (rev 3813)
+++ DART/trunk/models/wrf/shell_scripts/advance_model.csh	2009-04-15 20:48:36 UTC (rev 3814)
@@ -101,7 +101,8 @@
    ln -sf ${CENTRALDIR}/tr49t67 .
    ln -sf ${CENTRALDIR}/tr49t85 .
    ln -sf ${CENTRALDIR}/tr67t85 .
-   # WRF V2 uses urban_param.tbl, V3 uses URBPARM.TBL - do either)
+   # WRF versions before and including V3.0.1.1 use urban_param.tbl,    
+   # V3.1 uses URBPARM.TBL - link to either that are found.)
    if ( -e ${CENTRALDIR}/urban_param.tbl ) then
       ln -sf ${CENTRALDIR}/urban_param.tbl .
    endif


More information about the Dart-dev mailing list