Skip to content
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

Gfs separator shalcnv #7

Closed
wants to merge 36 commits into from
Closed

Gfs separator shalcnv #7

wants to merge 36 commits into from

Commits on Jun 30, 2017

  1. Adding step set_nb

    pedro-jm committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    5d0bafa View commit details
    Browse the repository at this point in the history
  2. Adding step UPDATE_CALTRIGS

    pedro-jm committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    3875d90 View commit details
    Browse the repository at this point in the history
  3. Adding step SET_BUCKET_H

    pedro-jm committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    e1ef23f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4a0291 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f016d82 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Cleaning if statements

    pedro-jm committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    05da163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80317a7 View commit details
    Browse the repository at this point in the history
  3. Addin step SET_INT

    pedro-jm committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    a89f088 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    5d4f3c1 View commit details
    Browse the repository at this point in the history
  2. Adding step PREP_T_MOIST

    pedro-jm committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    0b0cdfb View commit details
    Browse the repository at this point in the history
  3. Adding step GET_CLD_INFO

    pedro-jm committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    1bc1139 View commit details
    Browse the repository at this point in the history
  4. Adding step DO_SW

    pedro-jm committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    c6d4496 View commit details
    Browse the repository at this point in the history
  5. Adding step DO_LW

    pedro-jm committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    b34a452 View commit details
    Browse the repository at this point in the history
  6. Adding step ORGANIZE_OUT

    pedro-jm committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    3a863c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    40d1dab View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Branch commit for shallow convection code separation:

    - Add module sasas_shal to physics/mfshalcnv.f that contains subroutines
      sasasshal_init and sasasshal_run.  Add variable table at top.  Split
      ql into ql1 and ql2.
    - Modify GFS_layer/GFS_physics_driver.F90 to call subroutine
      sasasshal_run in module sasas_shal
    - Builds and runs on theia with HYDRO=N, 32-bit, matches
      NCEP baseline at
    
    /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/FV3GFS_V0_RELEASE/ \
      baseline/fv3gfs_nh_32bit/${CASE}/gfs.20160929/00
    
    % diff_baseline.sh theia
    Succeed! Test results are identical to baseline!
    Julie Schramm authored and Julie Schramm committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    2afb255 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. - Add sasasshal_finalize subroutine

    - Add !! to variable table
    - Change longname of delt to time_step_for_physics
    - Change longname of phil to geopotential_height
    Julie Schramm authored and Julie Schramm committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    9342d67 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. - Change longname for variable phil to geopotential

    Julie Schramm authored and Julie Schramm committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    2c422b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. - Update long names in table to be consistent with other modules.

    - Add space between subroutine name and first open parenthesis.
    Julie Schramm authored and Julie Schramm committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    004c501 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. - Move variable table above 'subourine sasasshal_run' definition

    - Add '!! \section arg_table_sasasshal_run' immediately preceeding variable table
    - Add '!!' line below variable table
    - Move subroutine sasasshal_finalize to end of module so *_init, *_run, *_finalize
      are in correct order in .xml file
    - Cap file builds correctly
    Julie Schramm authored and Julie Schramm committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    07c4f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Added doxygen formatted comments for all of 2017 GFS operational physics

     - no functional changes (just comments)
     - updated docs/txt/mainpage.txt to have the list of schemes
    grantfirl committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    f4b556a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c72e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from grantfirl/doxygen_formatted

    Doxygen formatted
    grantfirl authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    15cdb5d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. added doxygen formatting to mfshalcnv.f along with generic doxygen fo…

    …rmatting for rest of physics
    grantfirl committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    8f7dbdf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. changed ccpp_dox setting repeat_brief = NO to not repeat the brief de…

    …scription; changed mainpage.txt to link to two separate GWD parameterizations
    grantfirl committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2e5607e View commit details
    Browse the repository at this point in the history
  2. fixed typo in ccpp_dox

    grantfirl committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    ebfdaac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65316e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from grantfirl/master

    minor changes to ccpp_dox and mainpage
    grantfirl authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    884d9e4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into gfs_separator_shalcnv

     - fixed compilation issue that Chris found due to Grant's doxygen changes
    grantfirl committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    a191af6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Resolve table conflicts for variables: phil, t1, u1, v1, kbot, ktop, rn

    Julie Schramm authored and Julie Schramm committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    bfa2fb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Commit GFS_diagnostics.F90 without optimization to avoid compilation …

    …failure with Intel > 17.x
    DomHeinzeller committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    6f52985 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from climbfuji/master_compile_on_intel_17

    Commit GFS_diagnostics.F90 without optimization to avoid compilation failure with Intel > 17.x.
    climbfuji authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    29dea6e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    255f587 View commit details
    Browse the repository at this point in the history
  2. added sasas_shal_post

    grantfirl committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    4ae07dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfd9a5e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    cfa2beb View commit details
    Browse the repository at this point in the history