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

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

 
Top