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

addition of HWRF Noah LSM and GFDL surface layer #452

Merged
merged 7 commits into from
May 29, 2020

Commits on May 13, 2020

  1. addition of HWRF Noah LSM and GFDL surface layer; for HWRF Noah LSM 1…

    …) edit CMakeLists.txt to remove inoperative set_source_file_properties statement 2) edit GFS_surface_generic.F90 to handle ivegsrc=3,4,5 3) edit sfc_drv.f, sfc_drv_ruc.F90, sfc_noahmp_drv.F to check for valid ivegsrc, isot 4) add Noah working routines module_sf_noahlsm.F90 and module_sf_noahlsm_glacial_only.F90 5) add CCPP-compliant sfc_noah_wrfv4 scheme and associated interstitials; for GFDL surface layer 1) add module_sf_exchcoef.f90 for internal subroutines and 2) gfdl_sfc_layer as CCPP-compliant GFDL surface layer scheme
    grantfirl committed May 13, 2020
    Configuration menu
    Copy the full SHA
    4233a04 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. add limits to fh, fh2

    grantfirl committed May 19, 2020
    Configuration menu
    Copy the full SHA
    b850fe7 View commit details
    Browse the repository at this point in the history
  2. use precalculated wind speed with convective gustiness component in g…

    …fdl_sfc_layer instead of recalculating
    grantfirl committed May 19, 2020
    Configuration menu
    Copy the full SHA
    6d3ce4f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. add logic to maintain ratio between fh and fh2 to attempt to reign in…

    … spuriously large 2m T,q diagnostics
    grantfirl committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b8629ee View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. add time-averaged calculation of skin temperature and soil temperatur…

    …e in HWRF Noah LSM to try to reduce spurious values of t2m and q2m
    grantfirl committed May 27, 2020
    Configuration menu
    Copy the full SHA
    0298ceb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    997d378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c2c3c View commit details
    Browse the repository at this point in the history