wl@eimb_ru
Member
It produces very strange error:
PGFIO/stdio: No such file or directory
PGFIO-F-/unformatted read/unit=10/error code returned by host stdio - 2.
File name = b30.031.cpl6.r.0821-01-01-00000 unformatted, sequential access record = 2
In source file /home/veremeev/ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90, at line number 233
The coupler log contains (last lines)
(main) -------------------------------------------------------------------------
(main) get simulation start date
(main) -------------------------------------------------------------------------
(restart_readDate) restart type = branch => restart file specified by namelist variable
(restart_readDate) reading start date from restart file: b30.031.cpl6.r.0821-01-01-00000
However, the file exists, and the first record from it was read.
'write' statement, put on the line, next to 233 of the file ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90 confirms this.
The file is situated on the local filesystem, not NFS in the current working directory. This is confirmed with the getcwd subroutine.
I am its owner, it has rw-r--r-- attributes.
At the same time, restart files, created locally on this computer, are successfully read, and the model runs and doesn't produce errors.
I also tried the 'inquire' statement to get all possible file information.
The file exists, is opened, and is unformatted.
I also tried the to restart from the day 0881-01-01
The result is the same error.
My system configurations is listed here
http://bb.cgd.ucar.edu/showthread.php?t=320
After the compiler upgrade to 6.1-4 the error became much more strange:
PGFIO/stdio: Success
PGFIO-F-/unformatted read/unit=10/error code returned by host stdio - 0.
File name = b30.031.cpl6.r.0821-01-01-00000 unformatted, sequential access record = 2
In source file /home/veremeev/ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90, at line number 233
I have the following in the env_conf
setenv CASE case2
setenv CASESTR case2
setenv COMP_ATM cam
setenv COMP_LND clm
setenv COMP_ICE csim
setenv COMP_OCN pop
setenv COMP_CPL cpl
setenv CSIM_MODE prognostic
setenv GRID T31_gx3v5
setenv RUN_TYPE branch # [startup,hybrid,branch]
setenv RUN_STARTDATE 1991-01-01 # [yyyy-mm-dd]
setenv RUN_REFCASE b30.031 # [only applies to hybrid or branch runs]
setenv RUN_REFDATE 0821-01-01 # [only applies to hybrid or branch runs]
setenv IPCC_MODE OFF # [OFF, 1870_CONTROL, 1870_TO_PRESENT, RAMP_CO2_ONLY,
# FUTURE_A1, FUTURE_A2, FUTURE_B1, FUTURE_B2]
setenv RAMP_CO2_START_YMD 00000000 # Start date of CAM CO2 ramp in form YYYYMMDD
# This variable MUST be set if IPCC_MODE is RAMP_CO2_ONLY
# This variable is ignored if IPCC_MODE is not RAMP_CO2_ONLY
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv ATM_GRID `echo $GRID | sed s/_.*//`; setenv LND_GRID $ATM_GRID
setenv OCN_GRID `echo $GRID | sed s/.*_//`; setenv ICE_GRID $OCN_GRID
What's wrong??
PGFIO/stdio: No such file or directory
PGFIO-F-/unformatted read/unit=10/error code returned by host stdio - 2.
File name = b30.031.cpl6.r.0821-01-01-00000 unformatted, sequential access record = 2
In source file /home/veremeev/ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90, at line number 233
The coupler log contains (last lines)
(main) -------------------------------------------------------------------------
(main) get simulation start date
(main) -------------------------------------------------------------------------
(restart_readDate) restart type = branch => restart file specified by namelist variable
(restart_readDate) reading start date from restart file: b30.031.cpl6.r.0821-01-01-00000
However, the file exists, and the first record from it was read.
'write' statement, put on the line, next to 233 of the file ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90 confirms this.
The file is situated on the local filesystem, not NFS in the current working directory. This is confirmed with the getcwd subroutine.
I am its owner, it has rw-r--r-- attributes.
At the same time, restart files, created locally on this computer, are successfully read, and the model runs and doesn't produce errors.
I also tried the 'inquire' statement to get all possible file information.
The file exists, is opened, and is unformatted.
I also tried the to restart from the day 0881-01-01
The result is the same error.
My system configurations is listed here
http://bb.cgd.ucar.edu/showthread.php?t=320
After the compiler upgrade to 6.1-4 the error became much more strange:
PGFIO/stdio: Success
PGFIO-F-/unformatted read/unit=10/error code returned by host stdio - 0.
File name = b30.031.cpl6.r.0821-01-01-00000 unformatted, sequential access record = 2
In source file /home/veremeev/ccsm3_0/models/csm_share/cpl/cpl_iobin_mod.F90, at line number 233
I have the following in the env_conf
setenv CASE case2
setenv CASESTR case2
setenv COMP_ATM cam
setenv COMP_LND clm
setenv COMP_ICE csim
setenv COMP_OCN pop
setenv COMP_CPL cpl
setenv CSIM_MODE prognostic
setenv GRID T31_gx3v5
setenv RUN_TYPE branch # [startup,hybrid,branch]
setenv RUN_STARTDATE 1991-01-01 # [yyyy-mm-dd]
setenv RUN_REFCASE b30.031 # [only applies to hybrid or branch runs]
setenv RUN_REFDATE 0821-01-01 # [only applies to hybrid or branch runs]
setenv IPCC_MODE OFF # [OFF, 1870_CONTROL, 1870_TO_PRESENT, RAMP_CO2_ONLY,
# FUTURE_A1, FUTURE_A2, FUTURE_B1, FUTURE_B2]
setenv RAMP_CO2_START_YMD 00000000 # Start date of CAM CO2 ramp in form YYYYMMDD
# This variable MUST be set if IPCC_MODE is RAMP_CO2_ONLY
# This variable is ignored if IPCC_MODE is not RAMP_CO2_ONLY
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv ATM_GRID `echo $GRID | sed s/_.*//`; setenv LND_GRID $ATM_GRID
setenv OCN_GRID `echo $GRID | sed s/.*_//`; setenv ICE_GRID $OCN_GRID
What's wrong??