debasish@gi_alaska_edu
New Member
Hi all,
I am running the CCSM3.0 in unix sysrem. I have allready done my simulation up to 1994 starting form 1950. But simulation was stopped due to not enough space. Now I am trying restart the simulation but after reconfiguring when I am trying to built CCSM in my system I have got a error massege are given below,
iceberg1 237% cat log.b
-------------------------------------------------------------------------
Preparing T42_gx1v3 component models for execution
-------------------------------------------------------------------------
- Create execution directories for atm,cpl,lnd,ice,ocn
- If a restart run then copy restart files into executable directory
ccsm_getrestart: get /wrkdir/paimazum/TEST2 restarts from /wrkdir/paimazum/archive/TEST2/restart
- Check validity of configuration
- Determine if build must happen (env variable BLDTYPE)
- Build flag (BLDTYPE) is FALSE
- Build Libraries: esmf, mph, mct
Mon Jul 31 15:06:31 ADT 2006 esmf.buildlib.060731-150608
Mon Jul 31 15:06:31 ADT 2006 mph.buildlib.060731-150608
Mon Jul 31 15:06:32 ADT 2006 mct.buildlib.060731-150608
- Create model directories for each platform
- Determine if models must be rebuilt
- Build model executables, create namelist files, prestage input data
Mon Jul 31 15:06:32 ADT 2006 /wrkdir/paimazum/TEST2/cpl/cpl.log.060731-150608
Mon Jul 31 15:06:32 ADT 2006 /wrkdir/paimazum/TEST2/cpl/cpl.buildexe.060731-150608
Mon Jul 31 15:06:34 ADT 2006 /wrkdir/paimazum/TEST2/ice/ice.log.060731-150608
Mon Jul 31 15:06:34 ADT 2006 /wrkdir/paimazum/TEST2/ice/ice.buildexe.060731-150608
ERROR: csim.buildexe.csh failed, see ice.buildexe.060731-150608
ERROR: cat /wrkdir/paimazum/TEST2/ice/ice.buildexe.060731-150608
[1] + Exit 99 ./TEST2.iceberg.build >& log.b
In file "ice.buildexe.060731-150608 " the error massege is
ERROR:csim excutalbe not aviable, check SETBLD
configure of my env_run is givrn below,
#! /bin/csh -f
# Documentation of following environment varibles is provided in env.readme
setenv RESUBMIT 1 # if RESUBMIT is > 0, then will resubmit
setenv CCSMROOT /gpfsu/u1/uaf/paimazum/CAMP/ccsm3.0
setenv CASEROOT /u1/uaf/paimazum/CAMP/TEST2
setenv CONTINUE_RUN TRUE # [TRUE, FALSE]
setenv SETBLD AUTO # [AUTO, TRUE, FALSE]
setenv STOP_OPTION nmonths # [ndays,nmonths,daily,monthly,yearly]
setenv STOP_N 1
setenv REST_OPTION $STOP_OPTION
setenv REST_N $STOP_N
setenv INFO_DBUG 1 # [0,1,2,3]
setenv DEBUG FALSE # [TRUE, FALSE]
set OCN_TRACER_MODULES = (iage) # [(iage), (iage cfc),(cfc),( )]
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user may edit these)
#=========================================================================
# BUILD TYPE
if ($SETBLD =~ AUTO*) then
setenv BLDTYPE TRUE
if ($CONTINUE_RUN == 'TRUE') setenv BLDTYPE FALSE
else
setenv BLDTYPE $SETBLD
endif
# COUPLER HISTORY/DIAG NAMELIST SETTING
setenv HIST_OPTION never
setenv HIST_N -999 # unused
setenv HIST_64BIT .false. # use 32-bit (default behavior)
setenv AVHIST_OPTION never
setenv AVHIST_N -999 # unused
setenv DIAG_OPTION nmonths
setenv DIAG_N 1 # current favorite value
setenv LOGDIR "" # save extra copy of log files here
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv CONTINUE_RUN `echo $CONTINUE_RUN | tr '[a-z]' '[A-Z]'`
setenv SETBLD `echo $SETBLD | tr '[a-z]' '[A-Z]'`
setenv DEBUG `echo $DEBUG | tr '[a-z]' '[A-Z]'`
setenv UTILROOT $CCSMROOT/scripts/ccsm_utils # root directory for ccsm script utilities
setenv CODEROOT $CCSMROOT/models # model source code root directory
setenv CSMUTL $CCSMROOT/models/utils # model util code root directory
setenv SHAREROOT $CCSMROOT/models/csm_share # model code shared code directory
setenv BLDROOT $CCSMROOT/models/bld # makefiles are here
Kinly help me in this regards.
thanks
Debasish
I am running the CCSM3.0 in unix sysrem. I have allready done my simulation up to 1994 starting form 1950. But simulation was stopped due to not enough space. Now I am trying restart the simulation but after reconfiguring when I am trying to built CCSM in my system I have got a error massege are given below,
iceberg1 237% cat log.b
-------------------------------------------------------------------------
Preparing T42_gx1v3 component models for execution
-------------------------------------------------------------------------
- Create execution directories for atm,cpl,lnd,ice,ocn
- If a restart run then copy restart files into executable directory
ccsm_getrestart: get /wrkdir/paimazum/TEST2 restarts from /wrkdir/paimazum/archive/TEST2/restart
- Check validity of configuration
- Determine if build must happen (env variable BLDTYPE)
- Build flag (BLDTYPE) is FALSE
- Build Libraries: esmf, mph, mct
Mon Jul 31 15:06:31 ADT 2006 esmf.buildlib.060731-150608
Mon Jul 31 15:06:31 ADT 2006 mph.buildlib.060731-150608
Mon Jul 31 15:06:32 ADT 2006 mct.buildlib.060731-150608
- Create model directories for each platform
- Determine if models must be rebuilt
- Build model executables, create namelist files, prestage input data
Mon Jul 31 15:06:32 ADT 2006 /wrkdir/paimazum/TEST2/cpl/cpl.log.060731-150608
Mon Jul 31 15:06:32 ADT 2006 /wrkdir/paimazum/TEST2/cpl/cpl.buildexe.060731-150608
Mon Jul 31 15:06:34 ADT 2006 /wrkdir/paimazum/TEST2/ice/ice.log.060731-150608
Mon Jul 31 15:06:34 ADT 2006 /wrkdir/paimazum/TEST2/ice/ice.buildexe.060731-150608
ERROR: csim.buildexe.csh failed, see ice.buildexe.060731-150608
ERROR: cat /wrkdir/paimazum/TEST2/ice/ice.buildexe.060731-150608
[1] + Exit 99 ./TEST2.iceberg.build >& log.b
In file "ice.buildexe.060731-150608 " the error massege is
ERROR:csim excutalbe not aviable, check SETBLD
configure of my env_run is givrn below,
#! /bin/csh -f
# Documentation of following environment varibles is provided in env.readme
setenv RESUBMIT 1 # if RESUBMIT is > 0, then will resubmit
setenv CCSMROOT /gpfsu/u1/uaf/paimazum/CAMP/ccsm3.0
setenv CASEROOT /u1/uaf/paimazum/CAMP/TEST2
setenv CONTINUE_RUN TRUE # [TRUE, FALSE]
setenv SETBLD AUTO # [AUTO, TRUE, FALSE]
setenv STOP_OPTION nmonths # [ndays,nmonths,daily,monthly,yearly]
setenv STOP_N 1
setenv REST_OPTION $STOP_OPTION
setenv REST_N $STOP_N
setenv INFO_DBUG 1 # [0,1,2,3]
setenv DEBUG FALSE # [TRUE, FALSE]
set OCN_TRACER_MODULES = (iage) # [(iage), (iage cfc),(cfc),( )]
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user may edit these)
#=========================================================================
# BUILD TYPE
if ($SETBLD =~ AUTO*) then
setenv BLDTYPE TRUE
if ($CONTINUE_RUN == 'TRUE') setenv BLDTYPE FALSE
else
setenv BLDTYPE $SETBLD
endif
# COUPLER HISTORY/DIAG NAMELIST SETTING
setenv HIST_OPTION never
setenv HIST_N -999 # unused
setenv HIST_64BIT .false. # use 32-bit (default behavior)
setenv AVHIST_OPTION never
setenv AVHIST_N -999 # unused
setenv DIAG_OPTION nmonths
setenv DIAG_N 1 # current favorite value
setenv LOGDIR "" # save extra copy of log files here
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv CONTINUE_RUN `echo $CONTINUE_RUN | tr '[a-z]' '[A-Z]'`
setenv SETBLD `echo $SETBLD | tr '[a-z]' '[A-Z]'`
setenv DEBUG `echo $DEBUG | tr '[a-z]' '[A-Z]'`
setenv UTILROOT $CCSMROOT/scripts/ccsm_utils # root directory for ccsm script utilities
setenv CODEROOT $CCSMROOT/models # model source code root directory
setenv CSMUTL $CCSMROOT/models/utils # model util code root directory
setenv SHAREROOT $CCSMROOT/models/csm_share # model code shared code directory
setenv BLDROOT $CCSMROOT/models/bld # makefiles are here
Kinly help me in this regards.
thanks
Debasish