[Dart-dev] DART/branches Revision: 12022

dart at ucar.edu dart at ucar.edu
Fri Oct 27 09:45:44 MDT 2017


thoar at ucar.edu
2017-10-27 09:45:42 -0600 (Fri, 27 Oct 2017)
194
The test data have been moved to 

http://www.image.ucar.edu/pub/DART/ROMS/dart_roms_test_data.tar.gz

A 32 member ensemble exists on spinning disk at:
/glade/p/image/DART_test_cases/roms/wc13




Added: DART/branches/rma_trunk/models/ROMS/data/README.txt
===================================================================
--- DART/branches/rma_trunk/models/ROMS/data/README.txt	                        (rev 0)
+++ DART/branches/rma_trunk/models/ROMS/data/README.txt	2017-10-27 15:45:42 UTC (rev 12022)
@@ -0,0 +1,9 @@
+At one point, the grid information, vertical information, and variable size information all came from
+different files. Hernan then extended ROMS such that the restart file contained all that information.
+
+If you get an errors from "routine: get_grid", you are most likely using an old ROMS file.
+
+Files capable of testing can be found at http://www.image.ucar.edu/pub/DART/ROMS/dart_roms_test_data.tar.gz 
+
+For people with access to NCAR's supercomputer, they exist on spinning disk at
+/glade/p/image/DART_test_cases/roms/wc13


Property changes on: DART/branches/rma_trunk/models/ROMS/data/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: DART/branches/rma_trunk/models/ROMS/data/ocean_wc13.in
===================================================================
--- DART/branches/rma_trunk/models/ROMS/data/ocean_wc13.in	2017-10-26 18:09:59 UTC (rev 12021)
+++ DART/branches/rma_trunk/models/ROMS/data/ocean_wc13.in	2017-10-27 15:45:42 UTC (rev 12022)
@@ -1,2492 +0,0 @@
-! DART note: original:/glade/p/work/thoar/roms/test/WC13/I4DVAR/ocean_wc13.in
-!
-!  ROMS/TOMS Standard Input parameters.
-!
-!svn $Id: ocean_wc13.in 752 2015-01-07 23:01:08Z arango $
-!========================================================= Hernan G. Arango ===
-!  Copyright (c) 2002-2015 The ROMS/TOMS Group                                !
-!    Licensed under a MIT/X style license                                     !
-!    See License_ROMS.txt                                                     !
-!==============================================================================
-!                                                                             !
-! Input parameters can be entered in ANY order, provided that the parameter   !
-! KEYWORD (usually, upper case) is typed correctly followed by "="  or "=="   !
-! symbols. Any comment lines are allowed and must begin with an exclamation   !
-! mark (!) in column one.  Comments may  appear to the right of a parameter   !
-! specification to improve documentation.  Comments will be ignored  during   !
-! reading.  Blank lines are also allowed and ignored. Continuation lines in   !
-! a parameter specification are allowed and must be preceded by a backslash   !
-! (\).  In some instances, more than one value is required for a parameter.   !
-! If fewer values are provided, the  last value  is assigned for the entire   !
-! parameter array.  The multiplication symbol (*),  without blank spaces in   !
-! between, is allowed for a parameter specification.  For example, in a two   !
-! grids nested application:                                                   !
-!                                                                             !
-!    AKT_BAK == 2*1.0d-6  2*5.0d-6              ! m2/s                        !
-!                                                                             !
-! indicates that the first two entries of array AKT_BAK,  in fortran column-  !
-! major order, will have the same value of "1.0d-6" for grid 1,  whereas the  !
-! next two entries will have the same value of "5.0d-6" for grid 2.           !
-!                                                                             !
-! In multiple levels of nesting and/or multiple connected domains  step-ups,  !
-! "Ngrids" entries are expected for some of these parameters.  In such case,  !
-! the order of the entries for a parameter is extremely important.  It  must  !
-! follow the same order (1:Ngrids) as in the state variable declaration. The  !
-! USER may follow the above guidelines for specifying his/her values.  These  !
-! parameters are marked by "==" plural symbol after the KEYWORD.              !
-!                                                                             !
-! Multiple NetCDF files are allowed for input field(s).  This is useful when  !
-! splitting input data (climatology,  boundary,  forcing)  time records into  !
-! several files (say monthly, annual, etc). In this case, each multiple file  !
-! entry line needs to be ended by the vertical bar (|) symbol. For example:   !
-!                                                                             !
-!    NFFILES == 7                          ! number of forcing files          !
-!                                                                             !
-!    FRCNAME == my_tides.nc       \                                           !
-!               my_lwrad_year1.nc |                                           !
-!               my_lwrad_year2.nc \                                           !
-!               my_swrad_year1.nc |                                           !
-!               my_swrad_year2.nc \                                           !
-!               my_winds_year1.nc |                                           !
-!               my_winds_year2.nc \                                           !
-!               my_Pair_year1.nc  |                                           !
-!               my_Pair_year2.nc  \                                           !
-!               my_Qair_year1.nc  |                                           !
-!               my_Qair_year2.nc  \                                           !
-!               my_Tair_year1.nc  |                                           !
-!               my_Tair_year2.nc                                              !
-!                                                                             !
-! Notice that NFFILES is 7 and not 13. There are 7 uniquely different fields  !
-! in the file list,  we  DO NOT  count file entries followed by the vertical  !
-! bar symbol.  This is because  multiple file  entries are processed in ROMS  !
-! with derived type structures.                                               !
-!                                                                             !
-!==============================================================================
-!
-! Application title.


More information about the Dart-dev mailing list