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

Zero Albedo in output and restart file #2128

Open
BarryHLynn opened this issue Nov 4, 2024 · 8 comments
Open

Zero Albedo in output and restart file #2128

BarryHLynn opened this issue Nov 4, 2024 · 8 comments
Assignees

Comments

@BarryHLynn
Copy link

The Albedo and background albedo (ALBBCK)values were all 0s in the inner, d02 domain.

We compiled with the Intel compiler.

We expected to be able to map out albedo with other output variables, but albedo has zero values in both the output and restart files.

Here are the domain settings: note that albedo -- with other land surface variables -- is being interpolated to the D02 domain. The mapping factors are not zero. The Land Use has values, and so does the terrain, as well as XLAT and XLONG.

&time_control
Run_days = 0,
run_hours = 0,
run_minutes = 01,
run_seconds = 00,
start_year = 2017, 2017, 2017, 2017,
start_month = 09, 09, 09, 09,
start_day = 07, 07, 07, 07,
start_hour = 00, 00, 00, 06,
start_minute = 00, 00, 00, 00,
start_second = 00, 00, 00, 00,
end_year = 2017, 2017, 2017, 2017,
end_month = 09, 09, 09, 09,
end_day = 07, 07, 07, 07,
end_hour = 18, 18, 18, 18,
end_minute = 00, 00, 00, 00,
end_second = 00, 00, 00, 00,
interval_seconds = 10800
input_from_file = .true.,.False.,.false.,.false.,
history_interval = 180, 10, 10, 10,

max_dom = 2,
s_we = 1, 1, 1, 1,
e_we = 451,604, 901, 901, 601,
s_sn = 1, 1, 1, 1,
e_sn = 451,604, 901, 901, 601,
s_vert = 1, 1, 1, 1,
e_vert = 51, 51, 51, 51,
p_top_requested = 5000,
num_metgrid_soil_levels = 4,
num_metgrid_levels = 32,
dx = 4000,1333.33, 444.444, 1000,
dy = 4000,1333.33, 444.444, 1000,
grid_id = 1, 2, 3, 4, 5,
parent_id = 0, 1, 2, 3, 4,
i_parent_start = 0, 130, 160, 160, 50,
j_parent_start = 0, 130, 180, 180, 50,
parent_grid_ratio = 1, 3, 3, 3,
parent_time_step_ratio = 1,

@kkeene44
Copy link
Collaborator

kkeene44 commented Nov 5, 2024

@BarryHLynn
Can you let me know which version of WRF you're running and attach the full namelist.input file? Thanks!

@dudhia
Copy link
Collaborator

dudhia commented Nov 5, 2024 via email

@BarryHLynn
Copy link
Author

@BarryHLynn
Copy link
Author

I tried verifying that these albedo values were non zero in the LSM, but they printed out as zero.

@kkeene44
Copy link
Collaborator

@BarryHLynn
Thanks for supplying the files. Unfortunately I was not able to repeat the issue. I compiled with ifort 2021.10.0 (compiler option 50). I used my own dates and domain, but used all of your namelist settings, otherwise. As a test, can you try to compile a new version of WRF (the latest - V4.6.1) and test it again?

@BarryHLynn
Copy link
Author

Okay, we can do that. We were compiling with option 15.

@kkeene44
Copy link
Collaborator

@BarryHLynn
I tried with compiling with option 15 and got the same result as I did with option 50.

@BarryHLynn
Copy link
Author

BarryHLynn commented Nov 25, 2024 via email

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

4 participants