[Dart-dev] DART/branches Revision: 12112
dart at ucar.edu
dart at ucar.edu
Thu Nov 16 13:12:17 MST 2017
thoar at ucar.edu
2017-11-16 13:12:13 -0700 (Thu, 16 Nov 2017)
503
First whack at what we need for CESM2_0 and clm.
The CESM code is the branch for us from Erik:
From: https://svn-ccsm-models.cgd.ucar.edu/clm2/trunk_tags/clm4_5_16_r259
To: https://svn-ccsm-models.cgd.ucar.edu/clm2/branches/usedataassim
logmsg: "branch for Branch for DART work for responding to DO_DATA_ASSIMILATION flag by setting use_data_assim namelist flag to hold off on balance checks for first two time-steps as done for a startup, Kevin Reader and Tim Hoar will work on this branch"
Modified: DART/branches/cesm_clm/models/clm/shell_scripts/CESM1_2_1_setup_hybrid
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM1_2_1_setup_hybrid 2017-11-16 18:22:46 UTC (rev 12111)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM1_2_1_setup_hybrid 2017-11-16 20:12:13 UTC (rev 12112)
@@ -127,7 +127,7 @@
setenv compset I_2000_CN
setenv resolution f09_f09
setenv cesmtag cesm1_2_1
-setenv num_instances 80
+setenv num_instances 4
# ==============================================================================
# machines and directories:
@@ -254,7 +254,7 @@
# an assimilation step took about 10 minutes on yellowstone.
# ==============================================================================
-setenv ACCOUNT NIMGxxxx
+setenv ACCOUNT P86850054
setenv queue economy
setenv timewall 0:30
Added: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_DART_config
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_DART_config (rev 0)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_DART_config 2017-11-16 20:12:13 UTC (rev 12112)
@@ -0,0 +1 @@
+link CESM_DART_config
\ No newline at end of file
Property changes on: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_DART_config
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Added: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble (rev 0)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble 2017-11-16 20:12:13 UTC (rev 12112)
@@ -0,0 +1,390 @@
+#!/bin/csh
+#
+#
+# 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.
+#-----------------------------------------------------------------------
+
+# ==============================================================================
+# 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.
+# ==============================================================================
+
+setenv CASE ys_test
+setenv resolution f09_g16
+setenv compset I2000Clm50BgcCrop
+setenv cesmtag clm_dev_branch
+setenv num_instances 4
+
+# ==============================================================================
+# Directories:
+# cesmdata Location of some supporting CESM data files.
+# cesmroot Location of the CESM code base. This version of the script
+# only supports version cesm1_5_beta06c.
+# 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.
+# Requires large amounts of disk space, may be on a scratch partition if
+# the long-term archiver is invoked to move these files to permanent storage.
+# Files will remain here until the long-term archiver moves it to permanent storage.
+# dartroot Location of the root of _your_ DART installation
+# baseobsdir Part of the directory name containing the obs_seq.out files to be used in the
+# assimilation. The year, month, and filename will be provided in assimilate.csh.
+# Will be inherited by CESM#_#_DART_config and inserted into assimilate.csh
+# ==============================================================================
+
+setenv project P86850054
+setenv machine yellowstone
More information about the Dart-dev
mailing list