Code to prepare ERA5-Land forcing for AMS tutorial 2024#132
Closed
CharlesZheZhang wants to merge 1 commit intoNCAR:AMS_tutorial_2024from
Closed
Code to prepare ERA5-Land forcing for AMS tutorial 2024#132CharlesZheZhang wants to merge 1 commit intoNCAR:AMS_tutorial_2024from
CharlesZheZhang wants to merge 1 commit intoNCAR:AMS_tutorial_2024from
Conversation
cenlinhe
reviewed
Nov 28, 2023
| let last_year=$year-1 | ||
| PREVIOUS_YEAR=/fas4/anav/INPUTS/ERA5_for_Noah-MP/YEARLY/ERA5-Land_Noah-MP_$last_year.grb | ||
| indate=${inyear}-${inmonth}-${inday} | ||
| INFILE=../../../ERA5_forcing/ERA5-Land-Noah-MP-${indate}.grib |
Collaborator
There was a problem hiding this comment.
this needs to be INFILE=../../../ERA5_forcing/ERA5-Land-Noah-MP-${inyear}_${inmonth}_${inday}.grib, or you can rename your ERA5 input data file name. Similarly for the PREVIOUS_FILE below
Collaborator
|
Please also submit a PR to develop branch to update the default ERA5 script in HRLDAS_forcing folder |
cenlinhe
reviewed
Nov 28, 2023
| results_dir = "/glade/scratch/zhezhang/ERA5/land/extract/INIT/" | ||
| data_dir = "../../../ERA5_forcing/" | ||
| infile = data_dir+"ERA5-Land-Noah-MP-2023_11_01_INIT.grib" | ||
| results_dir = "./OUTPUT/INIT/" |
Collaborator
There was a problem hiding this comment.
This should be "./OUTPUTS/INIT/"
tslin2
reviewed
Nov 28, 2023
Collaborator
tslin2
left a comment
There was a problem hiding this comment.
will be good to revise the line 3-13 in [Prepare_ERA5-Land_Forcing.sh] as well
Collaborator
|
I am going to close this issue since we do not need the "AMS tutorial" branch anymore. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modify the codes to generate ERA5-Land forcing and initial conditions for AMS tutorial 2024.