Create New Case for CESM 1.2.2 build.csh error

I ran the component set K with grid being g16_g16 and machine being userdefined. 

I got the following error. 

[nitin@master scripts]$ ./create_newcase -case /home/nitin/caseroot6 -compset K -res g16_g16 -mach userdefined
-------------------------------------------------------------------------------
For a list of potential issues in the current tag, please point your web browser to:
https://svn-ccsm-models.cgd.ucar.edu/cesm1/known_problems/
-------------------------------------------------------------------------------
 grid longname is g16_g16 
No lnd2rof_fmapname exists - RTM mode set to null 
Component set: longname (shortname) (alias) 
  2000_CAM4_CLM40.*_DICE%PRES_DOCN%DOM_SROF_SGLC_SWAV (K) 
Component set Description: 
  CAM: CLM: SROF: DICE: DOCN: SGLC: SWAV: present day: cam4 physics: clm4.0 physics: dice mode is prescribed: docn data mode: 
Grid: 
  a%gx1v6_l%gx1v6_oi%gx1v6_r%rx1_m%gx1v6_g%null_w%null (gx1v6_gx1v6) 
  ATM_GRID = gx1v6  NX_ATM=320 NY_ATM=384 
  LND_GRID = gx1v6  NX_LND=320 NX_LND=384 
  ICE_GRID = gx1v6  NX_ICE=320 NX_ICE=384 
  OCN_GRID = gx1v6  NX_OCN=320 NX_OCN=384 
  ROF_GRID = rx1  NX_ROF=360 NX_ROF=180 
  GLC_GRID = gx1v6  NX_GLC=320 NX_GLC=384 
  WAV_GRID = null  NX_WAV=0 NX_WAV=0 
Grid Description: 
  null is no grid: gx1v6 is Greenland pole v6 1-deg grid: rx1 is 1 degree river routing grid: 
Non-Default Options: 
  ATM_NCPL: 48 
  BUDGETS: FALSE 
  CAM_CONFIG_OPTS: -phys cam4 
  CAM_DYCORE: fv 
  CCSM_BGC: CO2A 
  CCSM_CO2_PPMV: 367.0 
  CLM_CO2_TYPE: diagnostic 
  CLM_CONFIG_OPTS: -phys clm4_0 
  CLM_NML_USE_CASE: 2000_control 
  COMP_ATM: cam 
  COMP_GLC: sglc 
  COMP_ICE: dice 
  COMP_LND: clm 
  COMP_OCN: docn 
  COMP_ROF: srof 
  COMP_WAV: swav 
  CPL_ALBAV: false 
  CPL_EPBAL: off 
  DICE_MODE: prescribed 
  DOCN_MODE: prescribed 
  OCN_NCPL: $ATM_NCPL 
  OCN_TIGHT_COUPLING: TRUE 
  ROF_NCPL: 8 
  RTM_MODE: NULL 
  SCIENCE_SUPPORT: NO 
  SSTICE_DATA_FILENAME: $DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_1x1_clim_c101029.nc 
  SSTICE_GRID_FILENAME: $DIN_LOC_ROOT/ocn/docn7/domain.ocn.1x1.111007.nc 
  SSTICE_STREAM: CAMDATA 
  SSTICE_YEAR_ALIGN: 1 
  SSTICE_YEAR_END: 0 
  SSTICE_YEAR_START: 0 

The PE layout for this case match these options:
Creating /home/nitin/caseroot6 
cp: cannot stat `/storage/home/nitin/cesm1_2_2/models/lnd/clm/bld/*build*.csh': No such file or directory
ERROR: cp -p /storage/home/nitin/cesm1_2_2/models/lnd/clm/bld/*build*.csh /home/nitin/caseroot6/Buildconf/. failed: 256 
 

jedwards

CSEG and Liaisons
Staff member
It appears that your source code tree is corrupted, perhaps you should try checking it out again. 
 
Back
Top