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

CESM1.1.z and CESM1.2.z - There is a known problem with the following WACCM compsets when the ESMF time manager is used.

aliceb

Member
Affected Releases - CESM1.1.z and CESM1.2.z(Bugzilla 1612) The problem occurs when the solar_parms_file input file contains data for leap days (Feb 29) while the calendar is 'NOLEAP'. A work around to this problem is to use the following alternative datasets for solar_parms_file which do not contain leap days:
Code:
B_1850-2000_WACCM_CN
 solar_parms_file = '$DIN_LOC_ROOT/atm/waccm/solar/proxy_solar_Solomon_Richmond_1845-2008_daily_noleap_c110526.nc'

B_1955-2005_WACCM_CN
F_1955-2005_WACCM_CN
B_RCP2.6_WACCM_CN
B_RCP4.5_WACCM_CN
B_RCP8.5_WACCM_CN
 solar_parms_file = '$DIN_LOC_ROOT/atm/waccm/solar/wasolar_1948-2140_daily_noleap_c110525.nc'
 
Top