CESM2.1 fail in run

I'm porting CESM2 with a new machine and after i executed case.sbmit, the case soon dropped.When i checked the cesm.log in CASE/archive/run, i found this below:
/public1/home/zhoucj/CESM/inputdata/atm/cam/ozone_strataero/ozone_strataero_cyc lical_WACCM6_L70_CMIP6-piControl.001_y21-50avg_zm_5day_c180802.nc      196608 WARNING: Rearr optional argument is a pio2 feature, ignored in pio1 WARNING: Rearr optional argument is a pio2 feature, ignored in pio1 WARNING: Rearr optional argument is a pio2 feature, ignored in pio1 WARNING: Rearr optional argument is a pio2 feature, ignored in pio1 WARNING: Rearr optional argument is a pio2 feature, ignored in pio1 NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Variable not found NetCDF: Unknown file format pio_support::pio_die:: myrank=          -1 : ERROR: ionf_mod.F90:         235 :   NetCDF: Unknown file format
I have no idea what's the problem.I build and run CESM2.1 with intel compiler-2017.5.239, intel mpi -2017.4.239 and netcdf 4.4.1 ,without pnetcdf.Machine system is slurm,my config_batch.xml and case.st_archive are setting as below:
sbatch        -S {{ shell }}       --nodes={{ num_nodes }}      --ntasks-per-node={{ tasks_per_node }}             sugon   
#SBATCH  --job-name=cesm2.1_190327_module.st_archive#SBATCH  --nodes=20#SBATCH  --ntasks-per-node=28#SBATCH  --output=cesm2.1_190327_module.st_archive   #SBATCH  --exclusive                          #SBATCH  --partition=sugon
Thanks for any help!
 

jedwards

CSEG and Liaisons
Staff member
Lets concentrate on this one test_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILrun: scripts_regression_tests.py J_TestCreateNewcase.test_a_createnewcase

 

jedwards

CSEG and Liaisons
Staff member
Lets concentrate on this one test_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILrun: scripts_regression_tests.py J_TestCreateNewcase.test_a_createnewcase

 
Back
Top