swieneke@meteo_uni-koeln_de
New Member
Hi all,
I hope someone can help me with the following Issue, because right now I´m really frustrated.
My goal is to run the CESM 1.0.4 with my own datasets. After several unsuccessful attempts I decided to run a supported single-point dataset first. Namely the 1x1_brazil dataset. But unfortunately this isn't working either.
My machine configuration:
./create_newcase -case brazil_test -res pt1_pt1 -compset I -mach tr32_pgi
cd brazil_test
./xmlchange -file env_conf.xml -id CLM_PT1_NAME -val 1x1_brazil
./configure -case
./brazil_test.tr32_pgi.build
./brazil_test.tr32_pgi.run
Thu Aug 23 13:23:28 CEST 2012 -- CSM EXECUTION BEGINS HERE
Thu Aug 23 13:23:30 CEST 2012 -- CSM EXECUTION HAS FINISHED
the run quit after a few seconds. The error occur when the cpl tries to initialize the atm component. The error message of the atm log is:
(datm_comp_init) atm_in = datm_atm_in
(datm_comp_init) decomp = 1d
(datm_comp_init) iradsw = 1
(datm_comp_init) factorFn = unused
(datm_comp_init) restfilm = undefined
(datm_comp_init) restfils = undefined
(datm_comp_init) presaero = T
(shr_strdata_readnml) reading input namelist file: datm_atm_in
(shr_stream_init) Reading file clm_qian.T62.stream.Solar.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file clm_qian.T62.stream.Precip.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file clm_qian.T62.stream.TPQW.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file presaero.stream.txt
(shr_file_freeUnit) unit 97 was not in use
(datm_comp_init) atm mode = CLMNCEP
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
('shr_map_getWts') ERROR: yd outside bounds -7.000000000000000
(shr_sys_abort) ERROR: ('shr_map_getWts') ERROR yd outside 90 degree bounds
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
I know that the longitudes are not allowed to be negative, but the latitudes too? And I worked with the supported data, so I don't think that the negative latitude is the problem. But what could it be then?
I hope someone can help me with the following Issue, because right now I´m really frustrated.
My goal is to run the CESM 1.0.4 with my own datasets. After several unsuccessful attempts I decided to run a supported single-point dataset first. Namely the 1x1_brazil dataset. But unfortunately this isn't working either.
My machine configuration:
Code:
<machine MACH="tr32_pgi"
DESC="TR32 Linux Cluster (pgi), 8 pes/node, batch system is PBS"
EXEROOT="$HOME/cesm1_0_4/$CASE"
OBJROOT="$EXEROOT"
INCROOT="$EXEROOT/lib/include"
DIN_LOC_ROOT_CSMDATA="$HOME/cesm1_0_4/inputdata"
DIN_LOC_ROOT_CLMQIAN="$HOME/cesm1_0_4/inputdata/atm_forcing.datm7.Qian.T62.c080727"
DOUT_S_ROOT="$HOME/cesm1_0_4/output/$CASE/"
DOUT_L_HTAR="FALSE"
DOUT_L_MSROOT="UNSET"
CCSM_BASELINE="$HOME/cesm1_0_4/ccsm_baselines"
CCSM_CPRNC="$HOME/cesm1_0_4/cprnc_64/cprnc"
OS="Linux.pgi"
BATCHQUERY="/usr/local/bin/qstat"
BATCHSUBMIT="/usr/local/bin/qsub"
GMAKE_J="1"
MAX_TASKS_PER_NODE="1"
MPISERIAL_SUPPORT="FALSE"
/>
./create_newcase -case brazil_test -res pt1_pt1 -compset I -mach tr32_pgi
cd brazil_test
./xmlchange -file env_conf.xml -id CLM_PT1_NAME -val 1x1_brazil
./configure -case
./brazil_test.tr32_pgi.build
./brazil_test.tr32_pgi.run
Thu Aug 23 13:23:28 CEST 2012 -- CSM EXECUTION BEGINS HERE
Thu Aug 23 13:23:30 CEST 2012 -- CSM EXECUTION HAS FINISHED
the run quit after a few seconds. The error occur when the cpl tries to initialize the atm component. The error message of the atm log is:
(datm_comp_init) atm_in = datm_atm_in
(datm_comp_init) decomp = 1d
(datm_comp_init) iradsw = 1
(datm_comp_init) factorFn = unused
(datm_comp_init) restfilm = undefined
(datm_comp_init) restfils = undefined
(datm_comp_init) presaero = T
(shr_strdata_readnml) reading input namelist file: datm_atm_in
(shr_stream_init) Reading file clm_qian.T62.stream.Solar.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file clm_qian.T62.stream.Precip.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file clm_qian.T62.stream.TPQW.txt
(shr_file_freeUnit) unit 97 was not in use
(shr_stream_init) Reading file presaero.stream.txt
(shr_file_freeUnit) unit 97 was not in use
(datm_comp_init) atm mode = CLMNCEP
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
(shr_strdata_init) calling shr_dmodel_mapSet for fill
(shr_strdata_init) calling shr_dmodel_mapSet for remap
('shr_map_getWts') ERROR: yd outside bounds -7.000000000000000
(shr_sys_abort) ERROR: ('shr_map_getWts') ERROR yd outside 90 degree bounds
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
I know that the longitudes are not allowed to be negative, but the latitudes too? And I worked with the supported data, so I don't think that the negative latitude is the problem. But what could it be then?