-
Notifications
You must be signed in to change notification settings - Fork 150
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
MPAS 8 vs 7 #668
Comments
Note from Chris R. on mpas start up calculation of reconstructed u,v Looks like the computation is done in this code: https://github.com/MPAS-Dev/MPAS-Model/blob/master/src/operators/mpas_vector_reconstruction.F |
Note from Soyoung to add fields back into files
Then, recompile your init_atmosphere_model. Next, for core=atmosphere_model, add these two lines right below
With that, recompile your atmosphere_model. |
In fact, we already have the MPAS codes in DART/models/mpas_atm/get_reconstruct_mod.f90, which are called from the compute_u_with_rbf module in model_mod.f90 when use_u_for_wind = .true. |
Thanks for the info @syha Do you know which version of DART & version of MPAS NSSL is using/used? |
No problem. NSSL uses their own version of the MPAS model based on V8.0 for their own physics suite + new I/O stream. Their DART is basically the version I had tried to push into this repository but was not allowed to, plus some bug fixes and updates for the compatibility with the regional model. So the current mpas-atm in DART is quite outdated and needs comprehensive updates to work with the recent version of the model. If you guys can work with me, I guess we can get all the updates and tests done in a month or so, but I don't have time to do it alone. The MPAS-JEDI uses its own MPAS version customized for the JEDI system. It's a bit too much to write all of them down here, I'd better explain to you in a meeting. |
may split this off into a separate scripting issue: driver_mpas_dart.csh refering to out-of-date namelist option DART/models/mpas_atm/shell_scripts/driver_mpas_dart.csh Lines 374 to 375 in 4b18402
Zero documentation on docs.dart.ucar.edu for the scripting. |
todo:
Spec: mpas After Thursday 18th 2024 meeting with Soyoung Ha: regional mpas changes are on Soyoung's branch mpas_readme_updates |
Collection of MPAS 8 vs MPAS 7 differences.
User reported problems with MPAS 8 and DART:
MPAS reconstructed wind no longer output by mpas
Change made to MPAS which has removed uReconstruct{Zonal,Meridional}' fields from atmosphere restart stream.
Remove 'uReconstruct{Zonal,Meridional}' fields from atmosphere restart stream MPAS-Dev/MPAS-Model#1016
Required (at least with the current DART mpas model_mod) for assimilating wind. The model_mod is assuming
uReconstruct{Zonal,Meridional} are present in the restart file.
The text was updated successfully, but these errors were encountered: