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

are there a hero who can resolve my problem?

hello
i run the case F_AMIP_CAM5 on generic IBM platform, the ccsm.log file seem that the ice/ocn mapping is wrong, there are the err information of ice.log as follow:
.This is the prescribed ice coverage option.
179 stream_year_first = 1850
180 stream_year_last = 2008
181 model_year_align = 1850
182 stream_fldVarName = ice_cov
183 stream_fldFileName = /dgpfs/fs1/bianlg/xinyf/cesm_input/cam5_input/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1
850_2008_c100127.nc
184 stream_domTvarName = time
185 stream_domXvarName = lon
186 stream_domYvarName = lat
187 stream_domFileName = /dgpfs/fs1/bianlg/xinyf/cesm_input/cam5_input/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1
850_2008_c100127.nc
188 prescribed_ice_fill= F
189
190 (shr_stream_set) size of filename = 1
191 (shr_stream_set) filename = /dgpfs/fs1/bianlg/xinyf/cesm_input/cam5_input/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1
850_2008_c100127.nc

192 (shr_strdata_print) ----------------------------------------------------------
193 (shr_strdata_print) name = SPRESICE data
194 (shr_strdata_print) dataMode = NULL
195 (shr_strdata_print) domainFile = null
196 (shr_strdata_print) nxg = 144
197 (shr_strdata_print) nyg = 96
198 (shr_strdata_print) io_type = 6
199 (shr_strdata_print) num_iotasks = 1
200 (shr_strdata_print) io_root = 0
201 (shr_strdata_print) io_stride = 4

the ocn.log file is as follow
(docn_comp_init) initialize gsmaps
45 (docn_comp_init) copy domains
46 (docn_comp_init) allocate AVs
47 (shr_dmodel_readLBUB) reading file: /dgpfs/fs1/bianlg/xinyf/cesm_input/cam5_input/atm/cam/sst/sst_HadOIBl_
bc_1.9x2.5_1850_2008_c100127.nc 1548
48 (shr_dmodel_readLBUB) reading file: /dgpfs/fs1/bianlg/xinyf/cesm_input/cam5_input/atm/cam/sst/sst_HadOIBl_
bc_1.9x2.5_1850_2008_c100127.nc 1549
49 (docn_comp_run) ocn: model date 19790101 0s
50 (docn_comp_init) docn_comp_init done

the cpl.log file is as follow
1 (seq_mct_drv) : Initializing merge components
492 (seq_mct_drv) : Initializing atm/ocn mapping
493 (seq_mct_drv) : Initializing ocn/ice mapping
494 (seq_mct_drv) : Initializing atm/ice mapping
495 (seq_mct_drv) : Initializing atm/lnd mapping
496 (seq_mct_drv) : Performing domain checking
497 (domain_check_mct) --- checking ocn/ice domains ---
498 (domain_check_grid_mct) the domain size is = 216
499 (domain_check_grid_mct) maximum difference for mask 0.00000000000000
500 (domain_check_grid_mct) maximum allowable difference for mask 0.100000000000000E-01
501 (domain_check_grid_mct) the domain size is = 216
502 (domain_check_grid_mct) maximum difference for lat 0.142108547152020E-13
503 (domain_check_grid_mct) maximum allowable difference for lat 0.100000000000000E-01
504 (domain_check_grid_mct) the domain size is = 216
505 (domain_check_grid_mct) maximum difference for lon 0.568434188608080E-13
506 (domain_check_grid_mct) maximum allowable difference for lon 0.100000000000000E-01
507 (domain_check_grid_mct) the domain size is = 216
508 (domain_check_grid_mct) maximum difference for area 0.108420217248550E-18
509 (domain_check_grid_mct) maximum allowable difference for area 0.100000000000000
510 (domain_check_mct) --- checking atm/land domains ---
511 (domain_check_grid_mct) the domain size is = 216
512 (domain_check_grid_mct) maximum difference for lat 0.156319401867222E-12
513 (domain_check_grid_mct) maximum allowable difference for lat 0.100000000000000E-11
514 (domain_check_grid_mct) the domain size is = 216
515 (domain_check_grid_mct) maximum difference for lon 0.568434188608080E-13
516 (domain_check_grid_mct) maximum allowable difference for lon 0.100000000000000E-11
517 (domain_check_grid_mct) the domain size is = 216
518 (domain_check_grid_mct) maximum difference for area 0.137045514042936E-09
519 (domain_check_grid_mct) maximum allowable difference for area 0.900000000000000E-06
520 (domain_check_mct) --- checking atm/ice domains ---
521 (domain_check_grid_mct) the domain size is = 216
522 (domain_check_grid_mct) maximum difference for lat 0.170530256582424E-12
523 (domain_check_grid_mct) maximum allowable difference for lat 0.100000000000000E-11

the ccsm.log file just give the segements faults,
how can i do?
thank you very much!
 
the dbx information as follow:
Segmentation fault in tracer_data.__tracer_data_MOD__&&_tracer_data.find_times at line 924 in file "/dgpfs/fs1/bianlg/xinyf/cesm1_0_1/models/atm/cam/src/chemistry/utils/tracer_data.F90"
924 if (next_tsize > 0) all_data_times(curr_tsize+1:all_tsize) = file%next_data_times(:)
 
Top