[Dart-dev] DART/branches Revision: 13034

dart at ucar.edu dart at ucar.edu
Tue Mar 19 17:21:12 MDT 2019


raeder at ucar.edu
2019-03-19 17:21:12 -0600 (Tue, 19 Mar 2019)
62
Minor tidying, prompted by using it to create ./setup_hybrid.



Modified: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/setup_advanced
===================================================================
--- DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/setup_advanced	2019-03-19 23:19:53 UTC (rev 13033)
+++ DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/setup_advanced	2019-03-19 23:21:12 UTC (rev 13034)
@@ -26,8 +26,8 @@
 #BSUB  -e Test0.bld1
 #--------------------------------------------
 #PBS  -N setup_advanced
-#PBS  -A P86850054
-#PBS  -q share
+#PBS  -A your_account_there
+#PBS  -q shared_node_queue_for_this_setup_script
 #
 # Resources to specify:
 #    select=#nodes
@@ -151,7 +151,6 @@
 #
 # ==============================================================================
 
-# The year of forcing
 setenv case            Test0
 setenv compset         HIST_CAM60_CLM50%BGC-CROP_CICE%PRES_DOCN%DOM_MOSART_SGLC_SWAV
 setenv user_grid       ''
@@ -815,7 +814,7 @@
        -e '/ptile/c/#BSUB  -R "span[ptile=1]"'             \
        case.st_archive >! temp.$$  || exit 55
    ${MOVE} temp.$$ case.st_archive
-   ./xmlchange --subgroup case.st_archive --id JOB_QUEUE --val caldera
+   ./xmlchange --subgroup case.st_archive --id JOB_QUEUE --val share
 
 else if ($?PBS_JOBNAME) then
    # It would be nice to put the $PBS_JOBID value into the job name and st err/out file names,


More information about the Dart-dev mailing list