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

read_initial: model parameters do not match initial dataset parameters

Gary

Gary Cui
New Member
I'm using CESM1_2_2 and creating a new case: -compset F -res f45_g37
during ./F.run there is an error:
Opened existing file /home/gary/CESM/cesm1_2_2/exe/run/input_data/atm/cam/inic/fv/cami_0001-01-01_4x5_L26_c060608.nc 65536
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
Opened existing file /home/gary/CESM/cesm1_2_2/exe/run/input_data/atm/cam/topo/USGS-gtopo30_4x5_remap_c050520.nc 131072
NetCDF: Invalid dimension ID or name
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
(shr_sys_abort) ERROR: read_initial: model parameters do not match initial dataset parameters
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 288 plat = 192
Dataset Parameters: dlon = 72 dlat = 46
Is this the error causing by the above nc files? I re-download them but the error still exists.
And there is no error with -compset X.
Since I use -res f45_g37, the parameters should me 72 and 46. So where can I modify the model parameters to dataset paprameters?
Any help is appreciated.
 
Top