-
Notifications
You must be signed in to change notification settings - Fork 250
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
Atm-Lnd tests are not using V2 surface files #2267
Comments
@uturuncoglu Would you check whether the run-scripts are using the correct input-data for these tests? Thanks. |
@DeniseWorthen Okay. Let me check. I am not sure why they are overwritten. |
@DeniseWorthen Okay. I think I found the issue. It seems that |
@DeniseWorthen with V2 files the case is hanging. I need to look at carefully why. I think at this point tests are running with the mixture of files without issue. |
OK. Thanks for the update. |
Description
The atm-lnd tests (
control_p8_atmlnd
,control_p8_atmlnd_sbs
andcontrol_restart_p8_atmlnd_
) should be using V2 surface filesufs-weather-model/tests/tests/control_p8_atmlnd
Line 207 in 26cb9e6
The v2 files are indicated by a global attribute in the sfc data file
The current tests do not show this attribute for the files in the
INPUT
directory.To Reproduce:
Run any of the atm-lnd tests, and view the global attribute in the relevant files.
It appears from the run log
run_control_p8_atmlnd_intel.log
that the correct files are copied in but then later over-written. FirstINPUT_L127_v2_sfc/sfc_data.tile1.nc
is copied but then laterINPUT_L127/sfc_data.tile1.nc
is also copied toINPUT
.See run-log here
/glade/work/worthen/ufs-weather-model/tests/logs/log_derecho/run_control_p8_atmlnd_intel.log
Additional context
First seen during testing for Issue #2232
Output
The text was updated successfully, but these errors were encountered: