jbuzan@purdue_edu
Member
Hi CESM2 and CAM users,
I am attempting to run a BHIST_BPRP simulation with a spinup from an in house B1850_BPRP. I want the simulation to evolve with a different initial value of co2 than from the default.
The B1850 simulation had a co2 value of 287.5101e6, which I implemented into the user_nl_cam:
co2vmr = 287.5101e-6
The build step shows that the value was implemented:
camconf/namelist:co2vmr = 287.5101e-6
popconf/pop_in: atm_alt_co2_const = 287.5101
However, when I execute the simulation, the CO2 value is overridden by some BHIST_BPRP default:
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18500101 co2vmr= 2.842621376246775E-004
The log later shows that this value is not fixed, which is expected from BPRP, but I am do not know how to override the initial conditions:
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501229 co2vmr= 2.843831296633827E-004
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501230 co2vmr= 2.843834971690117E-004
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501231 co2vmr= 2.843838646746406E-004
How do we override the initial condition of CO2 in the BHIST_BPRP simulation (aka flag CO2C—prognostic CO2).
Cheers,
-Jonathan
I am attempting to run a BHIST_BPRP simulation with a spinup from an in house B1850_BPRP. I want the simulation to evolve with a different initial value of co2 than from the default.
The B1850 simulation had a co2 value of 287.5101e6, which I implemented into the user_nl_cam:
co2vmr = 287.5101e-6
The build step shows that the value was implemented:
camconf/namelist:co2vmr = 287.5101e-6
popconf/pop_in: atm_alt_co2_const = 287.5101
However, when I execute the simulation, the CO2 value is overridden by some BHIST_BPRP default:
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18500101 co2vmr= 2.842621376246775E-004
The log later shows that this value is not fixed, which is expected from BPRP, but I am do not know how to override the initial conditions:
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501229 co2vmr= 2.843831296633827E-004
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501230 co2vmr= 2.843834971690117E-004
atm.log.36838643.220221-153618: chem_surfvals_set: ncdate= 18501231 co2vmr= 2.843838646746406E-004
How do we override the initial condition of CO2 in the BHIST_BPRP simulation (aka flag CO2C—prognostic CO2).
Cheers,
-Jonathan