Script_CD-CT features Regional and ERA (issues refs. 1001, 956)#16
Open
joaomas wants to merge 1 commit into
Open
Script_CD-CT features Regional and ERA (issues refs. 1001, 956)#16joaomas wants to merge 1 commit into
joaomas wants to merge 1 commit into
Conversation
This is a combination of 8 commits with git rebase. - new features: regional mode and ERA5 - fixed regional feature - fixed regional feature and ERA5 - issue #1001 #956 - restore make_degrib.bash to make_degrib_GFS.bash - Rename ERA5 to ERA due to a convert_mpas restriction in filename - Time_Label - Update to Egeon Cluster - Update VERSON and README - Update ERA5 to ERA text information
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.
Atualizei o README com instruções de como rodar para o modo Regional que basicamente é alterar a variavel MODERUN=R no setenv.bash e ajustar (se necessário) o LBCINT que esta como default 6h. Feito estes ajustes no setenv.bash será necessario informar a RES (a malha) do regional. Só temos 3 malhas regionais salvas no "/dados" da Jaci e Egeon que se refere a america do sul + caribe, caso o usuário tenha uma malha personalizada basta adicionar o ".grid.nc" e "graph.info" desta malha em "datain/fixed" do CDCT e configurar o block if do CONFIG_DT no script 3 e LAT e LON do Convert no script 4, a automatização dessa opção será feita e debatida no futuro.
Para rodar com ERA5 é necessário passar o parametro ERA no lugar do GFS só que vale uma atenção especial aqui, a principio a DIPTC não baixa ERA5 então o script busca exemplos no CIs do GCC, mas lá tem poucas datas e ainda estão fora do padrão da nomeclatura. É possível testar o Regional com ERA com os dias 2009062200, 2009062300 apenas com 18 FCST e o Global para os dias 2025102500, 2025102700, 2007062200 (além das datas do Regional). Casa o usuário deseje rodar com seu ERA basta copiar para "datain/ERA/YYYYMMDDHHi" no formato "era5.pl.${YYYYMMDDHHi}.grib" e
"era5.sl.${YYYYMMDDHHi}.grib", a automatização e padrão de nomeclatura para os CIs do ERA esta em discussão e melhoria futura.
Foi usado pela primeira vez o recurso do git rebase para o fork, então aparece apenas 1 commit neste PR.
This is a combination of 8 commits with git rebase.