-
Notifications
You must be signed in to change notification settings - Fork 7
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
UFS-dev PR#16 #76
UFS-dev PR#16 #76
Conversation
…sols.f to make them properly indented
…y#1481) * Improve radiative fluxes and cloud cover in FV3 for HR1 Co-authored-by: JONG KIM <jong.kim@noaa.gov> Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
* Replace low resolution regression tests with high resolution. * Rename ICs and result directory * Remove "calendar" variable from namelists. * Remove unused scripts: gfdlmp_run.IN & gsd_run.IN * Add '--cpus-per-task=@[THRD]' to fv3_conf/fv3_slurm.IN_jet * add omplace to cheyenne qsub script Co-authored-by: JONG KIM <jong.kim@noaa.gov> Co-authored-by: Brian Curtis <brian.curtis@noaa.gov> Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
… 550nm (ufs-community#1475) * Adjust GFS diagnostic ADO output to the exact 550nm in ccpp/physics * Modify a few lines of code in FV3/ccpp/physics/physics/radiation_aerosols.f to make them properly indented Co-authored-by: JONG KIM <jong.kim@noaa.gov> Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
Includes changes from ufs-community#1471 too. |
Automated RT Failure Notification |
I pulled down the latest develop branches from NOAA-EMC:fv3atm and merged in the commit from the appropriate PR merges in the histories. It didn't seem to have changed anything though. |
Automated RT Failure Notification |
on-behalf-of @NCAR <dswales@ucar.edu>
Automated RT Failure Notification |
@grantfirl It seems the Intel tests on Hera passed, but still stuck on GNU... |
It failed due to exceeding the wall clock limit. How do we increase the wall clock limit for a test? @dustinswales |
Or, we can cite ufs-community#1440 and go ahead and merge without it passing? I mean, this passed RT on the ufs-dev branch. |
@dustinswales Did you get the autoRT scripts to run on hecflow01 on Hera? If not, we could just run the test manually on that node and paste a log here in the comments. |
This is exactly what was happening last week, and again today. The test cpld_control_p8 isn't passing due to wallclock limit, but weirdly when I go into the run directory and run the RT manually (sbatch job_card) it runs just, ~28min, within the wallclock limit of 30min (/scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_28202/cpld_control_p8). We can increase the time limit in ufs-weather-model/tests/fv3_conf/compile_slurm.IN_hera. |
@grantfirl Yes, the auto-RT scripts are running on Hera now. |
Isn't that just for compiling? Shouldn't we be concerned with fv3_conf/fv3_slurm.IN_hera for the run wall clock, which is controlled by the WLCLK environment variable? I would think that, in the future, if there are tests failing due to exceeding wall clock, let's just temporarily set the WLCLK environment variable in the appropriate test file (e.g. tests/tests/cpld_control_p8) while we run RTs. Otherwise, we would have to maintain a delta between the NCAR fork and ufs-dev, right? |
My mistake, I was looking at the compile file. Yes the fv3_conf/fv3_slurm.IN_#### files. The only issue I see is that since these auto-RTs run on the code in a PR, this change of WLCLK will need to be included there (and reverted back before merging, just like the submodule pointers). Correct? |
Yes. Let's go ahead and try that. I'll set WLCLK in cpld_control_p8 test and push. Then, I'll add back the hera_gnu_BL label. Once successful, we still need to run the RTs against the new baselines more merging, right? |
Sounds like a plan. |
OK, I think you're right. Let's see if this works! |
on-behalf-of @NCAR <dswales@ucar.edu>
@grantfirl Looks good! |
Yay! Could you approve the associated ccpp-physics and fv3atm PRs? |
Done. |
Identical to ufs-community#1475
According to that PR,