Add CDEPS inline capability to MOM6 cap#167
Merged
jiandewang merged 14 commits intoNOAA-EMC:dev/emcfrom Jan 13, 2026
Merged
Conversation
mom6.stream.config stream_info: lrunoff01 taxmode01: limit mapalgo01: bilinear tInterpAlgo01: linear readMode01: single dtlimit01: 10.0 stream_offset01: 0.0 yearFirst01: 2011 yearLast01: 2011 yearAlign01: 2011 stream_vectors01: null stream_mesh_file01: INPUT/mesh.merra2.576x361.nc stream_lev_dimname01: null stream_data_files01: INPUT/merra2.ducmass.20111001_10.nc stream_data_variables01: "DUCMASS lrunoff" stream_dst_mask01: 0
data need to be permuted ncpdq -a time,j,i runoff.daitren.clim.1440x1080.v20180328.nc permuted.runoff.daitren.clim.1440x1080.v20180328.nc stream_info: lrunoff01 taxmode01: cycle mapalgo01: redist tInterpAlgo01: linear readMode01: single dtlimit01: 1.0 stream_offset01: 0.0 yearFirst01: 1 yearLast01: 1 yearAlign01: 1 stream_vectors01: null stream_mesh_file01: mesh.mx025.nc stream_lev_dimname01: null stream_data_files01: INPUT/permuted.runoff.daitren.clim.1440x1080.v20180328.nc stream_data_variables01: "runoff lrunoff" stream_dst_mask01: 1
* add a logical to enable/disable the feature
22 tasks
Collaborator
|
@sanAkel Let's review this PR as EPIC is going to process it today |
sanAkel
approved these changes
Jan 5, 2026
Collaborator
sanAkel
left a comment
There was a problem hiding this comment.
I did not test running with the flag set to .true.. I am sure @DeniseWorthen did that already. The code "looks" fine to my 👀 !
Collaborator
|
same as me. Code changes look fine. |
jiandewang
approved these changes
Jan 5, 2026
31 tasks
|
Testing completed successfully on the WM. This PR can be merged. |
|
@jiandewang @sanAkel Could one of you merge this PR? |
Collaborator
|
@gspetro-NOAA just merged. |
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.
Adds the ability to read a CDEPS configuration file to provide in-line forcing. Currently this is set up to read a non-climatological
lrunoffdata stream only.