liangch@illinois_edu
New Member
Hi CESM users,
I am trying to run CESM2 with CAM-SE (--compset F2000climo --res ne16_g17). When I was checking the namelists by run .preview_namelists, I got this error:
out=CAM build-namelist - ERROR: No default value found for bnd_topo
So I added the topography file, but got the following error:
err=CAM build-namelist - ERROR: Use of topography not currently supported with SE dycore
Then I saw this in cesm/components/cam/bld/build-namelist
if ($dyn =~ /se/) {
## topography not supported for CESM2.0
if (!defined $use_topo_file or ($use_topo_file =~ m/$TRUE/io)) {
die "$ProgName - ERROR: Use of topography not currently supported with SE dycoren";
}
Does anyone know how to fix this problem?
Thank you!
-Liang
I am trying to run CESM2 with CAM-SE (--compset F2000climo --res ne16_g17). When I was checking the namelists by run .preview_namelists, I got this error:
out=CAM build-namelist - ERROR: No default value found for bnd_topo
So I added the topography file, but got the following error:
err=CAM build-namelist - ERROR: Use of topography not currently supported with SE dycore
Then I saw this in cesm/components/cam/bld/build-namelist
if ($dyn =~ /se/) {
## topography not supported for CESM2.0
if (!defined $use_topo_file or ($use_topo_file =~ m/$TRUE/io)) {
die "$ProgName - ERROR: Use of topography not currently supported with SE dycoren";
}
Does anyone know how to fix this problem?
Thank you!
-Liang