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

Capability of detect gaussian grid scanning mode north2south vs. south2north #47

Closed
WenMeng-NOAA opened this issue Jan 11, 2020 · 6 comments

Comments

@WenMeng-NOAA
Copy link
Collaborator

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)

  •   if( latstart < latlast ) then
    
  •    ifield3(19) = 64      !for SN scan  
    
  •   else
    
  •    ifield3(19) = 0       !for NS scan
    
  •   endif
    

!
!** Latlon grid
ELSE IF(MAPTYPE == 0 ) THEN

This change will be committed to branch "ufs_public_release".

@WenMeng-NOAA
Copy link
Collaborator Author

The pull request was created at #48.

@WenMeng-NOAA
Copy link
Collaborator Author

The PR was viewed and approved by Dusan.

@climbfuji
Copy link
Contributor

Merged into ufs_public_release (#48). Will there be a corresponding PR for develop/master?

@WenMeng-NOAA
Copy link
Collaborator Author

@climbfuji Thanks for merging. I will create another PR for branch develop update. The UPP branch
develop and ufs_public_release are not unified. I would expect both of you and Kate to take care of maintaining ufs_public_release branch. I will maintain branch develop. Please let me know if you have comments/suggestions. Thanks!

@climbfuji
Copy link
Contributor

This sounds good to me, thanks!

@WenMeng-NOAA
Copy link
Collaborator Author

This new feature was committed in branch develop at 927708e on 01/16/19.

EricJames-NOAA referenced this issue in EricJames-NOAA/UPP Dec 14, 2022
* 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
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

2 participants