CESM-Development / cime

Common Infrastructure for Modeling the Earth
Other
16 stars 13 forks source link

Cime nocvmixlib #481

Closed jtruesdal closed 7 years ago

jtruesdal commented 7 years ago

Remove need to build and link cvmix library when creating the CESM executable. CVMIX routines are now included with POP and MARBL files when CESM is built.

Test suite: aux_pop Test baseline: cesm2_0_alpha04b Test namelist changes: na Test status: [bit for bit, roundoff, climate changing] BFB Fixes [CIME Github issue #]

User interface changes?:

Code review: Would like Jim Edwards to review.

jtruesdal commented 7 years ago

I ran the above commands which seemed to merge OK. Is there more I need to do?

git checkout -b jtruesdal-cime_nocvmixlib master git pull https://github.com/jtruesdal/cime.git cime_nocvmixlib Step 2: Merge the changes and update on GitHub.

git checkout master git merge --no-ff jtruesdal-cime_nocvmixlib git push origin master