Currently, I am using the BHIST case with a resolution of f09g17. Then, I am running the hybrid simulation from the 2000 restart file and have modified some forcings to be fixed at the value of 2000.
After submitting, the program terminated and reported an error: Aborted (1001) on node 254 (rank 254 in comm 0): The application called MPI_Abort(MPI_COMM_WORLD, 1001)
The error message in lnd.log is: check_weights ERROR: at l = 93 total PFT weight is
0.999972310011532 active_only = F
Is this a problem with the initialization of the clm module? How to solve it?
I added this sentence to the namelists:
&clm_inparm
! finidat = '/share/project/cesm/inputdata/lnd/clm2/initdata_map/clmi.BHIST.2000-01-01.0.9x1.25_gx1v7_simyr2000_c200728.nc'
fsurdat = '/share/project/cesm/inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr2000_c190214.nc' check_finidat_year_consistency = .false.
use_init_interp = .true.
check_finidat_pct_consistency = .false.
In addition, I attempted to modify the cam, and the fixed forcing is as follows:
&chem_inparm
ext_frc_cycle_yr = 2000
ext_frc_type = 'CYCLICAL'
srf_emis_cycle_yr = 2000
srf_emis_type = 'CYCLICAL'
tracer_cnst_cycle_yr = 2000
tracer_cnst_type = 'CYCLICAL'
When I changed the year, I tried to change it to 2006, but it gave an error and displayed:
/share/project/cesm/inputdata/atm/cam/tracer_cnst/tracer_cnst_halons_3D_L70_184
9-2015_CMIP6ensAvg_c180927.nc
open_trc_datafile: cycle year not found : 2006
ERROR:
open_trc_datafile: cycle year not found /share/project/cesm/inputdata/atm/cam/t
racer_cnst/tracer_cnst_halons_3D_L70_1849-2015_CMIP6ensAvg_c180927.nc
What is the reason for this?
After submitting, the program terminated and reported an error: Aborted (1001) on node 254 (rank 254 in comm 0): The application called MPI_Abort(MPI_COMM_WORLD, 1001)
The error message in lnd.log is: check_weights ERROR: at l = 93 total PFT weight is
0.999972310011532 active_only = F
Is this a problem with the initialization of the clm module? How to solve it?
I added this sentence to the namelists:
&clm_inparm
! finidat = '/share/project/cesm/inputdata/lnd/clm2/initdata_map/clmi.BHIST.2000-01-01.0.9x1.25_gx1v7_simyr2000_c200728.nc'
fsurdat = '/share/project/cesm/inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr2000_c190214.nc' check_finidat_year_consistency = .false.
use_init_interp = .true.
check_finidat_pct_consistency = .false.
In addition, I attempted to modify the cam, and the fixed forcing is as follows:
&chem_inparm
ext_frc_cycle_yr = 2000
ext_frc_type = 'CYCLICAL'
srf_emis_cycle_yr = 2000
srf_emis_type = 'CYCLICAL'
tracer_cnst_cycle_yr = 2000
tracer_cnst_type = 'CYCLICAL'
When I changed the year, I tried to change it to 2006, but it gave an error and displayed:
/share/project/cesm/inputdata/atm/cam/tracer_cnst/tracer_cnst_halons_3D_L70_184
9-2015_CMIP6ensAvg_c180927.nc
open_trc_datafile: cycle year not found : 2006
ERROR:
open_trc_datafile: cycle year not found /share/project/cesm/inputdata/atm/cam/t
racer_cnst/tracer_cnst_halons_3D_L70_1849-2015_CMIP6ensAvg_c180927.nc
What is the reason for this?