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

Moving Nest Functionality #179

Merged
merged 136 commits into from
Apr 11, 2022

Commits on May 8, 2020

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

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    be0b6fc View commit details
    Browse the repository at this point in the history
  2. Remove the hardcoded L64 source code line in tools/external_ic.F90, s…

    …o that the
    
    model can run with other vertical level configurations.
    BinLiu-NOAA committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    d61ff6c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

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

Commits on Jan 19, 2021

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

Commits on Jan 22, 2021

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

Commits on Feb 5, 2021

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

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    bc0af00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1527c9b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    09d3d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a517602 View commit details
    Browse the repository at this point in the history
  3. Added bounds checking so moving nest stays on parent tile. Only read …

    …static latlon grid file once. Reduced number of variables output by mn_prog_dump_to_netcdf.
    wramstrom committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0397bcc View commit details
    Browse the repository at this point in the history
  4. Added call to bounds checking so nest stays on parent tile. Modified …

    …to read from static grid files for moving nest only once. Added crude scaling of nest motion speed based on timestep.
    wramstrom committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b687029 View commit details
    Browse the repository at this point in the history
  5. Merged edits to eval_move_nest().

    Merge branch 'feature/hafs_moving_nest' of https://github.com/hafs-community/GFDL_atmos_cubed_sphere into feature/hafs_moving_nest
    
    Conflicts:
    	driver/fvGFS/atmosphere.F90
    wramstrom committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ec7b5ef View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Added moving nest code for delz variable. Improved scaling of automat…

    …ed nest motion. Removed forced exit at timestep 4800.
    wramstrom committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    27c3447 View commit details
    Browse the repository at this point in the history
  2. Adjusted moving nest edge subroutine. Will stop motion when 5 points …

    …from edge, and block motion for the rest of model run.
    wramstrom committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5a09818 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 15, 2021

  1. Added moving nest support to shift SST/skin temperature. Added 2D sub…

    …routines to moving nest interfaces. Added performance tracking to init_grid and setup_aligned_nest.
    wramstrom committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d4897f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 5, 2021

  1. Merge remote-tracking branch 'remotes/upstream/dev/emc' into feature/…

    …hafs_moving_nest
    
    (Bill, Kyle, Xuejin, Bin)
    BinLiu-NOAA committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    17ad818 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    cd2879d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9a896 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 26, 2021

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

Commits on May 28, 2021

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

Commits on Jun 2, 2021

  1. *Add the capability of dealing with soil variables for moving nest.

    *Update the moving nesting interface.
    Note: Coding session among Bill, Xuejin, Kyle, Zhan, Chunxi, Weiguo, Bin
    BinLiu-NOAA committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    82f68cc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Updates to moving nest for physics variables so code complies and run…

    …s. Added new subroutines for high precision physics variables.
    wramstrom committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0f3f23f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. *Define the internal vortex tracker needed variables

    *Add a fv_diag_tracker subroutine to obtain the tracker needed variables
    *Identify and add the call interfaces for the internal vortex tracker in driver/fvGFS/atmosphere.F90.
    Note: These are outcome from the coding sessions among Xuejin, Chunxi, Zhan, and Bin.
    BinLiu-NOAA committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1ba7095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf478fa View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Added soil variables to mn_phys_dump_to_netcdf. Required changes to p…

    …ass in IPD data structures.
    wramstrom committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f964b93 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/feature/hafs_moving_nest…

    …' into feature/hafs_vortex_tracking
    BinLiu-NOAA committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    97a76e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Added phy_f2d and phy_f3d physics variables to moving nest. Added lan…

    …d fraction and terrain std to moving nest.
    wramstrom committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    e5e0855 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Reinitialize zsurf in fv_diagnostics.F90. Perform vertical remapping …

    …after nest move. Added nest move for static physics variables read in from file.
    wramstrom committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    1455ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update xlat, xlon, and related arrays in physics after nest move. Cod…

    …e changes to preserve 64 bit precision of values read in from netCDF, needed for physics variables.
    wramstrom committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    03ec4a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Added many 2D surface physics variables to nest motion. Corrected cal…

    …l signature for GFS_grid_populate.
    wramstrom committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a845810 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

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

Commits on Jul 9, 2021

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

Commits on Jul 15, 2021

  1. Removed some logging to speed performance testing. Initial implementa…

    …tion of physics IFD variable.
    wramstrom committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    52a02d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be88050 View commit details
    Browse the repository at this point in the history
  3. Handle strong/weak zenith angle albedos facsf facwf by interpolating …

    …from parent for moving nest.
    wramstrom committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f4869e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

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

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    7dd9900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e5a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    53ed60d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/feature/hafs_moving_nest…

    …' into feature/hafs_vortex_tracking
    BinLiu-NOAA committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f3e0122 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 5, 2021

  1. Revert "Add merge_import and debug_merge options of atmos_model_nml i…

    …n driver/fvGFS/atmosphere.F90."
    
    This reverts commit cd2879d.
    BinLiu-NOAA committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    bf6775d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. *Add model/fv_tracker.F90 containing the FV internal tracker ported f…

    …rom HWRF.
    
    *Add mp_reduce_[min/max][val/loc] in tools/fv_mp_mod.F90 needed by the internal
    tracker
    *Add internal tracker needed variables and interface in model/fv_arrays.F90,
    model/fv_control.F90, and driver/fvGFS/atmosphere.F90.
    
    Contributors: @XuejinZhang-NOAA, @BinLiu-NOAA, @WilliamRamstrom-NOAA,
    @ChunxiZhang-NOAA, @ZhanZhang-NOAA
    BinLiu-NOAA committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ec0b4cb View commit details
    Browse the repository at this point in the history
  2. Add get_distsq in fv_tracker.F90 to calculate the square of the appro…

    …ximate
    
    distance to the domain center at all points.
    BinLiu-NOAA committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    df38b6f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    3f5859d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9353b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    aa23656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67467b3 View commit details
    Browse the repository at this point in the history
  3. Connect internal tracker with the nest move interface for moving nest…

    …ing.
    
    Code sprint: @XuejinZhang-NOAA, @WilliamRamstrom-NOAA, @ChunxiZhang-NOAA,
    @KyleAhern-NOAA, @ZhanZhang-NOAA, @BinLiu-NOAA
    BinLiu-NOAA committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e61814d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Debug FV3 internal vortex tracker and it now can find the storm prope…

    …rly.
    
    Connecting with nest-moving needs further debug though.
    BinLiu-NOAA committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    22e0fad View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Connect automatic storm-following and prescribed moving with the nest…

    … moving procedure properly.
    
    Contributors: @BinLiu-NOAA, @XuejinZhang-NOAA, @WilliamRamstrom-NOAA.
    BinLiu-NOAA committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a65c2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e042917 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    88ecd0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a8f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b01b4 View commit details
    Browse the repository at this point in the history
  4. Fixed off-by-one error with moving nest terrain data, updated physics…

    … version of orography.
    wramstrom committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    73542d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    13392d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac705b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    491d1c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ceb29 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Switched off detailed moving nest performance profiling. Moved timest…

    …ep logging from print statements to call to mpp_error.
    wramstrom committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    aa243f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Separated moving nest physics code into separate module. Merged loggi…

    …ng code into fv_moving_nest_utils.F90.
    wramstrom committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ae736be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66670d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 6, 2021

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

Commits on Oct 8, 2021

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

Commits on Oct 12, 2021

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

Commits on Oct 26, 2021

  1. Added handling of new albedo variables to moving nest. Added handling…

    … of lakes to moving nest.
    wramstrom committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    875a439 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    fdac6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f54dec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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

Commits on Nov 19, 2021

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

Commits on Nov 20, 2021

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

Commits on Dec 3, 2021

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

Commits on Dec 7, 2021

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

Commits on Dec 14, 2021

  1. Regional Moving Nest Enabled. Fixed moving nest for land emissivity a…

    …nd land albedo. Static surface files renamed.
    wramstrom committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e11ffb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    a8b3f41 View commit details
    Browse the repository at this point in the history
  2. Removed logging statements

    wramstrom committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    fb95b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9846b2b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Set the default value for surface_dir as INPUT/moving_nest needed by …

    …moving
    
    nesting and remove the fix_sfc directory structure inside INPUT/moving_nest.
    BinLiu-NOAA committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    3983d60 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

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

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    66349ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ceca79 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    114783b View commit details
    Browse the repository at this point in the history
  2. Comment out the dump_surface_physics related debug output in

    tools/fv_diagnostics.F90. Other the Cmake build fails due to circular
    dependency.
    BinLiu-NOAA committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    459e2de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

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

Commits on Feb 7, 2022

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

Commits on Feb 8, 2022

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

Commits on Feb 11, 2022

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

Commits on Feb 13, 2022

  1. *Add the capability of downscaling the coupling variables (e.g., SST)…

    … from the
    
    parent grid into the nested grid. This is needed since only the atmospheric
    parent grid is coupled to other model components currently.
    *Update the logic to determine the moving_nesting property.
    BinLiu-NOAA committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    04aed6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7f55c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    caff202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59a923 View commit details
    Browse the repository at this point in the history
  3. Modify atmosphere_domain interface to pass both moving_nest_parent an…

    …d is_moving_nest up to FV3ATM.
    BinLiu-NOAA committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    aee4b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd63332 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Expand and add the capability to output the grid_mspec (similar to gr…

    …id_spec)
    
    variables for the moving-nesting configuration.
    BinLiu-NOAA committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    31f876a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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

Commits on Feb 18, 2022

  1. Merge remote-tracking branch 'remotes/origin/feature/hafs_nest_sync' …

    …into feature/hafs_nest_cpl
    BinLiu-NOAA committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    fb796f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Feb 26, 2022

  1. Use same real kind for centers and corner... now that ESMF is directl…

    …y referencing these data arrays.
    theurich committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    d63e32e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

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

Commits on Feb 28, 2022

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

Commits on Mar 2, 2022

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

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. Merge remote-tracking branch 'remotes/origin/feature/hafs_nest_cpl' i…

    …nto feature/hafs_nest_cpl_moving
    BinLiu-NOAA committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2b7d3e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    cb56ae6 View commit details
    Browse the repository at this point in the history
  2. Merging code cleanup with other changes.

    Merge branch 'feature/hafs_nest_cpl' of https://github.com/hafs-community/GFDL_atmos_cubed_sphere into feature/hafs_nest_cpl
    wramstrom committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0d4bc86 View commit details
    Browse the repository at this point in the history
  3. add zsurf to diag fields for moving nest

    A-Kyle committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b02347a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 15, 2022

  1. Fix syntax error in bounding_box.F90

    Corrected syntax error in bounding_box.F90 that was uncovered with gfortran.
    wramstrom authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0b46db4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 24, 2022

  1. Simplified call to EOSHIFT for compiler portability. Now omits BOUNDA…

    …RY argument to use the default value of 0.0 (in single or double precision), instead of explicitly setting it to 0
    wramstrom committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    554c611 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

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

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    2e0a4c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d573a View commit details
    Browse the repository at this point in the history
  3. *fv_tracker.F90 related clean-ups.

    *fv_moving_nest_types.F90 clean-ups.
    BinLiu-NOAA committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    913991c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec6ff83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    246aaf1 View commit details
    Browse the repository at this point in the history
  6. Made call to EOSHIFT portable to gfortran.

    Merge branch 'feature/hafs_nest_cpl' of https://github.com/hafs-community/GFDL_atmos_cubed_sphere into feature/hafs_nest_cpl
    wramstrom committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b4161ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc014e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f11ad7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Rename downcpl2d into parent2nest_2d to reduce confusion. And the

    parent2nest_2d variable is to downscale/remap a 2d variable from the parent to
    its nest.
    BinLiu-NOAA committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    42c2796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83b276 View commit details
    Browse the repository at this point in the history
  3. Remove moving nest debugging statements from dycore.

    Merge branch 'feature/hafs_nest_cpl' of https://github.com/hafs-community/GFDL_atmos_cubed_sphere into feature/hafs_nest_cpl
    wramstrom committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8941c0d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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