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

initialize mytask and master_task here #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jedwards4b
Copy link
Collaborator

Description of changes:

Initialize mytask and master_task here prior to using them. This reduces output to the cesm.log file.

Testing:

Test case/suite:
Test status: bit for bit

Fixes #60

User interface (namelist or namelist defaults) changes?

Copy link
Collaborator

@mnlevy1981 mnlevy1981 left a comment

Choose a reason for hiding this comment

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

Were master_task and my_task just never set in the NUOPC cap, or are there calls to ESMF_GridCompGet() and ESMF_VMGet() that can be removed since they are now called here?

@@ -115,11 +115,12 @@ subroutine ocn_advertise_fields(gcomp, importState, exportState, flds_scalar_nam
! input/output variables
type(ESMF_GridComp) :: gcomp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_State) :: exportState
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you remove the extra whitespace that got added here?

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.

ocn_import_export using unassigned variable
2 participants