Hi,
I'm using the FGRAYRAD compset in cesm2_3_alpha17f. I want to do a 2xCO2-like experiment (instantaneous increase in longwave optical depth), but when I tried to do a hybrid run it just initializes to the default starting temperature rather than starting from the reference case. Do the simpler models support hybrid runs?
Here's my process:
1. create case
`./create_newcase --case ~/cases/fgray.ghg_reg.winter --compset FGRAYRAD --res f09_f09_mg17 --run-unsupported`
`cd ~/cases/fgray.ghg_reg.winter`
`./case.setup`
2. set hybrid
`./xmlchange RUN_REFCASE=fgray.ref.winter`
`./xmlchange RUN_REFDATE=0003-01-01`
`./xmlchange RUN_STARTDATE=0003-01-01`
`./xmlchange GET_REFCASE=FALSE`
3. change namelists
add `frierson_tau_eqtr=7.8`to `$CASEDIR/user_nl_cam`
add `frierson_tau_pole=1.95`to `$CASEDIR/user_nl_cam
4. run
`./xmlchange STOP_N=12,STOP_OPTION=nmonths`
`qcmd -- ./case.build`
`./case.submit`
I'm using the FGRAYRAD compset in cesm2_3_alpha17f. I want to do a 2xCO2-like experiment (instantaneous increase in longwave optical depth), but when I tried to do a hybrid run it just initializes to the default starting temperature rather than starting from the reference case. Do the simpler models support hybrid runs?
Here's my process:
1. create case
`./create_newcase --case ~/cases/fgray.ghg_reg.winter --compset FGRAYRAD --res f09_f09_mg17 --run-unsupported`
`cd ~/cases/fgray.ghg_reg.winter`
`./case.setup`
2. set hybrid
`./xmlchange RUN_REFCASE=fgray.ref.winter`
`./xmlchange RUN_REFDATE=0003-01-01`
`./xmlchange RUN_STARTDATE=0003-01-01`
`./xmlchange GET_REFCASE=FALSE`
3. change namelists
add `frierson_tau_eqtr=7.8`to `$CASEDIR/user_nl_cam`
add `frierson_tau_pole=1.95`to `$CASEDIR/user_nl_cam
4. run
`./xmlchange STOP_N=12,STOP_OPTION=nmonths`
`qcmd -- ./case.build`
`./case.submit`