Hello,
I am running CLM5 BGC spinup (CESM 2.1.3) with the following compset:1850_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_MOSART_SGLC_SWAV Resolution: f19_g17, soil_layerstruct = '20SL_8.5m'
AD spinup settings:
I am running CLM5 BGC spinup (CESM 2.1.3) with the following compset:1850_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_MOSART_SGLC_SWAV Resolution: f19_g17, soil_layerstruct = '20SL_8.5m'
AD spinup settings:
- CLM_ACCELERATED_SPINUP=on, 300 years
- At end of AD: TOTECOSYSC = 231 PgC (global), max gridcell = 8,022 gC/m² ✓
- RUN_TYPE=startup, CLM_ACCELERATED_SPINUP=off, CLM_FORCE_COLDSTART=off
- finidat = AD restart file (spinup_state=2)
- Result: TOTECOSYSC jumps to 2887 PgC, max gridcell = 1,089,668 gC/m² at lat 82.4°N
- The extreme values (>100,000 gC/m²) appear only in Arctic/permafrost gridcells and are physically impossible. There are 241 such gridpoints. The lnd.log shows Spinup factors = 1.0 1.0, suggesting no de-acceleration was applied, yet the values are ~12.5x higher than the AD equilibrium.
I also tried branch mode (CONTINUE_RUN=FALSE) but got the error: Error in entering/exiting spinup - should occur only when nstep = 1
- AD case XML settings:
COMPSET: 1850_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_MOSART_SGLC_SWAV
RES: f19_g17
CLM_ACCELERATED_SPINUP: on
CLM_FORCE_COLDSTART: on
RUN_TYPE: startup
STOP_N: 10, STOP_OPTION: nyears, RESUBMIT: 29 (300 years total)
REST_N: 5, REST_OPTION: nyears
user_nl_clm (AD):
hist_nhtfrq = 0
hist_mfilt = 12
- Post-AD case XML settings (what I tried):
CLM_ACCELERATED_SPINUP: off
CLM_FORCE_COLDSTART: off
RUN_TYPE: startup
CONTINUE_RUN: FALSE
RUN_STARTDATE: 2150-01-01
STOP_N: 10, STOP_OPTION: nyears, RESUBMIT: 89
user_nl_clm (post-AD):
hist_nhtfrq = 0
hist_mfilt = 12
finidat = 'AD_1850.clm2.r.2150-01-01-00000.nc'
AD restart file:
spinup_state = 2
soil1c_vr: all zeros
litr1c_vr: all zeros
T_SOISNO: normal values (~232K in deep layers)
Questions:- Why do Arctic gridcells get extreme carbon values when exiting AD mode?
- What is the correct procedure to transition from AD to post-AD spinup for a global simulation with permafrost?
- Thank you.