-
Notifications
You must be signed in to change notification settings - Fork 108
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 sfc_climo_gen to include soil color dataset needed by noahmp land model #720
Comments
@KateFriedman-NOAA Can you please add this file to the No hurry. Thanks! |
The tiled soil color data on various fractional grids (C48,C96,C192,C384,C768 and C1152) is |
I've pulled that file into the |
I should also have pointed out, it's in the newer 20221017 sfc_climo subfolder:
|
Thanks, @KateFriedman-NOAA, I did not realize that file was already hosted. @RongqianYang-NOAA has mapped this data to our standard fractional grids - ./orog/C???.mx???_frac. At some point, he will want his data added to those directories. |
In case my words confused...it wasn't already in there, I added it new to that specific timestamp subfolder. :) |
@GeorgeGayno-NOAA @KateFriedman-NOAA The file soil_color.clm.0.05.nc is not available in the public link pointed to by: Which points to: I also do not see it at any of these locations: This missing file is currently breaking my execution of fv3gfs_driver_grid.sh
Is there a place this file can be found online? |
@JeffBeck-NOAA Do you know who hosts the 'fixed' data to amazonaws? |
@StevePny You don't have access to our NOAA RDHPCS machines? |
@GeorgeGayno-NOAA No longer, I'm running everything on AWS ec2 right now. Also, in general for the UFS community many others will not have access to RDHPCS. |
@KateFriedman-NOAA do you host the files on https://ftp.emc.ncep.noaa.gov/static_files/public/UFS/GFS/fix/fix_sfc_climo/ |
I do. Apologies, I see we failed to keep the ftp server fix set updated with the on-disk sets. Let me look into doing this, I need to make sure we have the room on the ftp server since we've tripled the fix set since it was last updated there. Stay tuned... |
Note the restructuring that happened last year would also occur in the fix set if I update it with the current state of things. |
I second @GeorgeGayno-NOAA 's question. Sounds like that set needs to get updated. I'm not getting good news on available space on ftp to keep adding fix files there. |
@MichaelLueken, could you put us in contact with whomever manages the fixed files on AWS? Thanks! |
@JeffBeck-NOAA, I'm working on trying to figure out to put you in contact with to add this fix file to AWS. How urgent is it that the file is added? Thanks! |
@MichaelLueken The file was requested by @StevePny. |
@StevePny I have been asked to see the urgency of making this file available on AWS. Please let me know if you still require this file so that I can let the Project Owner of the team who would need to add this file know. Thanks! |
Hi @MichaelLueken, at the moment, the absence of this file is crashing my use of UFS_UTILS to generate grids, as of the change associated with this issue (~December 8). This breaks the functionality described at https://noaa-emcufs-utils.readthedocs.io/en/latest/ufs_utils.html for any outside users. I suppose I can pull a tag from before this change in the meantime, but in general I would consider that high priority. For example, this documentation says:
and yet the file soil_color.clm.0.05.nc is not in the location stated. |
@StevePny, the soil color file now exists in the AWS bucket. Can you check that it works for you? Thanks! |
Hi @JeffBeck-NOAA, thanks yes I am able to wget the file now and run both ./fv3gfs_driver_grid.sh and ./chgres_cube.sh successfully. |
Thanks @StevePny, glad to hear it's working! @MichaelLueken, thanks for your help! |
Noah-MP land model defines soil albedo through a lookup table based on a soil color classification. There is a readily available dataset developed for the CLM/CTSM land model (see Lawrence and Chase(2007) JGR, doi:10.1029/2006JG000168) that can be used. This dataset has already been formatted to be consistent with sfc_climo_gen input requirements (/scratch2/NCEPDEV/land/data/input_data/soil_color/soil_color.clm.0.05.nc). The capability to produce this data on the UFS grid is needed.
The text was updated successfully, but these errors were encountered: