Skip to content
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

Warning: Extension: Unary operator following arithmetic operator #84

Closed
DusanJovic-NOAA opened this issue Feb 19, 2020 · 5 comments
Closed

Comments

@DusanJovic-NOAA
Copy link
Contributor

[ 86%] Building Fortran object sorc/ncep_post.fd/CMakeFiles/nceppost.dir/INITPOST_GFS_NEMS_MPIIO.f.o
/home/dusan/simple-ufs/src/post/sorc/ncep_post.fd/INITPOST_GFS_NEMS_MPIIO.f:1159:44:

 1159 |             npass = npass + nint(0.5*(jtem--j))
      |                                            1
Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
@WenMeng-NOAA
Copy link
Collaborator

@DusanJovic-NOAA Thanks for catching this bug. Can you submit a change so that I can integrate into the branch develop and the branch for ufs public release?

@climbfuji
Copy link
Contributor

Whoever does that please make sure to do the same for the public release branch (if applicable) ... thank you!

@WenMeng-NOAA
Copy link
Collaborator

@DusanJovic-NOAA and @climbfuji I just contact with the UPP developer. The "--" is a typo. The correct one would be "npass = npass + nint(0.5*(jtem-j))". Actually this block will not be processed with FV3 output. BTW, I will create a PR and make available in branch develop and release/public-v8.

@climbfuji
Copy link
Contributor

Thanks, @WenMeng-NOAA!

@DusanJovic-NOAA
Copy link
Contributor Author

Fixed in 3f8a4b8

guoqing-noaa added a commit to guoqing-noaa/UPP that referenced this issue Apr 28, 2022
add PLATFORM=wcoss_dell_p3 in devbuild.sh
add FV3_GFS_v15_thompson_mynn_lam3km in the CCPP_SUITES
update GSI hash
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this issue Dec 14, 2022
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this issue Dec 14, 2022
* Adding 3-km North America grid specifications

* Adding draft config file for 3-km NA

* Modifications to the config.sh file and template .xml file

* Updating settings in config.sh

* Reorganizing array list of predef grid names

* Enabling GRIB2 output on the HRRR CONUS grid

* Extending forecast lengths

* Removing RRFS NA 3-km from reservations

* Updates to config.sh for 3-km NA

* Restricting the "default" partition to kjet only when running outside of reservations.  This default partition is used by "run_post" jobs, and the kjet hardware seems to avoid UPP crashes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants