belmasri@murraystate_edu
New Member
Hi, I am trying to run CLM for a regional area (10x10 degrees). I am still new to CLM and the online user guide points to a get_regional.pl tool that is not available in the cesm1_2_2 version.I realized that mknoocamp.pl can be used to create the subset data, but it looks like there is a bug in the options of this tool.Below is the options I used:./mknoocnmap.pl -p 35,265 -n $GRIDNAME -dx 10 -dy 10 -nx 50 -ny 50This should create a 10x10 degrees grid with a 0.2 resolution. The error generated is:ERROR: unrecognized arguments: 10If I delete the space between -dx and 10 (as shown below) the tool will work, but only creating 10 degrees longitude grid and the default 0.1 degree latitude (10x0.1) region../mknoocnmap.pl -p 35,265 -n $GRIDNAME -dx10 -dy 10 -nx 50 -ny 50 Does anyone have any idea about this error? Thanks for your help, Bassil