I'm running D compset using CESM 1.3 for a comparison of high and low resolution CICE4.0 model results.
I've been running the low resolution (ne30_g16) experiment for 30 years, using atmospheric forcing from COREv2 (Normal year forcing) and oceanic forcing from SOM (slab ocean mode, pop_frc.gx1v6.100513).
When I just change the resolution to ne120_t12, the model crash with error in my docn log file (ocn.log.240521-194504.txt), which shows "
(shr_map_checkGrids_global) ERROR Xsrc not monotonic 1 321.6875089518 320.5625089205
(shr_map_checkGrids_global) ERROR Xsrc not regular lat,lon 1 188 320.5625114233 320.5625114233
(shr_map_checkGrids_global) ERROR Ysrc not regular lat,lon 36 1 -79.22052259842 -79.22052260746" .
The last file checked was pop_frc.gx1v6.100513. I regridded this data to regular lonlat grid (1 degree * 1 degree), then i got another error in my cesm.log (cesm.log.240521-202904.txt) and ice.log (ice.log.240521-202904.txt), which shows "
Warning: Departure points out of bounds in remap
my_task, i, j = 0 34 33
dpx, dpy = -68931.1816254745 -68960.8006785996
HTN(i,j), HTN(i+1,j) = 2474.16759461183 2474.16759461167
HTE(i,j), HTE(i,j+1) = 4698.56305327491 4698.56305327633
istep1, my_task, iblk = 1 0 1
Global block: 18
Global i and j: 645 32
ERROR: remap transport: bad departure points"
I found a thread (FAQ: Dynamic convergence errors.) which reported this problem. Following the guide, I set ATM_NCPL = ICE_NCPL = 288 in env_run.xml and xndt_dyn = 5.0, but the error persists.
I attached the related log files.
Any comments are highly appreciated!
I've been running the low resolution (ne30_g16) experiment for 30 years, using atmospheric forcing from COREv2 (Normal year forcing) and oceanic forcing from SOM (slab ocean mode, pop_frc.gx1v6.100513).
When I just change the resolution to ne120_t12, the model crash with error in my docn log file (ocn.log.240521-194504.txt), which shows "
(shr_map_checkGrids_global) ERROR Xsrc not monotonic 1 321.6875089518 320.5625089205
(shr_map_checkGrids_global) ERROR Xsrc not regular lat,lon 1 188 320.5625114233 320.5625114233
(shr_map_checkGrids_global) ERROR Ysrc not regular lat,lon 36 1 -79.22052259842 -79.22052260746" .
The last file checked was pop_frc.gx1v6.100513. I regridded this data to regular lonlat grid (1 degree * 1 degree), then i got another error in my cesm.log (cesm.log.240521-202904.txt) and ice.log (ice.log.240521-202904.txt), which shows "
Warning: Departure points out of bounds in remap
my_task, i, j = 0 34 33
dpx, dpy = -68931.1816254745 -68960.8006785996
HTN(i,j), HTN(i+1,j) = 2474.16759461183 2474.16759461167
HTE(i,j), HTE(i,j+1) = 4698.56305327491 4698.56305327633
istep1, my_task, iblk = 1 0 1
Global block: 18
Global i and j: 645 32
ERROR: remap transport: bad departure points"
I found a thread (FAQ: Dynamic convergence errors.) which reported this problem. Following the guide, I set ATM_NCPL = ICE_NCPL = 288 in env_run.xml and xndt_dyn = 5.0, but the error persists.
I attached the related log files.
Any comments are highly appreciated!