<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Dear GrADS user group,</div><div><br></div><div>Can someone help me create a control file for CMIP5 CCSM4 sea ice? I understand that I have to make a PDEF declaration but for the life of me I don't know how. I saw a promising post from 1/4/13 from Jennifer Adams titled "CMIP5 and GrADS" but no follow-up.&nbsp;</div><div><br></div><div>Thanks in advance.</div><div>Joyce</div><div><br></div><div>netcdf sic_OImon_CCSM4_historical_r1i1p1_185001-200512 {</div><div>dimensions:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; time = UNLIMITED ; // (1872 currently)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; j = 384 ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; i = 320 ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; bnds = 2 ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; vertices = 4 ;</div><div>variables:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; double time(time) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:bounds = "time_bnds" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:units = "days since 0000-01-01 00:00:00" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:calendar = "noleap" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:axis = "T" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:long_name = "time" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time:standard_name = "time" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; double time_bnds(time, bnds) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; int j(j) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; j:units = "1" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; j:long_name = "cell index along second dimension" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; int i(i) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; i:units = "1" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; i:long_name = "cell index along first dimension" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float lat(j, i) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat:standard_name = "latitude" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat:long_name = "latitude coordinate" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat:units = "degrees_north" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat:bounds = "lat_vertices" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float lon(j, i) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon:standard_name = "longitude" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon:long_name = "longitude coordinate" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon:units = "degrees_east" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon:bounds = "lon_vertices" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float lat_vertices(j, i, vertices) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat_vertices:units = "degrees_north" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float lon_vertices(j, i, vertices) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon_vertices:units = "degrees_east" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float sic(time, j, i) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:standard_name = "sea_ice_area_fraction" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:long_name = "Sea Ice Area Fraction" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:comment = "aice, CMIP5_table_comment: fraction of grid cell covered by sea ice." ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:units = "%" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:original_name = "aice" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:cell_methods = "time: mean (interval: 30 days)" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:cell_measures = "area: areacello" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:history = "2011-10-31T14:37:55Z altered by CMOR: replaced missing value flag (1e+30) with standard missing value (1e+20)." ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:missing_value = 1.e+20f ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:_FillValue = 1.e+20f ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:associated_files = "baseURL: <a href="http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation">http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation</a> gridspecFile: gridspec_seaIce_fx_CCSM4_historical_r0i0p0.nc areacello: a</div><div>reacello_fx_CCSM4_historical_r0i0p0.nc" ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sic:coordinates = "lat lon" ;</div><div><br></div><div>// global attributes:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :institution = "NCAR (National Center for Atmospheric Research) Boulder, CO, USA" ;</div><div>.</div><div>.</div><div>.</div><div><br></div><div apple-content-edited="true">
<div>*********************</div>
</div>
<br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div>**************************</div><div><i>Joyce Meyerson</i></div><div><i>UCLA</i></div><div><i>Dept. of Oceanic &amp; Atmospheric Sciences</i></div><div><span class="Apple-style-span" style="font-family: arial; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><i>7235 Math Science Bld.</i></span></div><div><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><i>Los Angeles, CA 90095-1565</i></span></font></div><div><i><a href="mailto:hobo@atmos.ucla.edu">hobo@atmos.ucla.edu</a></i></div></div></span>
</div>
<br></body></html>