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

Adding the WRF-Solar EPS model #1547

Merged
merged 22 commits into from
Jan 24, 2022
Merged

Commits on Sep 1, 2021

  1. Adding WRF-Solar EPS

    pedro-jm committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f99755d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    327229b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6123639 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    4c0e463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303d8cf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    aa93147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d535eb6 View commit details
    Browse the repository at this point in the history
  3. Impro pbl perturbations

    pedro-jm committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d1ff02d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    2961741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e9daf View commit details
    Browse the repository at this point in the history
  3. Impro lsm

    pedro-jm committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    321de60 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Adds to README.namelist spdt

    pedro-jm committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    5817938 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Nov 17, 2021

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

Commits on Dec 9, 2021

  1. EPS 17:15

    davegill committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ec932ae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Fix MOD(A,B), where B is defined as zero

    modified:   dyn_em/module_first_rk_step_part2.F
    davegill committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    9b0812d View commit details
    Browse the repository at this point in the history
  2. STOCHPERT.TBL needs to be linked and removed

    modified:   Makefile
    modified:   clean
    davegill committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    258db09 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. num_pert_3d not dash 17:47

    davegill committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e081bc0 View commit details
    Browse the repository at this point in the history
  2. PEDRO: CHECK THIS! Need to switch some indexing for the 3d stochastic…

    … terms
    
    The moving nest option assumes that the index order of 3d
    arrays is XZY (in i,k,j in WRF-speak). The new 3d forcing terms were
    indexed XYZ (i,j,k in WRF-speak). That breaks some autogenerated
    files, specifically those used in moving nests.
    
    Now it is understood that few moving nests are going to use the
    stochastic forcings, but unfortunately this is a build error. This
    is not anything that we can put a simple IF test around.
    
    This required modifying the Registry (registry.stoch and registry.dimspec),
    and the stochastic calling structure: both first_rk_step_part2 and the main
    stoch module. The re-indexed variables (spforcc3d, spforcs3d, sp_amd3d)
    are now required to be ims:ime,num_pert_3d,jms:jme, but that no longer
    matches with the subroutine calls. A new subroutine to make the data into
    2d contiguous arays was written. Before the stoch calls, the 3d arrays
    are transferred into the local 2d arrays. After the stoch calls, the
    2d local data is sent back into the 3d arrays.
    
    modified:   Registry/registry.dimspec
    modified:   Registry/registry.stoch
    modified:   dyn_em/module_first_rk_step_part2.F
    modified:   dyn_em/module_stoch.F
    davegill committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ea74bfe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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