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

problem running WACCM with QBO configuration

shujch03@lzu_cn

New Member
Hi, we've built WACCM our computor. Recently, some advices let us kown WACCM also can't generate a QBO, but there is an undoocumened option to relax to specified QBO.Now,the informations about QBO can't be found in the home page of WACCM. We need a number of source codes and data file with the QBO winds in it, that need to run with the QBO. Appreciated for any advice on things!
 

marsh

Member
To run with a forced QBO you need a modified version of the runtime_opts.F90 source file. This is now on the Community Data Portal at:

WACCM (Whole Atmosphere Community Climate Model) > WACCM-3 source code distribution > WACCM QBO

The namelist settings are:

qbo_use_forcing = .true.
qbo_cyclic = .false.
qbo_forcing_file = 'YOUR_INPUT_DATA_DIRECTORY/qboseries_1953-2007_c081015.nc'

The necessary data file is in the same location on the CDP.
 

fvitt

CSEG and Liaisons
Staff member
The source file runtime_opts.F90 for the QBO namelist options had an error in it.

Line 921 should read:
namelist /camexp/ qbo_use_forcing, qbo_forcing_file, qbo_cyclic

The corrected file is on the Community Data Portal
 
Top