[Dart-dev] [5465] DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar. csh: the script i used to build and setup the zagar test on bluefire

nancy at ucar.edu nancy at ucar.edu
Thu Dec 22 10:42:48 MST 2011


Revision: 5465
Author:   nancy
Date:     2011-12-22 10:42:48 -0700 (Thu, 22 Dec 2011)
Log Message:
-----------
the script i used to build and setup the zagar test on bluefire

Modified Paths:
--------------
    DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh	2011-12-22 17:41:00 UTC (rev 5464)
+++ DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh	2011-12-22 17:42:48 UTC (rev 5465)
@@ -67,12 +67,12 @@
 
 setenv cesm_public  /glade/proj3/cseg                 ;# location of public CESM sandbox
 setenv cesm_datadir /glade/proj3/cseg/inputdata
-setenv caseroot /glade/user/thoar/cases/${case}       ;# your (future) cesm case directory
-setenv rundir  /glade/scratch/thoar/${case}           ;# (future) run-time directory
-setenv archdir /glade/scratch/thoar/archive/${case}   ;# (future) short-term archive directory
-setenv ccsmroot ${cesm_public}/collections/${ccsmtag} ;# location of the public cesm code
 setenv ccsmroot /glade/home/thoar/${ccsmtag}          ;# location of your personal cesm code
+setenv caseroot /glade/user/nancy/cases/${case}       ;# your (future) cesm case directory
+setenv rundir   /glade/scratch/nancy/${case}          ;# (future) run-time directory
+setenv archdir  /glade/scratch/nancy/archive/${case}  ;# (future) short-term archive directory
 
+
 # ======================
 # configure settings
 # ======================
@@ -117,6 +117,8 @@
  iradae                       = -12
 /
 EOF
+
+# these cause problems when running with the full cesm:
 #  empty_htapes                 = .true.
 #  nhtfrq                       = -12
 
@@ -127,6 +129,8 @@
   outnc_large_files = .true.
 /
 EOF
+
+# these cause problems when running with the full cesm:
 #   hist_nhtfrq = -12
 #   hist_empty_htapes = .true.
 
@@ -215,7 +219,7 @@
 # Update source files if need be
 # ====================================================================
 
-\cp -rf ~/${ccsmtag}/SourceMods/* ${caseroot}/SourceMods/
+\cp -rf ~thoar/${ccsmtag}/SourceMods/* ${caseroot}/SourceMods/
 if ( $status == 0) then
    echo "FYI - Local Source Modifications used for this case:"
    ls -lr ${caseroot}/SourceMods/*


More information about the Dart-dev mailing list