-
Notifications
You must be signed in to change notification settings - Fork 110
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
add tests for chgres_cube.fd/program_setup.f90 read_setup_namelist() subroutine #296
Comments
@GeorgeGayno-NOAA can I please have a working namelist file for the chgres_cube? |
You can use this sample on Hera: /scratch2/NCEPDEV/stmp1/George.Gayno/namelist.for.ed |
|
@GeorgeGayno-NOAA I need a namelist that has grib input as well, so I can test the read_varmap() subroutine. Can you post the contents of such a namelist here? Also, if there are other valid sorts of namelists, post the contents of a sample from each of the valid input choices, and I will add tests for them. |
Each namelist has slightly different entries based on the input data source. I will cut and paste samples of each to this issue. |
Sample namelist when using FV3 tiled history data as input:
|
Sample namelist when using GFS GRIB2 data as input:
|
Sample namelist when using FV3 nemsio data as input:
|
Sample namelist when using FV3 netcdf data as input:
|
Sample namelist when using FV3 tiled warm restart files as input:
|
Sample namelist when using spectral GFS nemsio data as input:
|
Sample namelist when using spectral GFS sigio format:
|
That should cover all the bases. |
If you want to run these MPI tests on WCOSS-Dell, here is what I do:
|
I will try and let you know... |
Seems like I need the read_namelist function to work for #256
The text was updated successfully, but these errors were encountered: