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.5 UV Nudging Run Error

Zhu Zhu

Zhu Zhu
New Member
Hello everyone,

I am trying to nudge U and V to the CAM6 in CESM2.1.5. I downloaded the MERRA2 data from NCAR RDA Dataset d313003. Then, I used the IPT tool (IPT/Meterological_Reanalysis_Data/Finite_volume_dycore/Gen_Data_f09 at master · NCAR/IPT) to interpolate and generate the nudging data. When I run the experiment at f09_g17 resolution (./create_newcase --case $CASEROOT --mach $MACH --res f09_g17 --compset B1850G --run-unsupported), nudging works normally. However, when I run it at f19_g17 resolution (./create_newcase --case $CASEROOT --mach $MACH --res f19_g17 --compset B1850G --run-unsupported), I encounter the following error:

calcsize j,iq,jac, lsfrm,lstoo 2 5 1 19 23
calcsize j,iq,jac, lsfrm,lstoo 2 5 2 19 23
Opened file UV_nudging_test0.cam.h1.0001-01-01-00000.nc to write 45
WARNING: Rearr optional argument is a pio2 feature, ignored in pio1
[node061:1051762:0:1051762] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14500c7a9338)
[node008:50849:0:50849] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x152578e3c938)
[node028:1726366:0:1726366] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x146f8841caf8)
[node048:1772257:0:1772257] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x154f0b092438)
[node061:1051763:0:1051763] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x154cf886ebf8)
[node008:50850:0:50850] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14cc9d48eaf8)
[node028:1726367:0:1726367] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x149814dfadb8)
[node048:1772258:0:1772258] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14de900f1c78)
[node061:1051764:0:1051764] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x153644a3a138)
[node008:50851:0:50851] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x1508db7b2cf8)
[node028:1726368:0:1726368] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x15000a0eadf8)
[node048:1772259:0:1772259] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x1547d674aff8)
[node061:1051765:0:1051765] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14efa9cdd1f8)
[node008:50852:0:50852] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14cbc55669f8)
[node028:1726369:0:1726369] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x1544e7268f38)
[node048:1772260:0:1772260] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x14a8e4a8cc38)
[node061:1051750:0:1051750] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x7ffccc11b388)
... ...

When generating nudging data for f19 resolution, I downloaded MERRA2 data at 1.9x2.5 resolution and changed fname_grid_info and fname_phis_output in generation script (Gen_MERRA2_fv19_32L_002.csh, attached below) as follows:
set fname_grid_info = '/mnt/f/Models/CESM2/nudging_input/grid_topo/b.e20.B1850.f19_g17.release_cesm2_1_0.020.cam.i.0301-01-01-00000.nc'
set fname_phis_output = '/mnt/f/Models/CESM2/nudging_input/grid_topo/fv_1.9x2.5_nc3000_Nsw084_Nrs016_Co120_Fi001_ZR_GRNL_031819.nc'

These two files are specified in the CAM namelist (the atm_in file for the f19_g17 case is attached below), so I think the generated nudging data should be compatible with the f19_g17 case. Information about the generated nudging data is attached bellow. When running experiment, the file name are changed from 2023 to 0001 to match the model year. I have no idea why this error happen. Any suggestion is helpful. Thanks!


Best,
Zhuzhu
 

Attachments

  • atm_in.txt
    22.3 KB · Views: 0
  • Gen_MERRA2_fv19_32L_002.csh.txt
    8.8 KB · Views: 0
  • ncdump.log.txt
    6.8 KB · Views: 0
Top