I'm using CESM1_2_2 and creating a new case: -compset F -res f45_g37
during ./F.run there is an error:
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.
during ./F.run there is an error:
Is this the error causing by the above nc files? I re-download them but the error still exists.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
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.