Skip to content

Hook up other SUBDD-State_Diag for 2D StateMet tracers#98

Merged
joewallwork merged 4 commits intohistory-rc-file-for-model-efrom
29_subdd-statediag
Mar 14, 2025
Merged

Hook up other SUBDD-State_Diag for 2D StateMet tracers#98
joewallwork merged 4 commits intohistory-rc-file-for-model-efrom
29_subdd-statediag

Conversation

@joewallwork
Copy link
Copy Markdown
Collaborator

@joewallwork joewallwork commented Mar 14, 2025

Towards #29.
Merges into #84.

This PR hooks up the other 2D StateMet fields that weren't already considered.

@joewallwork joewallwork added the deliverable1 Associated with deliverable 1 label Mar 14, 2025
@joewallwork joewallwork self-assigned this Mar 14, 2025
@joewallwork joewallwork changed the title Other StateMet fields Hook up other SUBDD-State_Diag for 2D StateMet tracers Mar 14, 2025
endif

if ( trim(subdd%name(k)) == "StateMet_SUNCOSMID" ) then
if ( trim(subdd%name(k)) == "StateMet_SUNCOSmid" ) then
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It's formatted this way in the HISTORY file.

Comment on lines +4064 to +4065
sname = 'StateMet_USTAR', &
lname = 'StateMet_USTAR', &
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This was just a typo introduced by me.

Comment on lines +3753 to +3759
#ifdef MODEL_GEOS
arr(next()) = info_type_( &
sname = 'StateMet_CNVFRC', &
lname = 'StateMet_CNVFRC', &
units = '1' &
)
#endif
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This was just a missing preprocessor statement by me.

Comment on lines -212 to -219
! TODO: Which array?
! State_Met%AD (II,JJ) = ???

! TODO: Which array?
! State_Met%AIRDEN (II,JJ) = ???

! TODO: Which array?
! State_Met%AIRVOL (II,JJ) = ???
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It turns out these are actually 3D arrays so should be handled separately.

@joewallwork joewallwork marked this pull request as ready for review March 14, 2025 15:19
@joewallwork joewallwork merged commit 465d58e into history-rc-file-for-model-e Mar 14, 2025
4 checks passed
@joewallwork joewallwork deleted the 29_subdd-statediag branch March 14, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deliverable1 Associated with deliverable 1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants