next up previous contents
Next: 8 Output Data Up: ice_usrdoc Previous: 6.2 Continue Runs   Contents


7 Changing the Number of Ice Thickness Categories

The number of ice thickness categories affects ice model input files in three places:

The number of ice thickness categories is set in ccsm3/scripts/$CASE/Buildexe/csim.buildexe.csh (coupled) or csim_run (uncoupled) using the variable called $NCAT. The default value is 5 categories. $NCAT is used to determine which module ice_model_size.F.$RESx$NCAT is copied to /obj before compilation where it is renamed ice_model_size.F. $RES is the resolution of the grid, 100x116 (gx3v5) and 320x384 (gx1v3) for low and high resolution grids, respectively. The input templates are located in $CSIMDIR/input_templates for 1, 3, 5 and 10 thickness categories on the default grid sizes of 100x116 and 320x384.

NOTE
To use one ice thickness category, the following changes will need to be made in the namelist:

  , kitd          = 0
  , kstrength     = 0

With these settings, the model will use the delta scheme instead of linear remapping and a strength parameterization based on open water area and mean ice thickness.

To create an input template with a number of categories other than the above values, copy an existing template that has the desired grid. Change ncat to the appropriate number of categories.

The information in the initial restart file is dependent on the number of ice thickness categories and the total number of layers in the ice distribution. An initial condition file exists only for the default case of 5 ice thickness categories, with four layers in each category. To create an initial condition file for a different number of categories or layers, these steps should be followed:

Note that the date printed inside the binary restart file will not be the same as 0001-01-01. For coupled runs, $BASEDATE will be the starting date and the date inside the file will not be used. For uncoupled runs, the starting date may have to be set in the code or changed in the restart file.


next up previous contents
Next: 8 Output Data Up: ice_usrdoc Previous: 6.2 Continue Runs   Contents
csm@ucar.edu