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

update gdas/gsibec qoption #2493

Closed
1 of 4 tasks
RussTreadon-NOAA opened this issue Apr 15, 2024 · 9 comments · Fixed by #2497
Closed
1 of 4 tasks

update gdas/gsibec qoption #2493

RussTreadon-NOAA opened this issue Apr 15, 2024 · 9 comments · Fixed by #2497
Assignees

Comments

@RussTreadon-NOAA
Copy link
Contributor

Target fix directory

gdas/gsibec

Type of change

  • Update existing files
  • Remove files
  • Add new files to existing directory
  • Add new fix directory

Any workflow changes needed?

No change needed

Related issues

GDASApp PR #1015 updated the GSIBEC tag used by GDASApp. A change to qoption associated with this change to GSIBEC is mentioned in fv3-jedi PR #1173.

Pickup location

/scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/jediinc2fv3/fix/gdas/gsibec

Size

no change in size of gfs_gsi_global.nml

@KateFriedman-NOAA
Copy link
Member

@RussTreadon-NOAA I have created a new gdas/gsibec timestamp (20240416) and copied the provided files within. Please confirm the following on Hera is as requested, thanks!

[role.glopara@hfe08 20240416]$ pwd
/scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416
[role.glopara@hfe08 20240416]$ ll *
C192:
total 30828
-rw-r--r-- 1 role.glopara global     3593 Apr 15 19:25 gfs_gsi_global.nml
-rw-r--r-- 1 role.glopara global 15183556 Nov  2  2022 global_berror.f77
-rw-r--r-- 1 role.glopara global 16375984 Nov  2  2022 gsi-coeffs-gfs-global.nc4

C384:
total 63640
-rw-r--r-- 1 role.glopara global     3595 Apr 15 19:25 gfs_gsi_global.nml
-rw-r--r-- 1 role.glopara global 31396036 Nov  2  2022 global_berror.f77
-rw-r--r-- 1 role.glopara global 33761200 Nov  2  2022 gsi-coeffs-gfs-global.nc4

C48:
total 15284
-rw-r--r-- 1 role.glopara global    3592 Apr 15 18:03 gfs_gsi_global.nml
-rw-r--r-- 1 role.glopara global 7519684 Nov  2  2022 global_berror.f77
-rw-r--r-- 1 role.glopara global 8125744 Nov  2  2022 gsi-coeffs-gfs-global.nc4

C768:
total 136172
-rw-r--r-- 1 role.glopara global     3596 Apr 15 19:24 gfs_gsi_global.nml
-rw-r--r-- 1 role.glopara global 67359940 Nov  2  2022 global_berror.f77
-rw-r--r-- 1 role.glopara global 72070576 Nov  2  2022 gsi-coeffs-gfs-global.nc4

C96:
total 15284
-rw-r--r-- 1 role.glopara global    3592 Apr 15 19:24 gfs_gsi_global.nml
-rw-r--r-- 1 role.glopara global 7519684 Nov  2  2022 global_berror.f77
-rw-r--r-- 1 role.glopara global 8125744 Nov  2  2022 gsi-coeffs-gfs-global.nc4

@RussTreadon-NOAA
Copy link
Contributor Author

@KateFriedman-NOAA . A diff of the gsibec files in 20221031/ and 20240416/ shows the correct difference.

Hera(hfe03):~$ diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031 /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416
diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031/C192/gfs_gsi_global.nml /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416/C192/gfs_gsi_global.nml
2c2
<    qoption=2,
---
> !  qoption=2,
diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031/C384/gfs_gsi_global.nml /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416/C384/gfs_gsi_global.nml
2c2
<    qoption=2,
---
> !  qoption=2,
diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031/C48/gfs_gsi_global.nml /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416/C48/gfs_gsi_global.nml
2c2
<    qoption=2,
---
> !  qoption=2,
diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031/C768/gfs_gsi_global.nml /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416/C768/gfs_gsi_global.nml
2c2
<    qoption=2,
---
> !  qoption=2,
diff -r /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20221031/C96/gfs_gsi_global.nml /scratch1/NCEPDEV/global/glopara/fix/gdas/gsibec/20240416/C96/gfs_gsi_global.nml
2c2
<    qoption=2,
---
> !  qoption=2,

The gsibec namelist in 20240416/ comments out qoption=2, thereby defaulting the gsibec code to qoption=1. This is correct.

@KateFriedman-NOAA
Copy link
Member

@RussTreadon-NOAA Great, thanks for confirming! I will proceed with syncing this update to the fix sets on the other supported platforms.

The fix version variable will need to be updated to gdas_gsibec_ver=20240416. Do you have plans to make that update within a future PR?

@RussTreadon-NOAA
Copy link
Contributor Author

I did not plan on opening an issue and PR to update gdas_gsibec_ver to 20240416. I thought this would be accomplished via this issue. Your question suggests otherwise. I'll go ahead and open an issue and PR right now.

@KateFriedman-NOAA
Copy link
Member

I'll go ahead and open an issue and PR right now.

Thanks @RussTreadon-NOAA ! If you didn't already have plans, I was going to offer to make the change but I'm happy to let you open a PR. Make me the reviewer and I'll get it approved and merged. We'll close this issue via that PR. Thanks!

@RussTreadon-NOAA
Copy link
Contributor Author

@KateFriedman-NOAA

@KateFriedman-NOAA KateFriedman-NOAA linked a pull request Apr 17, 2024 that will close this issue
3 tasks
@KateFriedman-NOAA
Copy link
Member

New gsibec copy is now synced to both WCOSS2s, Orion, and Jet.

@RussTreadon-NOAA
Copy link
Contributor Author

Thank you @KateFriedman-NOAA

@KateFriedman-NOAA
Copy link
Member

This is also now synced to our fix set on AWS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants