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

Doubt about ROMS surface forcing files #357

Open
met-sree opened this issue Jan 31, 2025 · 2 comments
Open

Doubt about ROMS surface forcing files #357

met-sree opened this issue Jan 31, 2025 · 2 comments

Comments

@met-sree
Copy link

Dear all,
I want to run the COWAST model (WRF+ROMS+SAWN), similar to the Sandy test case.

  1. When coupling the ROMS model with WRF, won't it take surface forcing files from WRF? Do we need to provide them externally?

  2. If my WRF initial condition is from GFS, can I use surface forcing files from ERA? Is that a good approach?

  3. I am trying to extract the forcing files from GFS for the recent year (2023), but the code provided in "roms_wilkin" is not working due to changes in the data path. I also tried extracting the data using "ncei_2roms.m," but it is showing an error:
    going to get GFS grid 4 0.5deg data
    getting GFS grid 4 0.5 deg data at 20230611T000000
    lwrad down is not available for GFS
    lwrad up is not available for GFS
    swrad down is not available for GFS
    swrad up is not available for GFS
    rain is not available for GFS
    and atlast error: at var = double(ncread(url,'Pressure_reduced_to_MSL_msl'));
    like, Error in netcdf.open (line 67)
    [varargout{:}] = netcdflib ( 'open', filename, varargin{1} );

Please provide your suggestions to overcome this issue.

Thank you,
Sree

@jcwarner-usgs
Copy link
Collaborator

1- if you have roms and wrf coupled, and you #define ATM2OCN_FLUXES, or #define BULK_FLUXES, then WRF will send the necessary fields to ROMS to compute the surface heat and momentum fluxes. And WRF will get the SST from ROMS. So you do not need any surface forcing files for ROMS.

2- sounds like a question for the WRF forum. this forum is more on the coupling. But in general, if the init condition is not too different than the forcing, then the model should be ok. it is best to run the model for several days or so before the time period of interest.

3- yes i know that GFS doe not have all the data sometimes.
the package from Wilkin should work to get ecmwf data.
if you have a problem with that package, you could post a message on the ROMS forum.

@met-sree
Copy link
Author

met-sree commented Feb 3, 2025

Thank you Sir.

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