[Dart-dev] DART/branches Revision: 12928

dart at ucar.edu dart at ucar.edu
Thu Nov 15 14:10:00 MST 2018


thoar at ucar.edu
2018-11-15 14:10:00 -0700 (Thu, 15 Nov 2018)
519
Removed the need to explicitly specify an initial interpolation filename
as it is not needed in the release versions.

Uses the DART_params.csh file and overwrites some of the variables
explicitly in the script as it makes sense. Those variables are not
used by assimilate.csh or perfect_model.csh (They source DART_params.csh,
so there could have been a conflict.)

Removing/Deleting CESM2_0_setup_spinup as 'spinup' is a misleading term.
Technically, we are taking an already spun-up state and starting a 
free run.




Deleted: DART/branches/cesm_clm/models/clm/shell_scripts/cesm2_0/CESM2_0_setup_spinup
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/cesm2_0/CESM2_0_setup_spinup	2018-11-14 16:12:14 UTC (rev 12927)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/cesm2_0/CESM2_0_setup_spinup	2018-11-15 21:10:00 UTC (rev 12928)
@@ -1,383 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright UCAR. This open source software is provided
-# 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, describe things here, etc.
-#-----------------------------------------------------------------------
-#
-# CESM2_0_setup_spinup   Simply spins up an ensemble in 1year chunks.
-#                        Writes out restart files once per month. 
-#                        All ensembles start from the same (default) input file.
-#
-# ==============================================================================
-# Options defining the experiment:
-#
-# CASE          The value of "CASE" will be used many ways; directory and file
-#               names both locally and (possibly) on the HPSS, and script names;
-#               so consider its length and information content.
-# compset       Defines the vertical resolution and physics packages to be used.
-#               Must be a standard CESM compset; see the CESM documentation.
-# resolution    Defines the horizontal resolution and dynamics; see CESM docs.
-# cesmtag       The version of the CESM source code to use when building the code.
-# num_instances The number of ensemble members.
-#
-# For list of the pre-defined component sets: ./query_config --compsets
-# To create a variant compset, see the CESM documentation and carefully
-# incorporate any needed changes into this script.
-# ==============================================================================
-
-setenv cesmtag        clm_dev_branch
-setenv resolution     f09_f09_mg17
-setenv compset        2000_DATM%GSWP3v1_CLM45%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV
-setenv num_instances  80
-setenv CASE           clm45_spinup_${num_instances}
-
-setenv RUN_TYPE       startup
-setenv RUN_STARTDATE  1998-01-01
-
-# ==============================================================================
-# Directories:
-# cesmdata     Location of some supporting CESM data files.
-# cesmroot     Location of the CESM code base.
-# caseroot     Defines the CESM case directory - where the CESM+DART
-#              configuration files will be stored.  This should probably not
-#              be in scratch (on yellowstone, your 'work' partition is suggested).
-#              This script will delete any existing caseroot, so this script,
-#              and other useful things should be kept elsewhere.
-# rundir       Defines the location of the CESM run directory.  Will need large
-#              amounts of disk space, generally on a scratch partition.
-# exeroot      Defines the location of the CESM executable directory , where the
-#              CESM executables will be built.  Medium amount of space
-#              needed, generally on a scratch partition.
-# archdir      Defines the location of the CESM short-term archive directories.
-#              Files remain here until the long-term archiver moves them to 
-#              permanent storage.  Requires large amounts of disk space. Should
-#              not be on a scratch partition unless the long-term archiver is 
-#              invoked to move these files to permanent storage.
-#
-# dartroot     Location of the root of _your_ DART installation. The stream
-#              template text files for a multi-instance case are stored here.
-# ==============================================================================
-
-setenv project      P86850054
-setenv machine      cheyenne
-setenv cesmdata     /glade/p/cesmdata/cseg/inputdata
-setenv cesmroot     /glade/work/${USER}/CESM/$cesmtag
-setenv caseroot     /glade/work/${USER}/cases/$cesmtag/${CASE}
-setenv rundir       /glade/scratch/${USER}/$cesmtag/${CASE}/run
-setenv exeroot      /glade/scratch/${USER}/$cesmtag/${CASE}/bld
-setenv archdir      /glade/scratch/${USER}/$cesmtag/${CASE}/archive
-
-setenv dartroot     /glade/work/thoar/DART/cesm_clm
-
-# ==============================================================================
-# job settings:
-#
-# queue      can be changed during a series by changing the case.run
-# timewall   can be changed during a series by changing the case.run
-#
-# TJH: Advancing 30 instances for 6 hours and assimilating took
-#      less than 10 minutes on yellowstone using 1800 pes (120 nodes)
-# ==============================================================================
-
-setenv queue               economy
-setenv timewall            0:30
-setenv short_term_archiver off
-
-setenv resubmit            0
-setenv stop_option         nmonths
-setenv stop_n              12
-
-#> @TODO stream template files & multiple years. Do we need to specify


More information about the Dart-dev mailing list