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

Improve single thread performance. Also add more OMP directives in MOM_b... #27

Merged
merged 1 commit into from
Jun 28, 2014

Conversation

Zhi-Liang
Copy link
Contributor

Improve single thread performance and add more OMP directives in MOM_barotropic.

@adcroft adcroft self-assigned this Jun 27, 2014
@adcroft adcroft merged commit dfcc89b into dev/master Jun 28, 2014
real, dimension(SZIW_(CS),SZJBW_(CS)) :: &
vbt_prev, vhbt_prev, vbt_sum_prev, vhbt_sum_prev, vbt_wtd_prev ! for OBC

real, dimension(SZIB_(G),SZJB_(G)) :: &
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This declaration needs to use wide halos, i.e. (SZIBW_(CS), SZJBW(CS)), otherwise there will be segmentation faults for sufficiently wide barotropic halos. In addition, the use of the same arrays for fields that are staggered at the u- and v-points could be confusing.

gustavo-marques added a commit to gustavo-marques/MOM6 that referenced this pull request Sep 27, 2017
Fixed initial time for cont'd runs. Implemented ocn.log file
Hallberg-NOAA added a commit to marshallward/MOM6 that referenced this pull request Dec 13, 2021
MJHarrison-GFDL pushed a commit to MJHarrison-GFDL/MOM6 that referenced this pull request Aug 16, 2022
Returns the value of the mpp_io_nml variable cf_compliance

Fixed mom-ocean#27
MJHarrison-GFDL pushed a commit to MJHarrison-GFDL/MOM6 that referenced this pull request Aug 16, 2022
To follow CF compliance, the time_bnds axis units must be the same as the time axis.  This modification uses the same time_axis units as the time axis if do_cf_compliance() is true.

Fixes mom-ocean#27
MJHarrison-GFDL pushed a commit to MJHarrison-GFDL/MOM6 that referenced this pull request Aug 16, 2022
Returns the value of the mpp_io_nml variable cf_compliance

Fixed mom-ocean#27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants