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

Update initialization of surface related variables #217

Merged
merged 14 commits into from
Dec 8, 2020

Commits on Dec 1, 2020

  1. add new surface and orography variables to UFS_IC_generator.py for be…

    …tter initialization of surface for SCM
    grantfirl committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1530eed View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. add NSST and RUC variables to UFS_IC_generator.py read function; read…

    … in new variables in gmtb_scm_input (using new subroutines); have not propagated new variables outside of the input subroutine yet though
    grantfirl committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4ad474e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. handle updated UFS initial conditions in SCM; remove duplicate memory…

    … for surface variables (set physics vars directly from input, rather than using the state DDT as a middleman; read in all new variables; separate setting of physics variables between physics_associate and physics_set, the former is used for variables that the SCM forcing may change outside of physics and use pointers, while the latter merely sets the initial values of variables
    grantfirl committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e52c817 View commit details
    Browse the repository at this point in the history
  2. put NetCDF_read_var subroutines in its own module/generic interface w…

    …ithin gmtb_scm_input.F90
    grantfirl committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2e9946b View commit details
    Browse the repository at this point in the history
  3. move new NetCDF_read code to gmtb_scm_utils.F90; add data_qc module f…

    …or checking for missing data; add code to handle missing data (abort or not) in physics_set (only got through scalar variables as of this commit)
    grantfirl committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    551dcac View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. add missing data check for soil/snow profile data too; add NoahMP col…

    …d start code from FV3GFS_io.F90
    grantfirl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    bcc1dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f619fff View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. point to ccpp/physics with fixed gmtb_scm_sfc_flux_spec scheme; fix b…

    …ug in gmtb_scm_input related specified surface fluxes; fix associating surface_skin_temperature with forcing temperature for specified surface flux cases; update plot_config to use data from supported suites
    grantfirl committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    436503b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    3c68d8a View commit details
    Browse the repository at this point in the history
  2. update physics_set to match recent changes in FV3GFS_io (make actuall…

    …y have incorrect logic)
    grantfirl committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e4f4c99 View commit details
    Browse the repository at this point in the history
  3. add new UGWP schemes to ccpp_prebuild.py; update ccpp/physics submodu…

    …le pointer; update GFS_typedefs.[F90/meta] for latest ccpp/physics; add metadata for newly required physical constant; fix logic for testing for missing data for stc/slc/smc
    grantfirl committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    0a0a716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c26135 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    45b2d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80014e View commit details
    Browse the repository at this point in the history