Hi, all,
I run a F case with res f05_g17, the driver is mct, but the error is appears,
ERROR: Need to provide valid mapping file between atm and ice in xml variable atm2ice_fmapname
when i set like this:
if [ $DOMAIN == glob ]; then
cat >> user_nl_cpl << EOF
ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
EOF
fi
or this
if [ $DOMAIN == glob ]; then
cat >> user_nl_cpl << EOF
./xmlchange ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
EOF
fi
or directly
./xmlchange ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
It is not work. Is there anyone know how to fix it!
I run a F case with res f05_g17, the driver is mct, but the error is appears,
ERROR: Need to provide valid mapping file between atm and ice in xml variable atm2ice_fmapname
when i set like this:
if [ $DOMAIN == glob ]; then
cat >> user_nl_cpl << EOF
ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
EOF
fi
or this
if [ $DOMAIN == glob ]; then
cat >> user_nl_cpl << EOF
./xmlchange ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
EOF
fi
or directly
./xmlchange ATM2ICE_FMAPNAME="/CCLM2_inputdata/cesm_inputdata/cpl/gridmaps/fv0.47x0.63/map_0.47x0.63_TO_gx1v7_aave.180517.nc"
It is not work. Is there anyone know how to fix it!