MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
237 stars 317 forks source link

Recent mods from MPAS-JEDI #789

Open snyderdad opened 3 years ago

snyderdad commented 3 years ago

Here's a consolidated list of modifications from JCSDA-internal/MPAS-Model that we hope to merge with MPAS-Dev/MPAS-Model. All except cmake build are specific to core_atmosphere or core_init_atmosphere.

PR for 2nd through 5th changes on list into JCSDA-internal/MPAS-model is https://github.com/JCSDA-internal/MPAS-Model/pull/8. @jjguerrette (Edit: @mgduda changed the order, so 2nd through 5th may not correspond anymore...)

Aim is to merge these into MPAS-Dev.

mgduda commented 3 years ago

As PRs are created to handle the modifications listed in this issue, it might be helpful to reference this issue in the description of the PR.

svahl991 commented 3 years ago

Here's a consolidated list of modifications from JCSDA-internal/MPAS-Model that we hope to merge with MPAS-Dev/MPAS-Model.

An addition to the list: Add optional parameters to the mpas_init signature, allowing the caller to pass in a namelist and/or streams filename, identical to the functionality already present when using the -n and -s command-line parameters. See JCSDA-internal#10.

jjguerrette commented 3 years ago

The cmake build procedure is modified to disable OpenMP in https://github.com/JCSDA-internal/MPAS-Model/pull/11.

jjguerrette commented 3 years ago

https://github.com/JCSDA-internal/MPAS-Model/pull/12 enables core_init_atmosphere to use mpas_new_unit and mpas_release_unit instead of fixed file unit numbers

jjguerrette commented 2 years ago

Additional JCSDA-internal PR's since the list was last updated are as follows...