Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

1pct CO2 run increase since 2000 (CESM2.1.4)

Jie Hsu

Jie Hsu
New Member
Hi,

I have been tring to run CO2 1PCT increase since 2000 experiments run using “2000_CAM60%1PCT_CLM50%BGC-CROP-CMIP6DECK_CICE%CMIP6_POP2%ECO%ABIO-DIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD”, but there are some problems after submitting case. Cesm.log states “ERROR: flbc_inti: cannot specify flbc_cycle_yr if flbc_type is not CYCLICAL”.

I also add these scripts in user_nl_cam:
flbc_type='SERIAL'
flbc_file='/work1/u7719052/4xco2ramp/LBC_1pctCO2_rampup-rampdown.500yr.nc'
flbc_list='CO2','CH4','N2O','CFC11eq','CFC12'

How can I solve this problem? Could I get some advice?

For the better understanding, attaching my cesm.log file below:



Thank you.
 

rrbuchholz

Rebecca Buchholz
CSEG and Liaisons
Staff member
Hi Jie Hsu,

This error is saying you need to change
flbc_type='SERIAL'​
to
flbc_type='CYCLIC'​
in the user_nl_cam.

Best,
Rebecca
 
Vote Upvote 0 Downvote

Jie Hsu

Jie Hsu
New Member
Hi Rebecca,

Thank you for your reply!
Hi Jie Hsu,

This error is saying you need to change
flbc_type='SERIAL'​
to
flbc_type='CYCLIC'​
in the user_nl_cam.

Best,
Rebecca

1749176869856.png
I also changed 'SERIAL' to 'CYCLICAL' and performed a test simulation for one year, but the new error message still appeared, as shown below.

ERROR: Unknown error submitted to shr_abort_abort.
flbc_inti: time out of bounds for dataset =
/work1/d07229003/inputdata/atm/waccm/lb/LBC_CMIP6_1pctCO2_y1-165_GlobAnnAvg_0p5
degLat_c180929.nc
1749176877871.png

Thank you!
 
Vote Upvote 0 Downvote

hannay

Cecile Hannay
AMWG Liaison
Staff member
If you change
flbc_type='SERIAL'
to
flbc_type='CYCLICAL'

I think you also need to specify the flbc_cycle_yr
For instance:
flbc_cycle_yr = 2000
But this will cycle over one single year.

If you want 1pctCO2, I think you need to use a 1%co2 file. For instance:
flbc_file = '/glade/campaign/cesm/cesmdata/cseg/inputdata/atm/waccm/lb/LBC_CMIP6_1pctCO2ramp_y1-165_0p5degLat_c180930.nc'
 
Vote Upvote 0 Downvote

Jie Hsu

Jie Hsu
New Member
If you change
flbc_type='SERIAL'
to
flbc_type='CYCLICAL'

I think you also need to specify the flbc_cycle_yr
For instance:
flbc_cycle_yr = 2000
But this will cycle over one single year.

If you want 1pctCO2, I think you need to use a 1%co2 file. For instance:
flbc_file = '/glade/campaign/cesm/cesmdata/cseg/inputdata/atm/waccm/lb/LBC_CMIP6_1pctCO2ramp_y1-165_0p5degLat_c180930.nc'
Thanks! I got it!
 
Vote Upvote 0 Downvote
Top