Hi, I am running a suite that is spun up from 1850-2014, but in 1974 they remove 99% of trees. I tried to do this by spinning up 1850-1973, and then spinning up 1974-2014 with the following initial_conditions.nml:
[namelist:jules_initial]
dump_file=.true.
file=‘$OUTPUT_FOLDER/jules_triffidC_JULES-ES-like_topT_irrF_spinup.dump.19731229.82800.nc’
l_broadcast_soilt=.false.
nvars=20
total_snow=.true.
tpl_name=‘’
const_val=0.00063 0.0 0.0015 0.0 0.00561 0.87806 0.0013 0.0009 0.0 0.0 0.0 0.022 0.09 0.0 0.0 0. 0.0
use_file=.false.,19*.true.
var=‘frac’,‘rgrain’,‘canopy’,‘snow_tile’,‘sthuf’,‘t_soil’,‘lai’,
=‘tstar_tile’,‘cs’,‘gs’,‘zw’,‘canht’,‘sthzw’,‘sthu_irr’,
=‘n_inorg’,‘ns’,‘substr_ch4’,‘mic_ch4’,‘mic_act_ch4’,
=‘acclim_ch4’
var_name=20*‘’
(This is for 13 PFTs where the frac in the dump file is
0.0619 0.0 0.1499 0.0 0.5512 0.1942 0.0003 0.0002 0. 0. 0. 0.0048 0.0019 0.0 0.0 0. 0.0
All I did is multiply the tree fracs by 0.01 and scaled the others up as necessary. If there is a way to automate this that would be amazing!)
However I get this error term:
[FATAL ERROR] init_ic: Land ice points and soil points are mutually exclusive
Rank 0 [Tue Mar 28 13:40:13 2023] [c3-0c0s14n1] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[FAIL] $RUN_JULES # return-code=134
And this is the end of the job.out file:
[INFO] file_ncdf_open: Opening file /home/d03/ahussain/roses/u-cs854/output_data/jules_triffidC_JULES-ES-like_topT_irrF_spinup.dump.19731229.82800.nc for reading
[INFO] file_ncdf_close: Closing file /home/d03/ahussain/roses/u-cs854/output_data/jules_triffidC_JULES-ES-like_topT_irrF_spinup.dump.19731229.82800.nc
[INFO] init_ic: Number of soil points = 1
Could anyone please help me? Either with a better way to achieve what I want (remove 99% of trees in 1974) or fixing the ice points/soil points error?
Thank you!
Ayesha
PS. If I change the const_val to const_val=0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,0 (ie just soil) then the model runs, but obviously with everything staying as bare soil.