zhu467@purdue_edu
Member
Hi all, I am using CLM4.5BGC version to simulation crop with irrigation at the site level. After I have set up the irrigate = .true., I find there is still no water is applied. I think the other setting-up is OK since I can get right GPP NPP LE and other variables except that there is no water is irrigated.PCT_PFT in surface data is set as 100% irrgated corn, PCT_PFT=(/0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,100,0,0,0,0,0,0/). The following is scripts which I used for my site: ./create_newcase -case sw_irri -res CLM_USRDAT -compset I1PTCLM45 -mach mymachinecd sw_irri ./xmlchange DATM_CLMNCEP_YR_START=2009,DATM_CLMNCEP_YR_END=2009./xmlchange ATM_DOMAIN_PATH=$my_domain_path,LND_DOMAIN_PATH=$my_domain_path./xmlchange ATM_DOMAIN_FILE=$my_domain_file,LND_DOMAIN_FILE=$my_domain_file./xmlchange CLM_USRDAT_NAME=$GRIDNAME./xmlchange DATM_PRESAERO=pt1_pt1./xmlchange RUN_STARTDATE=1900-01-01,STOP_N=100,STOP_OPTION=nyears./xmlchange NTASKS_LND=1,NTASKS_ICE=1,NTASKS_OCN=1,NTASKS_CPL=1,NTASKS_ROF=1./xmlchange CLM_BLDNML_OPTS="-irrig .true." -append./xmlchange CLM_CONFIG_OPTS="-phys clm4_5 -bgc cn -vsoilc_centbgc on -clm4me on -crop on" cat user_nl_clm irrigate = .true. fsurdat = "/scratch/carter/z/zhu467/cesm1_2_2/inputdata/lnd/clm2/surfdata/surfdata_1x1_sw_irri.nc"EOF cat user_nl_datmtaxmode = 'cycle','cycle' EOF ./cesm_setup ./sw_irri.build./sw_irri.submit Thanks!