Error with mknoocnmap.pl: Replace pathway to ESMF_RegridWeightGen in CESM1.2

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
Code:
 
Hope this helps!
 
Back
Top