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

How do I set ndep_stream_nl in atm_in

Lumoss

Member
Hi, everyone

I encountered an error:

Code:
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Generating namelists for /home/cesm2_3_alpha17b/cime/scripts/mycase/FCnudged
  2024-07-07 12:31:11 atm
Create namelist for component cam
   Calling /home/cesm2_3_alpha17b/components/cam//cime_config/buildnml
ERROR: Command /home/cesm2_3_alpha17b/components/cam/bld/build-namelist -ntasks 112 -csmdata /home/cesminputdata -infile /home/cesm2_3_alpha17b/cime/scripts/mycase/FCnudged/Buildconf/camconf/namelist -start_ymd 20190701 -ignore_ic_date -use_case hist_trop_strat_nudged_cam6 -inputdata /home/cesm2_3_alpha17b/cime/scripts/mycase/FCnudged/Buildconf/cam.input_data_list -namelist " &atmexp  stream_ndep_year_first=1850 stream_ndep_year_last=2015 stream_ndep_year_align=1850 stream_ndep_data_filename='/home/cesminputdata/lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc' stream_ndep_mesh_filename='/home/cesminputdata/share/meshes/fv0.9x1.25_141008_polemod_ESMFmesh.nc'/"  -cmeps failed rc=127
out=
err=perl: symbol lookup error: /home/perl5/lib/perl5/x86_64-linux-thread-multi/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck

This might have something to do with the setup of ndep_stream_nl? But I can't change it in user_nl_cam. Does anyone know what I'm gonna do?

Best,
Lumos
 

Lumoss

Member
I found the reason because perl5 was set up incorrectly and it used the default version on my system.
 
Top