SOM input data error

Hi,
I ran the cesm1.2.0 with E1850CN compset.
It required an SOM input data being UNSET. So i made a directory

mkdir ../../SOM/UNSET

The model was built successfully.
But upon running, i get the following error.(shr_sys_abort) ERROR: (shr_stream_getCalendar)  ERROR: nf90_open file /mnt/lustre/cas2/casadi/ipd_E1850CN/ocn/docn7/SOM/UNSET
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
Rank 0 [Sun Jul 12 05:19:40 2015] [c6-0c2s0n0] application called MPI_Abort(MPI_COMM_WORLD, 1001) - process 0
forrtl: error (76): Abort trap signalI searched withvi Buildconf/ docn.input_data_listand found the followingdomain1 = /mnt/lustre/cas2/casadi/ipd_E1850CN/ocn/docn7/SOM/UNSET
file1 = /mnt/lustre/cas2/casadi/ipd_E1850CN/ocn/docn7/SOM/UNSET
domainfile = /mnt/lustre/cas2/casadi/ipd_E1850CN/share/domains/domain.ocn.gx1v6.090206.nc

Please help me in getting over thisThank you very much
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You shouldn't create a directory UNSET.Instead you need to change the variable  DOCN_SOM_FILENAME to the qfluxes you want to use.    ./xmlchange DOCN_SOM_FILENAME=your_qfluxes.nc  There is a  tool to create your own forcing on the release code repository. See FAQ at:https://bb.cgd.ucar.edu/faq-data-ocean-slab-mode-docn-som  
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You shouldn't create a directory UNSET.Instead you need to change the variable  DOCN_SOM_FILENAME to the qfluxes you want to use.    ./xmlchange DOCN_SOM_FILENAME=your_qfluxes.nc  There is a  tool to create your own forcing on the release code repository. See FAQ at:https://bb.cgd.ucar.edu/faq-data-ocean-slab-mode-docn-som  
 
Back
Top