I'm running a job using the B_1850_CAM5_CN compset, and setting numerous values in user_nl_cam. For the most part that works, however, when I set:
prescribed_ozone_datapath = '/project/projectdirs/ccsm1/inputdata/atm/cam/ozone'
prescribed_ozone_file = 'ozone_1.9x2.5_L26_1850-2005_c090803.nc'
prescribed_ozone_name = 'O3'
prescribed_ozone_type = 'INTERP_MISSING_MONTHS'
However, when I build the job, the following line shows up in both Buildconf/cam.buildnml.csh and $RUNDIR/atm_in
prescribed_ozone_cycle_yr = 1850
This results in this error:
ozone is prescribed in :ozone_1.9x2.5_L26_1850-2005_c090803.nc
ENDRUN:trcdata_init: Cannot specify data_cycle_yr if data type is not CYCLICAL
When I set:
tracer_cnst_datapath = '/project/projectdirs/ccsm1/inputdata/atm/cam/chem/trop_mozart_aero/oxid'
tracer_cnst_file = 'oxid_1.9x2.5_L26_1850-2005_c091123.nc'
tracer_cnst_filelist = 'oxid_1.9x2.5_L26_clim_list.c090805.txt'
tracer_cnst_specifier = 'O3','OH','NO3','HO2'
tracer_cnst_type = 'INTERP_MISSING_MONTHS'
However, when I build the job, the following line shows up in both Buildconf/cam.buildnml.csh and $RUNDIR/atm_in
tracer_cnst_cycle_yr = 1850
ENDRUN:trcdata_init: Cannot specify data_cycle_yr if data type is not CYCLICAL
In cesm1_0_6, it's easy enough to remove it from the cam.buildnml.csh file, and run. I'm very worried that this may not be fixed in later releases.
prescribed_ozone_datapath = '/project/projectdirs/ccsm1/inputdata/atm/cam/ozone'
prescribed_ozone_file = 'ozone_1.9x2.5_L26_1850-2005_c090803.nc'
prescribed_ozone_name = 'O3'
prescribed_ozone_type = 'INTERP_MISSING_MONTHS'
However, when I build the job, the following line shows up in both Buildconf/cam.buildnml.csh and $RUNDIR/atm_in
prescribed_ozone_cycle_yr = 1850
This results in this error:
ozone is prescribed in :ozone_1.9x2.5_L26_1850-2005_c090803.nc
ENDRUN:trcdata_init: Cannot specify data_cycle_yr if data type is not CYCLICAL
When I set:
tracer_cnst_datapath = '/project/projectdirs/ccsm1/inputdata/atm/cam/chem/trop_mozart_aero/oxid'
tracer_cnst_file = 'oxid_1.9x2.5_L26_1850-2005_c091123.nc'
tracer_cnst_filelist = 'oxid_1.9x2.5_L26_clim_list.c090805.txt'
tracer_cnst_specifier = 'O3','OH','NO3','HO2'
tracer_cnst_type = 'INTERP_MISSING_MONTHS'
However, when I build the job, the following line shows up in both Buildconf/cam.buildnml.csh and $RUNDIR/atm_in
tracer_cnst_cycle_yr = 1850
ENDRUN:trcdata_init: Cannot specify data_cycle_yr if data type is not CYCLICAL
In cesm1_0_6, it's easy enough to remove it from the cam.buildnml.csh file, and run. I'm very worried that this may not be fixed in later releases.