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

Generate_resolved.csh error for atm template with six tagged BC cam 5 run

I am using CAM5 to run F_SD_CAM5MAM3 with Black Carbon from six source regions tagged as different species on yellowstone. I attached my scripts I set the input with:.ncdata         = '/glade/p/cpnl0001/cesm_input_files/atm/cam/inic/fv/cami-mam3_0000-01-01_1.9x2.5_L56_c090306.nc'  I also add the additonal chem-input with: ./xmlchange -file env_conf.xml -id CAM_CONFIG_OPTS -val '-nlev 56 -offline_dyn -chem trop_mam3 -phys cam5 -NSOA '$NSOA' -NPOA '$NPOA' -NBC '$NBC' -fc mpiifort -cc mpicc -fflags -xHost -cflags -xHost -fflags -openmp -cflags -openmp -ldflags -openmp -fc_type intel -fc ifort ' However, when I configure the case, I got the following error **** FAILED **** pgf95 -O2 -c -g -Mfree -module /glade/u/home/stianye/CSM/tagtest/Buildconf/camconf/chem_proc -o /glade/u/home/stianye/CSM/tagtest/Buildconf/camconf/chem_proc/mozpp.mods.o /glade/u/home/stianye/cam_collections/cam5_1_00_aerocom_7modes_dev8_6bcflav1/models/atm/cam/chem_proc/src/cam_chempp/mozpp.mods.f ERROR: generate_resolved.csh error for atm template configure error: configure generated error in attempting to created resolved scripts  I checked online, it says :"indicates the generate_resolved.csh script failed in the atm template, which is the cam template for this compset. It also reports that the cam build-namelist step in the cam template failed at line 2019. In this case, CAM could not find a valid value of ncdata from its default_namelist.xml file. To fix this particular problem, the user can supply an alternative initial dataset and the update the value in either the CAM_CONFIG_OPTSvalues or in the SourceMods/src.cam/user_nl" I do not how to fix my problem then. Thanks a lot!
 

eaton

CSEG and Liaisons
If build-namelist was seeing the value you tried to specify for ncdata then it would not be trying to find a default value.  This indicates that build-namelist is not seeing your specification of ncdata.The xmlchange command to set CAM_CONFIG_OPTS does not look correct.  Have you checked that the  env_conf.xml contains the value you intended?The user_nl_cam file also looks incorrect.  The # token is not how to create comments in a namelist group. 
 

eaton

CSEG and Liaisons
If build-namelist was seeing the value you tried to specify for ncdata then it would not be trying to find a default value.  This indicates that build-namelist is not seeing your specification of ncdata.The xmlchange command to set CAM_CONFIG_OPTS does not look correct.  Have you checked that the  env_conf.xml contains the value you intended?The user_nl_cam file also looks incorrect.  The # token is not how to create comments in a namelist group. 
 

eaton

CSEG and Liaisons
If build-namelist was seeing the value you tried to specify for ncdata then it would not be trying to find a default value.  This indicates that build-namelist is not seeing your specification of ncdata.The xmlchange command to set CAM_CONFIG_OPTS does not look correct.  Have you checked that the  env_conf.xml contains the value you intended?The user_nl_cam file also looks incorrect.  The # token is not how to create comments in a namelist group. 
 
Hi!I want to tag black carbon from different source regions as you did. But I don't know how to specify their dry and wet depostions in the MAM3. So I was  wondering that if you could give me some advices! I have added these BC tracers into the chem_mech.in and specified their emissoins in the namelist.input. But I don't know how to specify their dry and wet depositions following the default bc . 
 
Hi!I want to tag black carbon from different source regions as you did. But I don't know how to specify their dry and wet depostions in the MAM3. So I was  wondering that if you could give me some advices! I have added these BC tracers into the chem_mech.in and specified their emissoins in the namelist.input. But I don't know how to specify their dry and wet depositions following the default bc . 
 
Hi!I want to tag black carbon from different source regions as you did. But I don't know how to specify their dry and wet depostions in the MAM3. So I was  wondering that if you could give me some advices! I have added these BC tracers into the chem_mech.in and specified their emissoins in the namelist.input. But I don't know how to specify their dry and wet depositions following the default bc . 
 
Top