You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GFS restart run failed with gnu compiler. The error is reported in post_gfs.F90 where the association of a pointer needs to be checked before get the size of the pointer. An fix is required to make the code run with gnu compiler.
To Reproduce:
What compilers/machines are you seeing this with? GNU compiler
Give explicit steps to reproduce the behavior.
Run the control restart test with gnu compiler and with inline post turned on
The run failed with error:
144: Backtrace for this error:
144: #0 0x2ad93029744f in ???
144: Update FV3atm/develop with changes from gmtb/develop as of 2019/10/16 #1 0x13aca47 in __post_gfs_MOD_post_run_gfs
144: at /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20210519/gnu/ufs-weather-model/FV3/io/post_gfs.F90:161
Additional context
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
needed for noaa-emc/fv3atm/pull/<pr_number>
Dependent PRs:
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
Description
The GFS restart run failed with gnu compiler. The error is reported in post_gfs.F90 where the association of a pointer needs to be checked before get the size of the pointer. An fix is required to make the code run with gnu compiler.
To Reproduce:
What compilers/machines are you seeing this with? GNU compiler
Give explicit steps to reproduce the behavior.
144: Backtrace for this error:
144: #0 0x2ad93029744f in ???
144: Update FV3atm/develop with changes from gmtb/develop as of 2019/10/16 #1 0x13aca47 in __post_gfs_MOD_post_run_gfs
144: at /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20210519/gnu/ufs-weather-model/FV3/io/post_gfs.F90:161
Additional context
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
Dependent PRs:
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
The text was updated successfully, but these errors were encountered: