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

data size error in run regional simulation

xiaoxiaokuishu

Ru Xu
Member
Hi,all

I run a regional simulation with clm5.0 at 0.5deg,

./create_newcase --case /work/n02/n02/ruxu/cesm/CESM/runs/test-region.20250108-1520 --compset 2000_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV --res CLM_USRDAT -run-unsupported


The regional surfdata is create with the CTSM5.1

./subset_data region --create-surface --create-mesh --create-domain --create-user-mods --lat1 -16 --lat2 16 --lon1 100 --lon2 130 --overwrite --verbose --inputdata-dir /work/n02/n02/ruxu/cesm/CESM/cesm_inputdata --outdir /work/n02/n02/ruxu/cesm/CESM/cesm_inputdata/ my_data_ctsm5.1



The setting for the experiment is as follow,


MYCSMDATA=/work/n02/n02/ruxu/cesm/CESM/cesm_inputdata/my_data_ctsm5.1

./xmlchange ATM_DOMAIN_PATH=$MYCSMDATA,LND_DOMAIN_PATH=$MYCSMDATA

./xmlchange ATM_DOMAIN_FILE=domain.lnd.fv0.9x1.25_gx1v7_100.0-130.0_-16.0-16.0_c250101.nc

./xmlchange LND_DOMAIN_FILE=domain.lnd.fv0.9x1.25_gx1v7_100.0-130.0_-16.0-16.0_c250101.nc

./xmlchange LND_NX=34

./xmlchange LND_NY=25

./xmlchange ATM_NX=34

./xmlchange ATM_NY=25



Then I mofify the path under the below files: (all the files are attached):

user_datm.streams.txt.CLMGSWP3v1.Precip

user_datm.streams.txt.CLMGSWP3v1.Solar

user_datm.streams.txt.CLMGSWP3v1.TPQW



When I start the simulation, the atm.log reported the below error:

(shr_dmodel_readstrm) file lb: /work/n02/n02/ruxu/cesm/CESM/cesm_inputdata//atm/datm7/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1993-01.nc 1

(shr_dmodel_readstrm) ERROR in data sizes 720 360 248 850

ERROR: (shr_dmodel_readstrm) ERROR in data sizes


It seems that the forcing data is global, but I run regional simulation, according to our previous discussion, the regional simulation should use the global forcing? I am wonder if I miss some settings specificlly for regional simulation. When I set --res CLM_USRDAT, the same error existed.


Best
 

Attachments

  • error_file.zip
    22.8 KB · Views: 1

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I think the problem is that you've replaced the GSWP3 domain file in your user datm streams with this file: domain.lnd.fv0.9x1.25_gx1v7_100.0-130.0_-16.0-16.0_c250101.nc. You should use the default GSWP3 global domain file. And if you are using the default GSWP3 forcing you shouldn't need to create user datm streams at all.
 
Top