[Dart-dev] [5502] DART/branches/development/models/cam/shell_scripts/ CESM_setup_startup.csh: A bit safer algorithm for node layout.

nancy at ucar.edu nancy at ucar.edu
Wed Jan 11 17:39:39 MST 2012


Revision: 5502
Author:   thoar
Date:     2012-01-11 17:39:38 -0700 (Wed, 11 Jan 2012)
Log Message:
-----------
A bit safer algorithm for node layout.
Still inflexible, however. Must be 80 members on bluefire.

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

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh	2012-01-11 23:32:53 UTC (rev 5501)
+++ DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh	2012-01-12 00:39:38 UTC (rev 5502)
@@ -151,7 +151,7 @@
 @ total_ocn = $num_tasks_per_atm_instance * 4
 @ ice_start = $total_cpl
 @ ocn_start = $total_cpl + $total_ice
-@ lnd_start = $total_cpl + $total_ice + $total_ocn
+@ lnd_start = $ocn_start + $total_ocn
 @ total_lnd = $total_atm - $lnd_start
 
 # Tony: "if f19_g16, i'd recommend using 320 for cice, 32 for


More information about the Dart-dev mailing list