How do I tell CESM the grid parameters of the target data I want to use for nudging? There is a mismatch problem:
print*,'Mismatch ',Nudge_nlon,nlon
print*,'Mismatch ',Nudge_nlat,nlat
print*,'Mismatch ',plev,pver
Mismatch 288 576
Mismatch 192 361
Mismatch 42 32
ERROR: nudging_update_analyses_fv: analyses dimension mismatch
print*,'Mismatch ',Nudge_nlon,nlon
print*,'Mismatch ',Nudge_nlat,nlat
print*,'Mismatch ',plev,pver
Mismatch 288 576
Mismatch 192 361
Mismatch 42 32
ERROR: nudging_update_analyses_fv: analyses dimension mismatch