Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off aerosol radiative feedback for GFS/GDAS #2926

Open
CoryMartin-NOAA opened this issue Sep 16, 2024 · 0 comments
Open

Turn off aerosol radiative feedback for GFS/GDAS #2926

CoryMartin-NOAA opened this issue Sep 16, 2024 · 0 comments

Comments

@CoryMartin-NOAA
Copy link
Contributor

# Radiation options
if [[ "${DO_AERO}" == "YES" ]]; then
export IAER=2011 # spectral band mapping method for aerosol optical properties
else
export IAER=1011
fi

GFSv17 is planning to have GDAS cycled aerosols for DA to initialize GEFS, but without radiative feedback as to not impact the characteristics of the background for the GFS which will not have prognostic aerosols.

This section needs to be changed/removed and use iaer=1011 regardless of if using GOCART or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant