Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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!
 
Top