[Dart-dev] [5453] DART/branches/development/models/cam/shell_scripts/pmo.ned.csh: Equivalent to the assimilate script for a perfect model run.
nancy at ucar.edu
nancy at ucar.edu
Fri Dec 16 10:47:36 MST 2011
Revision: 5453
Author: nancy
Date: 2011-12-16 10:47:36 -0700 (Fri, 16 Dec 2011)
Log Message:
-----------
Equivalent to the assimilate script for a perfect model run.
This one is specifically intended for a Zagar run (thus the
.ned. in the middle), although i can't say what exactly is
different (perhaps just the input obs_seq.in files) from any
other PMO run.
Modified Paths:
--------------
DART/branches/development/models/cam/shell_scripts/pmo.ned.csh
-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/pmo.ned.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/pmo.ned.csh 2011-12-15 20:18:45 UTC (rev 5452)
+++ DART/branches/development/models/cam/shell_scripts/pmo.ned.csh 2011-12-16 17:47:36 UTC (rev 5453)
@@ -155,14 +155,9 @@
#-------------------------------------------------------------------------
-# Block 3: Update the cam restart file
+# Block 3: perfect model doesn't change the state, so we don't have to
+# run dart_to_cam. we just have to copy the existing files to the fixed names.
#
-# DART namelist settings required:
-# &perfect_model_obs_nml: restart_out_file_name = 'perfect_restart'
-# &ensemble_manager_nml: single_restart_file_in = '.true.'
-# &dart_to_cam_nml: dart_to_cam_input_file = 'perfect_restart',
-# &dart_to_cam_nml: advance_time_present = .false.
-# &atm_in_xxxx:ncdata = 'cam_initial_x.nc'
#-------------------------------------------------------------------------
set member = 1
@@ -179,15 +174,6 @@
set ATM_INITIAL_FILENAME = `echo ${ATM_RESTART_FILENAME} | sed "s#\.r\.#\.i\.#"`
-# set ATM_HISTORY_FILENAME = `echo ${ATM_RESTART_FILENAME} | sed "s#\.r\.#\.h0\.#"`
-# ${LINK} ../$ATM_RESTART_FILENAME cam_restart.nc
-# ${LINK} ../$ATM_HISTORY_FILENAME cam_history.nc
- ${LINK} ../$ATM_INITIAL_FILENAME caminput.nc
-
-echo "starting dart_to_cam for member ${member} at "`date`
-./dart_to_cam >! output.${member}.dart_to_cam
-echo "finished dart_to_cam for member ${member} at "`date`
-
# The initial filenames are static and come from the atm_in_xxxx namelist.
# We must copy the updated initial files to the static names.
More information about the Dart-dev
mailing list