-
Notifications
You must be signed in to change notification settings - Fork 104
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
Capability of detect gaussian grid scanning mode north2south vs. south2north #47
Comments
The pull request was created at #48. |
The PR was viewed and approved by Dusan. |
Merged into ufs_public_release (#48). Will there be a corresponding PR for develop/master? |
@climbfuji Thanks for merging. I will create another PR for branch develop update. The UPP branch |
This sounds good to me, thanks! |
This new feature was committed in branch develop at 927708e on 01/16/19. |
* Initial commit for FV3SAR User's Guide in Sphinx. This includes: Introduction: How to use this document Chapter 1 is a template to be filled in Chapter 2: Software Installation Acknowledgement Directions to install Sphinx and build this document in html and PDF are in the README file. * Change $TOP_DIR to $BASEDIR Add numref to auto-number tables Add instructions to Chpater 2 to use specific hash tags of NEMSfv3gfs Add Chapter 3: Configuring the FV3SAR Workflow Add Chapter 4: Runing the FV3SAR Workflow * modified grid driver scripts and run_chgres scripts to use fv2sar_workflow rather than global-workflow. Added theia batch commands for slurm. Added options to build scripts in sorc directory for WCOSS DELL
Add a a fix from Dusan Javic for scanning mode in POST for gaussian grid to detect north2south vs. south2north based on latstart vs latlast.
The change in sorc/ncep_post.fd/grib2_module.f as:
@@ -1389,6 +1389,11 @@
ifield3(16) = lonlast
ifield3(17) = NINT(360./(IM)*1000000.)
ifield3(18) = NINT(JM/2.0)
!
!** Latlon grid
ELSE IF(MAPTYPE == 0 ) THEN
This change will be committed to branch "ufs_public_release".
The text was updated successfully, but these errors were encountered: