noresm3_0_044_cam6_4_121: new nearest_lat mapalgo in cdeps - does not requre a mesh - #301
Merged
gold2718 merged 10 commits intoAug 12, 2026
Merged
Conversation
mvertens
marked this pull request as draft
July 25, 2026 18:34
Summary: Patch for bad ozone forcing file and NFHIST start date adjustment Contributors: @gold2718, @mvertens Reviewers: @mvertens Purpose of changes: ESCOMP#298 Github PR URL: NorESMhub#299 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 Details: - Change start date for NFHIST compsets to match NHIST (1850) - Add correct start dates for NF1850, NF2000, and NFAMIP compsets - Use a (temporary?) patched prescribed ozone file for HIST compsets
mvertens
marked this pull request as ready for review
July 27, 2026 08:03
Author
|
@DirkOlivie @gold2718 - currently using the nearest_lat mapping requires new files that have a _time.nc suffix (the original files did not have valid values for the time variables). I'd like to replace the files in |
gold2718
requested changes
Aug 10, 2026
gold2718
left a comment
There was a problem hiding this comment.
I have a question and there is at least one typo.
Co-authored-by: goldy <1588651+gold2718@users.noreply.github.com>
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
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
Added new nearest_lat mapping option for CO2 surface source override. Previously the stream was always regridded with bilinear, which required a mesh file. The nearest_lat option lets forcing data that is purely latitude-based (lat/time or lat/lev/time) be mapped directly onto the model grid without a mesh file.
Changes
src/cpl/nuopc/atm_stream_co2.F90
bld/build-namelist
bld/namelist_files/namelist_definition.xml
NOTE: - this PR requires the companion CDEPS change that implements the mesh-free nearest_lat mapalgo - NorESMhub/CDEPS#40.
Testing:
Using the following compset/resolution
And the following namelist setting in user_nl_cam
Verified that the resulting coupler history file looked correct.