[Dart-dev] svn:executable/ Revision: 10863

dart at ucar.edu dart at ucar.edu
Tue Jan 3 16:37:45 MST 2017


thoar at ucar.edu
2017-01-03 16:37:44 -0700 (Tue, 03 Jan 2017)
241
Tweaking error message about which ocean model component is supported.
Removing the execute permission from the assimilate template. When this
file gets staged in the CASEROOT directory, it gets renamed and the
execute permission is added.




Modified: DART/branches/rma_trunk/models/cice/shell_scripts/CESM1_5_DART_config
===================================================================
--- DART/branches/rma_trunk/models/cice/shell_scripts/CESM1_5_DART_config	2017-01-03 23:04:30 UTC (rev 10862)
+++ DART/branches/rma_trunk/models/cice/shell_scripts/CESM1_5_DART_config	2017-01-03 23:37:44 UTC (rev 10863)
@@ -55,8 +55,8 @@
 # Check to make sure we are running what we are supporting
 
 if ( $ICE_COMPONENT != 'cice' ) then
-   echo "ERROR: This configuration file is specifically for _CICE_."
-   echo "ERROR: the ice component for this case is _${ICE_COMPONENT}_"
+   echo 'ERROR: This configuration file is specifically for "cice".'
+   echo 'ERROR: the ice component for this case is "'${ICE_COMPONENT}'".'
    exit 1
 endif
 

Modified: DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh
===================================================================
--- DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh	2017-01-03 23:04:30 UTC (rev 10862)
+++ DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh	2017-01-03 23:37:44 UTC (rev 10863)
@@ -65,8 +65,8 @@
 # Check to make sure we are running what we are supporting
 
 if ( $ICE_COMPONENT != 'cice' ) then
-   echo "ERROR: This assimilate.csh file is specifically for _CICE_."
-   echo "ERROR: the ice component for this case is _${ICE_COMPONENT}_"
+   echo 'ERROR: This assimilate.csh file is specifically for "cice".'
+   echo 'ERROR: the ice component for this case is "'${ICE_COMPONENT}'".'
    exit 1
 endif
 
@@ -430,25 +430,8 @@
 #=========================================================================
 # Block 5: Actually run the assimilation.
 #
-# &ensemble_manager_nml: single_restart_file_in  = '.false.'
-# &dart_to_cice_nml:     dart_to_cice_input_file = 'dart_restart.nc',
+# TODO FIXME ... this whole section
 #
-# NOTE: when starting an OSSE by perturbing a single file, use
-# &filter_nml
-#   TJH perturb_from_single ....        = .false.,
-#   output_restart            = .true.,
-#   restart_in_file_name      = "filter_ics.0001",
-#   restart_out_file_name     = "filter_restart", 
-#   TJH what other settings are correct for this ... 
-#   TJH should this part be here or in the model_mod.html ...
-#
-# &ensemble_manager_nml
-#   single_restart_file_in    = .true.,
-#   single_restart_file_out   = .false.,
-# &model_nml
-#   pert_names          = 'T'
-#   pert_sd             = 1.0e-11,
-#   pert_base_vals      = -888888.0d0,
 # Will result in a set of files : 'filter_restart.xxxx'
 #
 # REQUIRED DART namelist settings:


Property changes on: DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


More information about the Dart-dev mailing list