-
Notifications
You must be signed in to change notification settings - Fork 109
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
Update documentation to support SRW APP v2.0 #643
Comments
@mdtoy We will need you help to document the 'orog_gsl' program. |
Sounds good. Let me know how I can help.
… On Apr 20, 2022, at 7:41 AM, GeorgeGayno-NOAA ***@***.*** ***@***.***>> wrote:
@mdtoy <https://github.com/mdtoy> We will need you help to document the 'orog_gsl' program.
—
Reply to this email directly, view it on GitHub <#643 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFMODLF6GHM67QJXUBFQJ3TVGACRTANCNFSM5T4CQGNA>.
You are receiving this because you were mentioned.
|
We need basic information about the program. Its purpose, inputs/outputs etc. You can use the description of the older orog program as a guide: https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#orog You can add your information to this issue, or use a google doc and link to it. I will add the information to my branch, then create the updated 'readthedocs'. |
Here is a description of the "orog_gsl” code:
This code creates orographic statistics fields required for the orographic drag suite developed by NOAA's Global Systems Laboratory (GSL). The fields are a subset of the ones calculated by "orog.fd" except that they are calculated in a different manner. The fields are:
stddev -- standard deviation of subgrid topography
convexity -- convexity of subgrid topography
oa1,oa2,oa3,oa4 -- orographic asymmetry of subgrid topography (for 4 orientations:
1-westerly, 2-southerly, 3-southwesterly, 4-northwesterly)
ol1,ol2,ol3,ol4 -- orographic effective length of subgrid topography (for 4 orientations:
1-westerly, 2-southerly, 3-southwesterly, 4-northwesterly)
Two Cxxx_oro_data files are created:
- an "ls" (large-scale) file for the gravity wave drag and blocking schemes of Kim and Doyle (QJRMS, 2005)
- a "ss" (small-scale) file for the small-scale gravity wave drag scheme of Tsiringakis et al. (QJRMS, 2017) and the turbulent orographic form drag (TOFD) scheme of Beljaars et al. (QJRMS, 2004)
The inputs to be passed to the executable are tile number (1-6 for global, 7 for stand-alone regional) and grid resolution, e.g., 768 for C768.
The source data are the following two files to be located in the "fix" directory:
- geo_em.d01.lat-lon.2.5m.HGT_M.nc -- global topographic data on 2.5-minute lat-lon grid (interpolated from GMTED2010 30-second topographic data)
- HGT.Beljaars_filtered.lat-lon.30s_res.nc -- global topographic data on 30-second lat-lon grid (GMTED2010 data smoothed according to Beljaars et al. (QJRMS, 2004))
… On Apr 20, 2022, at 9:13 AM, GeorgeGayno-NOAA ***@***.***> wrote:
Sounds good. Let me know how I can help.
We need basic information about the program. Its purpose, inputs/outputs etc. You can use the description of the older orog program as a guide: https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#orog <https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#orog>
You can add your information to this issue, or use a google doc and link to it. I will add the information to my branch, then create the updated 'readthedocs'.
—
Reply to this email directly, view it on GitHub <#643 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFMODLHAYJSCNQCJIQTA7R3VGANJBANCNFSM5T4CQGNA>.
You are receiving this because you were mentioned.
|
I updated the sfc_climo_gen part. Where will the community access the input climo files? Currently, I refer to the link in the fix directory (./fix/fix_sfc_climo): https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#id30 Here? https://ftp.emc.ncep.noaa.gov/static_files/public/UFS/GFS/fix_nco_gfsv16/fix_sfc_climo/ |
@GeorgeGayno-NOAA, thanks! For those not on NOAA HPC, the documentation points the user to the AWS instance of the fixed files here. Do any of the sfc_climo_gen files need to be updated? I didn't think so. |
Yes, this looks good. Thank you.
… On Apr 20, 2022, at 2:21 PM, GeorgeGayno-NOAA ***@***.***> wrote:
@mdtoy <https://github.com/mdtoy> Is this Ok? https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#orog-gsl <https://georgegayno-noaaufs-utils.readthedocs.io/en/feature-srw_doc/ufs_utils.html#orog-gsl>
—
Reply to this email directly, view it on GitHub <#643 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFMODLBL23ZW3TZAJS3SIW3VGBRONANCNFSM5T4CQGNA>.
You are receiving this because you were mentioned.
|
Fixes ufs-community#643.
Fixes ufs-community#643.
Yes, the VIIRS data is hosted on all officially supported machines under the ./fix/fix_sfc_climo directory. Other new files:
|
@GeorgeGayno-NOAA, thanks. I believe the orography, sfc_climo, and lake_frac fixed files are already in the tarball that @mkavulich put together. Mike, can you confirm? For the orog_gsl fixed files, we should get those moved to fix_orog. |
@JeffBeck-NOAA and @LarissaReames-NOAA - do you want me to add your documentation updates to my branch? Or do you want to open your own branch? |
Fixes ufs-community#643.
Fixes ufs-community#643.
@GeorgeGayno-NOAA, I think we can add it to your branch, but it's not quite ready. We'll need to finalize those changes soon. Thanks! |
We now have a way to host the doxygen for multiple tags and releases. See #610. |
Is this where the 'fixed' data will reside? https://noaa-ufs-srw-pds.s3.amazonaws.com/index.html#fix/ |
Fixes ufs-community#643.
Fixes ufs-community#643.
Fixes ufs-community#643.
Update the doxygen and 'readthedocs' documentation. Update the varmap file 'readme' file. Supports v2.0 of the SRW Application. Fixes #643.
The 'read the docs' documentation needs to be updated.
The text was updated successfully, but these errors were encountered: