Skip to content

Comments

initialize mytask and master_task here#61

Open
jedwards4b wants to merge 2 commits intoESCOMP:masterfrom
jedwards4b:reduce_stdout
Open

initialize mytask and master_task here#61
jedwards4b wants to merge 2 commits intoESCOMP:masterfrom
jedwards4b:reduce_stdout

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?

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