sjc265@cornell_edu
New Member
If anyone is creating surface datasets in CESM1.2.0 or 1.2.2 (may also affect other CESM 1.2 versions), you may need to change the pathway to your ESMF_RefridWeightGen tool.When I was running mknoocnmap.pl, I received the following error message:./mkmapdata.sh: line 116: /glade/p/work/svasquez/ESMF620bs18-mpiuni/bin/ESMF_RegridWeightGen: No such file or directory I was able to execute mkmapdata.sh once I changed the following in models/lnd/clm/tools/shared/mkmapdata/mkmapdata.sh: if [ $mpitype = "mpiuni" ]; then #MY_ESMF_REGRID=/glade/p/work/svasquez/ESMF620bs18-mpiuni/bin/ESMF_RegridWeightGen MY_ESMF_REGRID=/glade/u/apps/opt/esmf/7.0.0-ncdfio/intel/12.1.5/bin/binO/Linux.intel.64.mpiuni.default/ESMF_RegridWeightGenelse #MY_ESMF_REGRID=/glade/p/work/svasquez/ESMF620bs18/bin/ESMF_RegridWeightGen MY_ESMF_REGRID=/glade/u/apps/opt/esmf/7.0.0-ncdfio/intel/12.1.5/bin/binO/Linux.intel.64.mpich2.default/ESMF_RegridWeightGen
fi
Hope this helps!
fi
Code: