Skip to content

Conversation

@Biao-Zhao
Copy link

Change stored_adjsfcdlw, stored_adjsfcdsw, and stored_adjsfcnsw from pointer to allocatable, avoiding compilation error at line 4067

Description

Include a summary of the change and which issue is fixed. Please also include
relevant motivation and context. List any dependencies that are required for
this change.

Fixes # (issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note
any relevant details for your test configuration (e.g. compiler, OS). Include
enough information so someone can reproduce your tests.

Checklist:

Please check all whether they apply or not

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Change stored_adjsfcdlw, stored_adjsfcdsw, and stored_adjsfcnsw from pointer to allocatable, avoiding compilation error at line 4067
@laurenchilutti
Copy link
Member

@JosephMouallem It looks like our changes in PR #74 cause this compilation error. Can you explain the behavior you were seeing when these variables were defined as allocatables instead of pointers?

#74 (comment)

@JosephMouallem
Copy link
Contributor

Can you please keep these variables as pointers and instead remove the deallocate statement that is causing this compilation error?
This is where these changes were introduced in the last commit in the latest PR:
e7a0c539e9b81e6f19184aa6375b21b8cb912708

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