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

How set multiyear input data in docn

link@tamu_edu

New Member
How to set option for multiyear input data in docn ? The case is fc5, and the file 'docn.buildnml.csh' is changed as:#! /bin/csh -fset exedir = $RUNDIR; cd $exedirset mod_dompath = $DIN_LOC_ROOT/ocn/docn7
set mod_domfile = domain.ocn.tx0.1v2_090218.nc
set dat_dompath = /scratch/link/cesm/fc5/SourceMods/src.docn
set dat_domfile = docn.2000_2012.nc
set dat_datpath = /scratch/link/cesm/fc5/SourceMods/src.docn
set dat_datfile = docn.2000_2012.ncset DOMAINFILE = ${mod_dompath}/${mod_domfile}
set DATAMODE = SSTDATA
set year_align = 1
set year_start = 1
set year_end = 1
set STREAM = HURRELL
set STREAM1TXT = docn.stream.txt#--- create namelist files ---
cat >! docn_in ! $STREAM1TXT
! $CASEBUILD/docn.input_data_list
$UTILROOT/Tools/listfilesin_streams -input_data_list -t $STREAM1TXT >> $CASEBUILD/docn.input_data_listThe error is (shr_sys_abort) ERROR: (shr_stream_getCalendar) ERROR: nf90_inq_varid
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stoppingIt seems the model was reading  climat data not multiyear data. How to set multiyear option for docn ?Thanks,Link 
 
Top