-
Notifications
You must be signed in to change notification settings - Fork 168
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
restructure the approach to read in the Noah MP parameter table #1614
Comments
@HelinWei-NOAA Thank you for opening this issue. |
@aerorahul Yes. It can be part of the ufs-weather-model repository (under ccpp-physics)
|
@aerorahul What part of global workflow do we need to modify to accomplish this goal? Now the table is sitting in the ccpp-physics repo. |
@HelinWei-NOAA An entry needs to be added to Are these tables templates that need to have information substituted at runtime, or are they static? |
@WalterKolczynski-NOAA Can we create a sub_dir para_land under parm and put this file here? The table is static and there is no information substituted at runtime. |
Create a new |
@WalterKolczynski-NOAA I have created a branch for this PR. How can I link it here? Or I need to create a new PR? |
Depends.
|
…able (#1697) - A new soil color dataset is introduced to Noah MP to reflect the right soil albedo to reduce the large warm bias found in the Sahel desert. The more-recent and higher resolution BNU soil texture data will be used to replace the old data. - Noah MP parameter table is part of the source code in the current version. The UFS model has to be recompiled whenever there is any parameter change in the table. Therefore we change this structure and the table will become one of the input file to the model. Closes #1614 Closes #1617
Description
Noah MP parameter table is part of the source code in the current version. The UFS model has to be recompiled whenever there is any parameter change in the table. Therefore we propose to change this structure and the table will become one of the input file to the model.
Requirements
The Noah MP table has to be put somewhere in the global workflow and the running script needs to specify the path of this file (softlink or copy this file to the running directory)
Acceptance Criteria (Definition of Done)
I suggest this table file should be put into the directory parm. But I don't know which subdirectory? Or create a new one para_land?
ush/forecast_postdet.sh needs to be modified to link or copy this table file
The text was updated successfully, but these errors were encountered: