ufs-community / ufs-mrweather-app

UFS Medium-Range Weather Application
Other
23 stars 23 forks source link

CIME needs to recognize standardized names for raw ICS #176

Closed ligiabernardet closed 4 years ago

ligiabernardet commented 4 years ago

For v1.1 the user will have to stage the raw ICs on disk by themselves - autodownloads will not be supported. The user will stage their raw IC with file name atm.input.ic.grb2 or atm.input.ic.nemsio or atm.input.ic.nc according to the file format (GRIB2, NEMSIO, or netCDF, respectively). CIME will prepare the input for chgres_cube accordingly.

uturuncoglu commented 4 years ago

The files need to be named as follows;

ligiabernardet commented 4 years ago

@uturuncoglu Just to confirm. We are also turning off the autodownload of raw ICs from the ftp site, correct? So, even for the default date for the App, users will do the manual staging of data. Pls confirm.

uturuncoglu commented 4 years ago

@ligiabernardet yes, i have just implemented it and i am testing now. So, user need to download IC manually (even for the default date) but other static files can be still retrieved automatically by CIME

llpcarson commented 4 years ago

But, for pre-configured platforms, the default case is already staged, correct? i.e. cheyenne at $CESMDATAROOT/ufs_inputdata/icfiles/?

Or is that changing with this change? The Getting-Started and GST doc may need to be updated, too, in that case.

Laurie

On Mon, Aug 24, 2020 at 4:19 PM ligiabernardet notifications@github.com wrote:

@uturuncoglu https://github.com/uturuncoglu Just to confirm. We are also turning off the autodownload of raw ICs from the ftp site, correct? So, even for the default date for the App, users will do the manual staging of data. Pls confirm.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ufs-community/ufs-mrweather-app/issues/176#issuecomment-679395107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2OWIXR74L5BKFTNGMKMATSCLROBANCNFSM4QJ34MGQ .

uturuncoglu commented 4 years ago

@llpcarson yes, that is correct and the default initial conditions must be in those platforms. But, when we decide not to get files automatically from server and assign them a static name like atm.input.ic.grb2, the existing files will not work anymore unless we link the IC files using new name convention.

ligiabernardet commented 4 years ago

This work is complete and ready for testing.