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

Segmentation error while using E_2000_CN_GLC (EGCN)

Hi everyone,I am getting a segmentation error while running cesm 1.0.3 using E_2000_CN_GLC (EGCN).The error message shown is :orrtl: severe (174): SIGSEGV, segmentation fault occurred
Image              PC                Routine            Line        Source
ccsm.exe           0000000000D443C5  ice_transport_rem         663  ice_transport_remap.F90
ccsm.exe           0000000000D32881  ice_transport_dri         537  ice_transport_driver.F90
ccsm.exe           0000000000D0F543  ice_step_mod_mp_s         676  ice_step_mod.F90
ccsm.exe           0000000000C67210  ice_comp_mct_mp_i         531  ice_comp_mct.F90
ccsm.exe           0000000000406540  ccsm_comp_mod_mp_        1759  ccsm_comp_mod.F90
ccsm.exe           000000000041681D  MAIN__                     91  ccsm_driver.F90
ccsm.exe           0000000000404C4C  Unknown               Unknown  Unknown
libc.so.6          000000330FE1D994  Unknown               Unknown  Unknown
ccsm.exe           0000000000404B59  Unknown               Unknown  Unknown

could you please guide me in sorting out this error.Thanks in advanceAngshuman.
 

dbailey

CSEG and Liaisons
Staff member
Hello,
This is aborting in the CICE model. What is the SOM forcing you are using? What was the -res argument in create_newcase?
Regards,
Dave
 

dbailey

CSEG and Liaisons
Staff member
Hello,
This is aborting in the CICE model. What is the SOM forcing you are using? What was the -res argument in create_newcase?
Regards,
Dave
 
Hello dbailey,
Thanks for the reply. SOM forcing that i am using is pop_frc.1x1d.090130.nc taken from docn namelist file and -res argument used is f19_f19
set exedir = $RUNDIR; cd $exedir

set mod_dompath = $DIN_LOC_ROOT/atm/cam/ocnfrac
set mod_domfile = domain.camocn.1.9x2.5_gx1v6_090403.nc
set dat_dompath = $DIN_LOC_ROOT/ocn/docn7/SOM
set dat_domfile = pop_frc.1x1d.090130.nc
set dat_datpath = $DIN_LOC_ROOT/ocn/docn7/SOM
set dat_datfile = pop_frc.1x1d.090130.nc

set DOMAINFILE = ${mod_dompath}/${mod_domfile}
set DATAMODE = SOM
set year_align = 1
set year_start = 1
set year_end = 1
set STREAM = SOM
set STREAM1TXT = docn.stream.txt

#--- create namelist files ---
cat >! docn_in ! docn_ocn_in ! $STREAM1TXT
! $CASEBUILD/docn.input_data_list
$UTILROOT/Tools/listfilesin_streams -input_data_list -t $STREAM1TXT >> $CASEBUILD/docn.input_data_list



Regards
Angshuman.
 
Hello dbailey,
Thanks for the reply. SOM forcing that i am using is pop_frc.1x1d.090130.nc taken from docn namelist file and -res argument used is f19_f19
set exedir = $RUNDIR; cd $exedir

set mod_dompath = $DIN_LOC_ROOT/atm/cam/ocnfrac
set mod_domfile = domain.camocn.1.9x2.5_gx1v6_090403.nc
set dat_dompath = $DIN_LOC_ROOT/ocn/docn7/SOM
set dat_domfile = pop_frc.1x1d.090130.nc
set dat_datpath = $DIN_LOC_ROOT/ocn/docn7/SOM
set dat_datfile = pop_frc.1x1d.090130.nc

set DOMAINFILE = ${mod_dompath}/${mod_domfile}
set DATAMODE = SOM
set year_align = 1
set year_start = 1
set year_end = 1
set STREAM = SOM
set STREAM1TXT = docn.stream.txt

#--- create namelist files ---
cat >! docn_in ! docn_ocn_in ! $STREAM1TXT
! $CASEBUILD/docn.input_data_list
$UTILROOT/Tools/listfilesin_streams -input_data_list -t $STREAM1TXT >> $CASEBUILD/docn.input_data_list



Regards
Angshuman.
 

dbailey

CSEG and Liaisons
Staff member
Aha. Please read the DOCN documentation at:
http://www.cesm.ucar.edu/models/cesm1.0/data8/data8_doc/c570.html#docn
The resolution combination is not really recommended for the SOM. One should use a native POP/CICE resolution as these are the grids where the SOM forcing comes from in the CESM1. Also, you will need to derive your own SOM forcing file that is appropriate for your purpose. We have some available from our standard 1850 control runs at:
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/
The userid and password are the same as for the release repository.
Regards,
Dave
 

dbailey

CSEG and Liaisons
Staff member
Aha. Please read the DOCN documentation at:
http://www.cesm.ucar.edu/models/cesm1.0/data8/data8_doc/c570.html#docn
The resolution combination is not really recommended for the SOM. One should use a native POP/CICE resolution as these are the grids where the SOM forcing comes from in the CESM1. Also, you will need to derive your own SOM forcing file that is appropriate for your purpose. We have some available from our standard 1850 control runs at:
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/
The userid and password are the same as for the release repository.
Regards,
Dave
 
Top