-
Notifications
You must be signed in to change notification settings - Fork 177
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
JEDI-Based Global land DA Cycling Capabilities #1271
Comments
I try to run the setup scripts to generate experiment as below:
The above command from wiki page used to be working back to 1 or 2 weeks ago. But it failed today with the following errors:
@KateFriedman-NOAA @WalterKolczynski-NOAA @aerorahul @CoryMartin-NOAA Do you have any idea on how to fix the problems? Thanks. |
As the error says,
|
Thanks @aerorahul for your quick response. The above |
No. Retry your command ( |
@aerorahul It works without |
@CoryMartin-NOAA The run still failed at The log file is: /scratch1/NCEPDEV/global/Jiarui.Dong/ptmp/aodid3/logs/2019061406/gdasanal.log. I copied the error messages from the above logfile and pasted below: Do you have any quick suggestions and comments? Thanks.
|
Yes this is because of #1005 that has not yet been fixed. The easiest thing to get this going is to go into your |
Thanks @CoryMartin-NOAA I will test it. |
@CoryMartin-NOAA After making the changes, the run failed again with new error messages as below. The executable
|
Yes, |
@CoryMartin-NOAA Okay thanks. |
|
@jiaruidong2017 recent commits to the branch have caused the cycling to fail, which is why my PR is now a draft again. You'll have to hold off (or go to a prior commit of the workflow) in order to get it to cycle to completion. |
@CoryMartin-NOAA Thanks. Yes, I updated the both the develop and your branch in this test. Thanks for your information. |
@CoryMartin-NOAA I updated and rebuilt your branch I checked the log file gdasprep.log, and the error message is below:
Any suggestions? Thanks. |
@jiaruidong2017 that is weird, it looks like you have your run configured incorrectly. I suggest checking what your |
@CoryMartin-NOAA My
|
what is it in config.base? that error suggests it is trying to link files from the DMPDIR to the DMPDIR |
@CoryMartin-NOAA I built the The logfile shows the error messages as below:
During my previous runs without recent updates, the obs directory in the
The aodid3 used the
The aodid4 used your branch
The aodid5 used your code as below:
The aodid6 used the
@CoryMartin-NOAA Do I miss anything? Any suggestions? Thank you very much. |
@CoryMartin-NOAA I conducted the above global-workflow run again, and found it failed at the different step For this run, the obs directories were created as below:
I checked the log file, and the error messages show below:
The logfile on hera is /scratch1/NCEPDEV/global/Jiarui.Dong/ptmp/aodid6/logs/2019061406/gdasaeroanlrun.log |
The logfile: /scratch1/NCEPDEV/global/Jiarui.Dong/ptmp/aodid6/logs/2019061406/gdasaeroanlinit.log shows below:
I didn't find the statements showing the copy of the restart files to the |
@jiaruidong2017 something weird is going on... for some reason it looks like it is not adding the right files to the list to copy. Can you add the following to your Line 227:
right before this, can you add
and then rerun the gdasaeroanlinit job? I am curious to see what this prints as... tagging @aerorahul for awareness |
@CoryMartin-NOAA It seems an empty |
ok I will need to investigate further @aerorahul is it possible there is an issue with the AttrDict implementation? |
I think a bug has been found. Please replace super().__init__(config, ntiles=6) with super().__init__(config)
self.config.ntiles = 6 |
@CoryMartin-NOAA I rerun the gdasaeroanlinit job with the suggested changes by @aerorahul. The |
@jiaruidong2017 thanks for the test and @aerorahul thanks for the bugfix! I think @andytangborn has found another bug that we should combine into one PR. |
@CoryMartin-NOAA I rebuilt the global-workflow in
|
@CoryMartin-NOAA The run failed at
It seems the error results from the copy of the observation data file. As I mentioned early today, after I reboot the |
@jiaruidong2017 this looks like something wrong in your configuration, probably |
@CoryMartin-NOAA In my config.base, I did find the difference in My config.base is:
Your config.base is:
My config.base used the
It seems that |
@CoryMartin-NOAA If I use your config.base for
The error results from trying to link the obs data from |
@jiaruidong2017 see this #1309 it just changed 3 days ago... Still need to figure out how to fix this for our new work. |
Should this issue be an Epic with smaller issues for discrete parts? @aerorahul @CoryMartin-NOAA @jiaruidong2017 |
@WalterKolczynski-NOAA Yes and following the suggestion by @CoryMartin-NOAA , I am working on the smaller PRs for this issue. |
To support initialization of land surface for the control member of FV3GFS v17, we need to have the capability to cycle with JEDI-based DA for land components. This issue will be used to track issues associated with adding this capability relevant to the global-workflow.
jobs/rocoto/landanlinit
jobs/rocoto/landanlrun
jobs/rocoto/landanlfinal
config.base
to turn on/off land DAconfig.resources
for all new tasksparm/config/config.landanl
parm/config/config.landanlinit
parm/config/config.landanlrun
parm/config/config.landanlfinal
jobs/JGDAS_GLOBAL_LAND_ANALYSIS_FINALIZE
jobs/JGDAS_GLOBAL_LAND_ANALYSIS_INITIALIZE
jobs/JGDAS_GLOBAL_LAND_ANALYSIS_RUN
scripts/exgdas_global_land_analysis_finalize.py
scripts/exgdas_global_land_analysis_initialize.py
scripts/exgdas_global_land_analysis_run.sh
workflow/setup_expt.py
workflow/applications.py
workflow/rocoto/workflow_tasks.py
env/HERA.env
env/ORION.env
The text was updated successfully, but these errors were encountered: