#! /bin/csh -f #============================================================================== # SVN: $Id: env_conf 2132 2006-10-16 01:47:30Z mvertens $ # SVN: $URL: https://svn-ccsm-models.cgd.ucar.edu/scripts/trunk_tags/scripts_061024/ccsm_utils/Case.template/env_conf $ #============================================================================== # Documentation of following environment varibles is provided in env.readme # For script automation, the right hand side (after the #) should either have # - a list of valid options, all contained on the same single line # - the string "unlimited" to suppress error checking for that variable # - neither (in which case the variable cannot be set by the scripts) #============================================================================== setenv SINGLE_EXEC FALSE # FALSE | TRUE setenv CASE "f02.01cn" # unlimited, set by create_newcase setenv CASESTR "f02.01cn T42_gx1v3 F_PRESENT_DAY phoenix" # unlimited setenv GRID "T42_gx1v3" # unlimited, see help setenv COMP_ATM "cam" # cam | datm | xatm setenv COMP_LND "clm" # clm | dlnd | xlnd setenv COMP_ICE "csim" # csim | dice | xice setenv COMP_OCN "docn" # pop | pop2 | docn | xocn setenv COMP_CPL cpl # cpl setenv RUN_TYPE startup # startup | hybrid | branch setenv RUN_STARTDATE 0001-01-01 # yyyy-mm-dd setenv RUN_REFCASE i01.05cn # for hybrid or branch runs, ref case unlimited setenv RUN_REFDATE 3601-01-01 # yyyy-mm-dd of run_refcase setenv DATM_MODE TN460 # TN460 | CAMHIST | CLMNCEP setenv DATM_NCPL 24 # 24 | 4 setenv DLND_MODE CPLHIST # CPLHIST setenv DICE_MODE SSTDATA # SSTDATA | SSMI setenv DOCN_MODE SSTDATA # SSTDATA | SOM setenv DOCN_NCPL 1 # 1 | 24 setenv RUNOFF_MODE 05DEGREE # 05DEGREE | 19BASIN setenv CPL_EPBAL off # off | ocn setenv CPL_ALBAV false # false | true setenv OCN_COUPLING full # full | partial setenv OCN_ICE_FORCING active # active | inactive setenv CAM_CHEM none # none | trop_mozart | waccm_mozart setenv CAM_CO2_TYPE diagnostic # diagnostic | prognostic setenv CAM_CO2_READ false # false | true setenv CAM_CO2FLUX_READ_FUEL false # false | true setenv CAM_CO2FLUX_READ_OCN false # false | true setenv CLM_BGC CN # none | CN | CASA setenv CLM_CO2_TYPE diagnostic # constant | diagnostic | prognostic setenv CSIM_MODE "prescribed_ice_amip" # prognostic | prescribed_ice_clim | prescribed_ice_amip | thermo_only setenv CCSM_BGC CO2A # none | CO2A | CO2B | CO2C | CO2_DMSA 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 # yyyymmdd, Start date for ramp co2 #========================================================================= # 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