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

topography not supported for CESM2.0 Spectral Element dycore

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
 

eaton

CSEG and Liaisons
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography).  More complete support for the SE dycore is expected in a future CESM2 release. 
 

eaton

CSEG and Liaisons
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography).  More complete support for the SE dycore is expected in a future CESM2 release. 
 

eaton

CSEG and Liaisons
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography).  More complete support for the SE dycore is expected in a future CESM2 release. 
 

eaton

CSEG and Liaisons
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography).  More complete support for the SE dycore is expected in a future CESM2 release. 
 

eaton

CSEG and Liaisons
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography).  More complete support for the SE dycore is expected in a future CESM2 release. 
 

BoHuang

New Member
The version of SE in the current cesm2.1 release is not officially supported, but it can be run with the simple model configurations (no topography). More complete support for the SE dycore is expected in a future CESM2 release.

Dear Eaton,

have this problem fixed in the new CESM version? I meet the same problem when I build the simulation with FWHIST_BGC component. However, I found Gettelman (2018) mentioned the CAM6 is work with full physics. Could you help me? Thank you very much.

(Gettelman, A., P. Callaghan, V. E. Larson, C. M. Zarzycki, J. T. Bacmeister, P. H. Lauritzen, P. A. Bogenschutz, and R. B. Neale, 2018: Regional Climate Simulations With the Community Earth System Model. J Adv Model Earth Sy, 10, 1245-1265.

Regards,
Bo
 
Top