Merge feature/hafs_couplehycom_cdeps back to support/HAFS#4
Conversation
|
@uturuncoglu @BinLiu-NOAA 20210725 204543.549 ERROR PET632 ESMF_Comp.F90:759 ESMF_CompConstruct Value unrecognized or out of range - Conflict between petlist and global pet count |
|
@lliu1220 The error "Conflict between petlist and global pet count” generally indicates the configuration issue. The number of PEs that is defined in model_configure, nems.configure, input.nml (decomposition paramaters) and job submission script need to be consistent. |
Thanks for pinpointing the problem. It looks like nems.configure was taylored for 1340 PE as for the following: The problem is when i try to submit job with : It said "number of PE not available", I suspect it was linked to my account marine-cpu, for instance -n 633 would work. So my next question is, if I want to use srun --lable -n 633, what should I do with nems.config at the MED_petlist bounds category? Thank you. |
|
@lliu1220 In input.nml, the layout set as 40x30, it means you will assign 1280 core for FV3. In nems.configure, you have ATM_petlist_bounds: 0 1279 and ATM PEs seems consistent with the input.nml and you also set 80 PEs for write component. That is fine. The total number of processor used by this job is 1340 and in your job card you need to provide same number of core. So, update 1135 to 1340 in the sun command. That will probably solve the issue. |
|
The correct number is 1340 and you might try to run the case with another account such as nems rather than marine-cpu. |
|
I am not sure. Once your configuration works, I think you could easily compare the namelist files to see what is changed. Let me know if you have any issue.
… On Jul 26, 2021, at 6:56 PM, Ling Liu ***@***.***> wrote:
The correct number is 1340 and you might try to run the case with another account such as nems rather than marine-cpu.
@uturuncoglu <https://github.com/uturuncoglu>
thanks for letting me know.
I wonder why it was fine to change the number back in April, but not right now, what was the change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJMBR7HF53H2S7DKVUOQJDTZX75TANCNFSM5ARBY3CQ>.
|
Thank you. Submitted Orion ticket, waiting for a response for now... |
|
@uturuncoglu |
|
Hi,
That is great! You could set following
print_esmf: .true.
in model_configure.
—ufuk
… On Jul 28, 2021, at 7:30 AM, Ling Liu ***@***.***> wrote:
@uturuncoglu <https://github.com/uturuncoglu>
It worked ! thanks a lot!
One question, how to bring PETESMFLogFile back?
I see you disabled them.. I don't know how to have them back.. to help debug just in case
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJMBR44MOYZKYTPVR4U72LT2AA6PANCNFSM5ARBY3CQ>.
|
|
@uturuncoglu the default was .false. I just want to confirm on this, currently only runs one day , and the queue time was quite long for me |
|
I think if you want to restart the model, you need to modify also input.nml (i.e. nstf option and others). I think there is a documentation to restart the FV3 but I don't know the exact location. BTW, we never tired to restart the configurations that includes data ocean before. This requires additional work such as creating new ESMF run sequence for warm start and setting up namelist files. So, it might require additional work. |
|
Our project requires us to run through CDEPS coupling for a Hurricane period of time, such as Isaias, 2020, July 20-August 6 of 2020. I'm not saying to restart the experiment, Just to confirm, you meant that CDEPS does not cycle experiment for longer than a day with data ocean? If this is the case, can you give us instruction on how to enable cycling experiments? Thank you |
|
@lliu1220 In the |
|
@uturuncoglu 0: StartTime= 2019 8 10 0 0 0 My actual question is how to lift StopTime = 2019 8 11 0 0 0 So the model doesn t just run one day? Say I have plenty of data under DOCN_INPUT until 2022... |
|
I think if you change the forecast time |
|
@uturuncoglu Another question is, in this cpl history file Thank you. |
|
@uturuncoglu But I was only able to generate them in high resolution lon = 2888 ; Do you have user guide on how to change the resolution in the HAFS workflow? Thank you. |
Merge the feature/hafs_couplehycom_cdeps branch back to support/HAFS branch.