#! /bin/csh -f # Documentation of following environment varibles is provided in env.readme setenv RESUBMIT 98 setenv CCSMUSER "hof" # unlimited setenv CCSMROOT "/autofs/spin/home/hof/CCSM/ccsm3_1_beta40.bgcmip" # unlimited setenv CASEROOT "/autofs/spin/home/hof/CCSM/ccsm3_1_beta40.bgcmip/scripts/i01.10cn" # unlimited setenv CONTINUE_RUN TRUE setenv SETBLD AUTO # AUTO, TRUE, FALSE setenv STOP_OPTION nmonths # calendar_alarm; ndays,nmonths,daily, # monthly,yearly,ifdays0,etc setenv STOP_N 120 # integer setenv REST_OPTION nmonths # calendar_alarm setenv REST_N 12 # integer setenv PRESTAGE_DATA FALSE # TRUE, FALSE setenv INFO_DBUG 1 # 0,1,2,3 setenv DEBUG FALSE # TRUE, FALSE setenv CHECK_TIMING TRUE # TRUE, FALSE setenv OCN_TRACER_MODULES "iage" # iage, iage cfc, cfc, iage ecosys #========================================================================= # 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 # calendar_alarm setenv HIST_N -999 # integer setenv HIST_64BIT .false. # .false. | .true., use 32-bit is default setenv AVHIST_OPTION never # calendar_alarm setenv AVHIST_N -999 # integer setenv DIAG_OPTION ndays # calendar_alarm setenv DIAG_N 10 # integer setenv LOGDIR "" # save extra copy of log files here, unlimited #========================================================================= # DERIVED ENVIRONMENT VARIABLES (user should not edit these) #========================================================================= setenv SCRIPTSROOT $CCSMROOT/scripts # root directory for ccsm scripts 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 setenv CASETOOLS $CASEROOT/Tools # tools used in case scripts, locality desirable