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

need help in cam4

i got some error reports during running cam4
inside the out.*** file

1: Opened existing file /blhome/weiyeyao/initial_data/sldT063L55_hs_nd_nE_1hPa_p112_i.cam2.i.0015-01-01-00000.nc 60
1: pio_support::pio_die:: myrank= 1 : ERROR: nf_mod.F90: 1055 : Invalid dimension id or name
1:
1: Traceback:
1: Offset 0x00000c2c in procedure __pio_support_NMOD_piodie, near line 88 in file pio_support.F90.in
1: Offset 0x000001d0 in procedure __pio_utils_NMOD_check_netcdf, near line 62 in file /blhome/weiyeyao/cam4_9_02/models/util
s/pio/pio_utils.F90
1: Offset 0x000001ac in procedure __nf_mod_NMOD_pio_inq_dimid, near line 1055 in file /blhome/weiyeyao/cam4_9_02/models/util
s/pio/nf_mod.F90
1: Offset 0x00000c5c in procedure __readinitial_NMOD_read_initial, near line 99 in file /blhome/weiyeyao/cam4_9_02/models/at
m/cam/src/control/readinitial.F90
1: Offset 0x00000120 in procedure __startup_initialconds_NMOD_setup_initial, near line 87 in file /blhome/weiyeyao/cam4_9_02
/models/atm/cam/src/control/startup_initialconds.F90
1: Offset 0x00000090 in procedure __inital_NMOD_cam_initial, near line 103 in file /blhome/weiyeyao/cam4_9_02/models/atm/cam
/src/dynamics/fv/inital.F90
1: Offset 0x000002f8 in procedure __cam_comp_NMOD_cam_init, near line 147 in file /blhome/weiyeyao/cam4_9_02/models/atm/cam/
src/control/cam_comp.F90
1: Offset 0x000006ec in procedure __atm_comp_mct_NMOD_atm_init_mct, near line 273 in file /blhome/weiyeyao/cam4_9_02/models/
atm/cam/src/cpl_mct/atm_comp_mct.F90
1: Offset 0x0001d388 in procedure ccsm_driver, near line 630 in file /blhome/weiyeyao/cam4_9_02/models/drv/driver/ccsm_drive
r.F90
1: --- End of call chain ---
ERROR: 0031-250 task 1: IOT/Abort trap
ERROR: 0031-250 task 3: Terminated
ERROR: 0031-250 task 7: Terminated
ERROR: 0031-250 task 2: Terminated
ERROR: 0031-250 task 5: Terminated
ERROR: 0031-250 task 4: Terminated
ERROR: 0031-250 task 0: Terminated
ERROR: 0031-250 task 6: Terminated


I tried another initial data file, and it still have this kind of errors

Any idea what had happened?

Thank you very much!
 

eaton

CSEG and Liaisons
The failure is from line 99 in readinitial.F90. That line is trying to get a dimension id for the variable 'slon'. slon is only going to be present in initial files for the FV dycore. From the name of your initial file it appears to be from an SLD dycore run. You can't initialize an FV dycore run with an SLD initial file.
 
Top