-
Notifications
You must be signed in to change notification settings - Fork 10
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 a new IO option for EnKF for FV3-LAM restart files in their original dynvars and tracer form. #301
Comments
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 3, 2022
…d for fv3-lam interface in the GSI EnKF to directly deal with the core and tracer files from FV3LAM
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 4, 2022
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 11, 2022
…d for fv3-lam interface in the GSI EnKF to directly deal with the core and tracer files from FV3LAM
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 11, 2022
…d for fv3-lam interface in the GSI EnKF to directly deal with the core and tracer files from FV3LAM
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 18, 2022
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 28, 2022
TingLei-daprediction
added a commit
to TingLei-daprediction/GSI
that referenced
this issue
Mar 29, 2022
MichaelLueken
added a commit
that referenced
this issue
Apr 5, 2022
…enkfiosplit GitHub Issue #301. Adding the option l_fv3reg_filecombined for fv3-lam interface in the GSI EnKF
AndrewEichmann-NOAA
pushed a commit
to AndrewEichmann-NOAA/GSI
that referenced
this issue
Jun 6, 2022
AndrewEichmann-NOAA
pushed a commit
to AndrewEichmann-NOAA/GSI
that referenced
this issue
Jun 6, 2022
…enkfiosplit GitHub Issue NOAA-EMC/GSI#301. Adding the option l_fv3reg_filecombined for fv3-lam interface in the GSI EnKF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current IO for Fv3-lam of the GSI EnKF, the read-in and write-output FV3-LAM restart files are combined into one single file from original UFS output's two restarts files of the dynvars and tracer files respectively. After EnKF update, those combined files would be "split" back to the original dynvars and tracer files. It was chosen to do so because to reduce the complicities in the EnKF IO coding.
Those combining and splitting are done using ncks now. Though those ncks process could be done in parallel, when the model domain become larger in a few major applications, removing those extra steps is regarded as needed to speed up those whole process.
Hence, this issue will document the effort to add an extra option for EnKF IO for fv3_lam (mainly on gridio_fv3reg.f90) to do reading/writing directly on the UFS original restart files of the form in dynvars and tracers files respectively.
The text was updated successfully, but these errors were encountered: