-
Notifications
You must be signed in to change notification settings - Fork 6
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
CDEPS (datm variables) #146
Comments
Due to previous schism version only exchange wind speed and pressure through CDEPS (lack of other sflux variables such as radiation/precipitation….), we skip “-DUSE_ATMOS=ON” in compiling option to let model use its own forcing to perform the Sandy test. Test found elevation/wind are set as zero even we set homogeneous elev/wind in ww3_shel.nml. From 1/13/2025 meeting, this is consistent as @yunfangsun ’s test result, UFS-WW3 only accept external forcing or CDEPS data. However, @josephzhang8 just updates schism code (after aff3de3, nws=4 with USE_ATMOS), this part needs further testing through CDEPS to check any sflux vars still missing during simulation. Test will use SECOFS setting since it needs all sflux variables. |
variable lists |
<style>
</style>
|
@uturuncoglu FYI |
@danishyo @yunfangsun we are already have support for prmsl, uwind, vwind, stmp, spfh, dlwrf and prate (total precipitation). We have support for net shortwave but not the downwelling component but I could add it easily. You need to use following CDEPS variables to map variables from data to CDEPS internal ones. This is done in datm.streams fconfiguration file.
I synced UFS Coastal with recent changes in UFS WM and testing now. Once it is done. I will add missing Downward Short Wave Radiation Flux variable to CDEPS. Also note that we have no any particular unit change in the datm mode and I'll keep like that. This means that user responsible to provide the data file that match units requested by the other component. |
@danishyo @yunfangsun Okay. I added |
Thx @uturuncoglu. What are the units for those variables? We'll need the info to match those on our side. |
@josephzhang8 no units are specified or modified in CDEPS data mode. So, the units of the data that reach to target component like schism is the same with the one data file given to CDEPS. So, if you structure your data file for desired units that would be fine. |
@danishyo @yunfangsun Faxa_swdn is added to atmmesh data mode under CDEPS. If you have fish checkout of the UFS Coastal, you will have updated CDEPS. Let me know if you have any issue. |
Description
To Reproduce:
Additional context
Output
The text was updated successfully, but these errors were encountered: