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

Incorporate BNU soil type data #705

Closed
GeorgeGayno-NOAA opened this issue Oct 18, 2022 · 12 comments · Fixed by #717
Closed

Incorporate BNU soil type data #705

GeorgeGayno-NOAA opened this issue Oct 18, 2022 · 12 comments · Fixed by #717
Assignees
Labels
enhancement New feature or request

Comments

@GeorgeGayno-NOAA
Copy link
Collaborator

Incorporate the BNU soil type data to support the regional model.

Data is available here: https://www2.mmm.ucar.edu/wrf/users/download/get_sources_wps_geog.html#optional

@GeorgeGayno-NOAA
Copy link
Collaborator Author

Data was pulled to Cactus using this command:

wget https://www2.mmm.ucar.edu/wrf/src/wps_files/geog_alt_lsm.tar.gz

The tar file was decompressed, then untarred:

gzip -d geog_alt_lsm.tar.gz
tar -xvf geog_alt_lsm.tar

All data was placed in /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/bnu.soil/orig_data

GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Oct 20, 2022
them into a single global lat/lon grid, then write out the
result to a netcdf file readable by ufs_utils.

Fixes ufs-community#705.
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Oct 25, 2022
@GeorgeGayno-NOAA
Copy link
Collaborator Author

Rongqian has created a file from the original dataset, not from the WRF tiles as I did. Hold further work for now.

@barlage
Copy link
Collaborator

barlage commented Oct 26, 2022

@GeorgeGayno-NOAA The global 30" BNU soil type data in the same format as the global 30" VIIRS vegetation are stored in the land data space on hera: /scratch2/NCEPDEV/land/data/input_data/soil_type/soil_type.bnu.30s.nc

Note this is not internally compressed. If you want me to compress George, let me know. I will follow up with some more documentation.

@barlage
Copy link
Collaborator

barlage commented Oct 26, 2022

@GeorgeGayno-NOAA for documentation and scripts, do you want a new directory added to the util directory with a readme and scripts?

@GeorgeGayno-NOAA
Copy link
Collaborator Author

@GeorgeGayno-NOAA The global 30" BNU soil type data in the same format as the global 30" VIIRS vegetation are stored in the land data space on hera: /scratch2/NCEPDEV/land/data/input_data/soil_type/soil_type.bnu.30s.nc

Note this is not internally compressed. If you want me to compress George, let me know. I will follow up with some more documentation.

Thanks, I will run a test grid with this data.

@GeorgeGayno-NOAA
Copy link
Collaborator Author

@GeorgeGayno-NOAA for documentation and scripts, do you want a new directory added to the util directory with a readme and scripts?

We will add a new sub-directory under 'util': https://github.com/ufs-community/UFS_UTILS/tree/develop/util

It can contain a readme file and the source code. I would also include a simple build script and run script for the machine you used to create the data. How much source code/scripts are associated with this project?

@barlage
Copy link
Collaborator

barlage commented Oct 26, 2022

@GeorgeGayno-NOAA I started a PR with the README and scripts/code. Let me know what else you would like done.

@GeorgeGayno-NOAA
Copy link
Collaborator Author

@GeorgeGayno-NOAA The global 30" BNU soil type data in the same format as the global 30" VIIRS vegetation are stored in the land data space on hera: /scratch2/NCEPDEV/land/data/input_data/soil_type/soil_type.bnu.30s.nc

Note this is not internally compressed. If you want me to compress George, let me know. I will follow up with some more documentation.

Yes. Go ahead and compress the data.

@GeorgeGayno-NOAA
Copy link
Collaborator Author

@KateFriedman-NOAA - Yet another file to add to ./sfc_climo - /scratch2/NCEPDEV/land/data/input_data/soil_type/soil_type.bnu.30s.nc

No hurry.

GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Oct 28, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Oct 28, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Oct 28, 2022
@KateFriedman-NOAA
Copy link
Collaborator

Pulled into the Hera set:

[glopara@hfe07 20221017]$ pwd
/scratch1/NCEPDEV/global/glopara/fix/sfc_climo/20221017
[glopara@hfe07 20221017]$ ll soil_type.bnu.30s.nc 
-rw-r--r-- 1 glopara global 19578661 Oct 27 16:14 soil_type.bnu.30s.nc

I have some other new fix files to pull in from Russ so I'll rsync this new soil_type file to the other platforms when I rsync the others.

@GeorgeGayno-NOAA
Copy link
Collaborator Author

Note to self - file is on Hera, Orion and WCOSS2, but not Jet. Will hold off on merge.

@KateFriedman-NOAA
Copy link
Collaborator

Updated fix file is now on Jet as well.

GeorgeGayno-NOAA pushed a commit that referenced this issue Nov 1, 2022
Add scripts and code used to create the global
30-second BNU soil texture data.  Include a README.

Part of #705.
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 1, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 29, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 29, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 29, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 30, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 30, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Nov 30, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Dec 1, 2022
GeorgeGayno-NOAA added a commit that referenced this issue Dec 1, 2022
Updates to create model grids using new Beijing Normal
University (BNU) soil type data.

Fixes #705.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants