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: Need to provide valid mapping file between glc and ice in xml variable glc2ice_rmapname

hannay

Cecile Hannay
AMWG Liaison
Staff member
I am trying to extent a run.
/glade/p/cesmdata/cseg/runs/cesm2_0/b.e20.B1850.f09_g17.pi_control.all.297_revert125_alpha5_t1

The run was done a while ago and I need to recompile. When I try to recompile, I get the error message:
ERROR: Need to provide valid mapping file between glc and ice in xml variable glc2ice_rmapname

Any advice is appreciated.

---------

Building case in directory /glade/p/cesmdata/cseg/runs/cesm2_0/b.e20.B1850.f09_g17.pi_control.all.297_revert125_alpha5_t1
sharedlib_only is False
model_only is False
File /glade/p/cesmdata/cseg/runs/cesm2_0/b.e20.B1850.f09_g17.pi_control.all.297_revert125_alpha5_t1/LockedFiles/env_build.xml has been modified
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Generating component namelists as part of build
Creating component namelists
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/cam//cime_config/buildnml
...calling cam buildcpp to set build time options
CAM namelist copy: file1 /glade/p/cesmdata/cseg/runs/cesm2_0/b.e20.B1850.f09_g17.pi_control.all.297_revert125_alpha5_t1/Buildconf/camconf/atm_in file2 /glade/scratch/hannay/b.e20.B1850.f09_g17.pi_control.all.297_revert125_alpha5_t1/run/atm_in
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/clm//cime_config/buildnml
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/cice//cime_config/buildnml
...calling cice buildcpp to set build time options
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/pop//cime_config/buildnml
...calling pop buildcpp to set build time options

Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/mosart//cime_config/buildnml
Running /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/cism//cime_config/buildnml
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/components/ww3//cime_config/buildnml
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/cime/src/components/stub_comps/sesp/cime_config/buildnml
Calling /gpfs/fs1/work/hannay/cesm_tags/cesm2.0.0/cime/src/drivers/mct/cime_config/buildnml
ERROR: Need to provide valid mapping file between glc and ice in xml variable glc2ice_rmapname
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
The issue might be that I had to update the cime directory in my sandbox and the updated cime is not compatible with what is my case directory.

I don't think the value GLC2ICE_RMAPNAME is needed for my run but the model doesn't like what is in the file.
<entry id="GLC2ICE_RMAPNAME" value="idmap">

I replaced:
<entry id="GLC2ICE_RMAPNAME" value="idmap_ignore">
and it seems to compile.
 
Top