-
Notifications
You must be signed in to change notification settings - Fork 11
Reduced output from CAM-Oslo in noresm3 #60
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
Open
Johannesfjeldsaa
wants to merge
14
commits into
NorESMhub:noresm_develop
Choose a base branch
from
Johannesfjeldsaa:reduced_output_noresm3_from_scratch
base: noresm_develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Reduced output from CAM-Oslo in noresm3 #60
Johannesfjeldsaa
wants to merge
14
commits into
NorESMhub:noresm_develop
from
Johannesfjeldsaa:reduced_output_noresm3_from_scratch
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…end and oslo_aero_coag modules
… output fields in oslo_aero_diagnostics module
… history_amwg import from oslo_aero_ndrop
…lo_aero_share module
…rcing in mo_gas_phase_chemdr module
…le in mo_neu_wetdep module. Changes to pbuf passing of h2so4 is commented out as they give error.
…AQ and GS fields public to chemistry module
…put wet deposition of SO2.
…ed from multiple modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: Control all output from CAM-Oslo
Contributors: Johannes Fjeldså
Reviewers: Steve Goldhaber
Purpose of changes: Contain output from CAM-Oslo that is always outputted to be namelist options. In additition implement summation fields to allow for aerosol budget calculations and less posprocessing of often-reviewed aerosol output.
Github PR URL: #60
Changes made to build system: 'None'
Changes made to the namelist: 'None'
Changes to the defaults for the boundary datasets: 'None'
Substantial timing or memory changes: 'None'
Usage of new history flags to contain output that is always outputted from OsloAero. In addition multiple new fields is calculated at runtime. Similar work as done for noresm2.3, see #51. Build's on smaller changes done to the namelist system of CAM, see PR NorESMhub/CAM#232.
To test changes:
and then create whatever test case wanted.
I have done control calculations between the in-model and out-of model fields which can be seen on nird:
/nird/datalake/NS9560K/noresm3/cases/n1850.ne16pg3_tn14.beta01.budget_calculation.20250714/documentation_of_work/lookatoutput.ipynb
Also a budget has been done which is found in:
/nird/datalake/NS9560K/noresm3/cases/n1850.ne16pg3_tn14.beta01.budget_calculation.20250714/documentation_of_work/aerosol_budget_noresm3.out
NOTE however that the budgets are perhaps a bit to unclosed. This is probably because I was unable to calculate the change in global load from restart files (since needed variable live on different grids. If one where to regrid the restart files this could be done). As a result the change in load is calculated based on h0a.0122-12 - h0a.0122-01 which are monthly averages and probably not the most representative numbers.
Issues addressed by this PR: NorESMhub/CAM#195