Skip to content

Add datm and coupled tests to Jet.#545

Closed
binli2337 wants to merge 2 commits into
ufs-community:developfrom
binli2337:feature/jet_test2
Closed

Add datm and coupled tests to Jet.#545
binli2337 wants to merge 2 commits into
ufs-community:developfrom
binli2337:feature/jet_test2

Conversation

@binli2337
Copy link
Copy Markdown
Contributor

PR Checklist

  • Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.

  • This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR

  • An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
    are specified below.

  • If new or updated input data is required by this PR, it is clearly stated in the text of the PR.

Instructions: All subsequent sections of text should be filled in as appropriate.

The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.

Description

Add datm and coupled tests to Jet.

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)

Testing

How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)

  • hera.intel
  • hera.gnu
  • orion.intel
  • cheyenne.intel
  • cheyenne.gnu
  • gaea.intel
  • jet.intel
  • wcoss_cray
  • wcoss_dell_p3

Comment thread tests/default_vars.sh
THRD_cpl_dflt_wwav=1; WPG_cpl_dflt_wwav=6; MPB_cpl_dflt_wwav="0 143"; APB_cpl_dflt_wwav="0 149"
OPB_cpl_dflt_wwav="150 179"; IPB_cpl_dflt_wwav="180 191"; WPB_cpl_dflt_wwav="192 203"

TASKS_cpl_thrd=120; TPN_cpl_thrd=18; INPES_cpl_thrd=3; JNPES_cpl_thrd=4
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We're not setting cpl_thrd consistently in default_vars. For some platforms it is set at 1/2*TPN and others it is set at TPN.

I had created issue #320 just for this type of situation.

@DeniseWorthen
Copy link
Copy Markdown
Collaborator

Combined with PR #533

DeniseWorthen added a commit that referenced this pull request May 3, 2021
…&DATM tests on Jet (#545) (#533)


* update ufs-weather for removing nems mediator
* set mediator as cmeps in nems.configure*
* copy yaml field dictionary when runnning ATM,ATMW
* update NEMS and CMakeLists, nems.configure
* add a gcc module so that gfortran can be found when building
the WW3 switch preprocessing routines
* Add datm and coupled tests to Jet.

Co-authored-by: Jessica.Meixner <Jessica.Meixner@noaa.gov>
Co-authored-by: Bin.Li <bin.li@noaa.gov>
@binli2337 binli2337 deleted the feature/jet_test2 branch May 8, 2021 18:52
epic-cicd-jenkins pushed a commit that referenced this pull request Apr 17, 2023
Copy and link NEMS field dictionary file:

* Copy field dictionary file from tests/parm into exptdir
* Link field dictionary file into run_dir during fcst
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.

Port the coupled and datm tests to Jet

2 participants