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

Dev/gfdl test #222

Merged
merged 27 commits into from
Oct 13, 2022
Merged

Dev/gfdl test #222

merged 27 commits into from
Oct 13, 2022

Commits on Oct 6, 2021

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

Commits on Oct 7, 2021

  1. Updating a continue statement in fv_nudge (#153)

    * update in fv_nudge to fix 666 label logic
    laurenchilutti committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c2decd7 View commit details
    Browse the repository at this point in the history
  2. fix logic errors (#138)

    menzel-gfdl authored and laurenchilutti committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c7f0f50 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 20, 2021

  1. Fix nudge logic (#157)

    * fix logic errors
    
    * fix answer changes
    menzel-gfdl authored and laurenchilutti committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a3ac973 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Apr 7, 2022

  1. Release 042022 (#184)

    * Merge of updates from GFDL Weather and Climate Dynamics Division (202204):
    
        *add license header to missing files and fix typo in header
    
        *updates needed for fv3_gfsphysics to have access to bounded_domain
    
        *remove obsoleted driver/SHiELD files
    
        *updating to fix bug where long_name and units attributes were not being captured in the RESTARTS
    
        *remove unused function fv_diagnostics::max_vorticity_hy1
    
        *remove avec timer remnants
    
        *adding ability to specify prefix and directory when reading and writing restarts
    
        *remove old style namelist read in favor of read from internal character variable
    
        *Added option for a mean wind
    
        *The planetary radius and rotation rate are now re-scalable by a namelist parameter (small_earth_scale) instead of using exclusively the hard-coded FMS constant.
    
        *fv_mapz: Cleanup and added helpful annotations to avoid getting lost so easily
    
        * remove duplicate code and fix lstatus on all grids depending on gfs_data and gfs_data.tile1
    
        * New idealized tests
    
        *Makes the non-hydrostatic restart variables optional for reads to allow hydrostatic ICs
    
        *Fix the hydrostatic TE remapping; Add GMAO cubic for TE remapping, which is used if kord_tm=0 and remap_te=.true.
    
        *Add a TE remapping option (kord_tm=0)
    
        *Addressing GNU Warnings
    
        *Add the L75 vertical config from HAFS
    
        * clean up fms_mp_mod and remove mp_bcst
    laurenchilutti authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2fcff2e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. cherry pick 5193c6b from dev/emc

    bensonr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    80d5633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e406a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #187 from bensonr/cpick_iau

    cherry-pick of commits from dev/emc to main
    laurenchilutti authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    998898c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. remove outdated GFDL_tools/fv_diag_column.F90 which exists as the res…

    …ult of an improper merge. The correct file is tools/fv_diag_column.F90 (#191)
    laurenchilutti authored May 10, 2022
    Configuration menu
    Copy the full SHA
    1e7ed4c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. various io fixes (#192)

    * fixes io performance issues by making everyone a reader when io_layout=1,1
    
    adds capability to use FMS feature to ignore data integrity checksums in restarts
    
    * rename enforce_rst_cksum to ignore_rst_cksum and change the default value for compatibility
    bensonr authored May 12, 2022
    Configuration menu
    Copy the full SHA
    e45141a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. fix index error (#196)

    menzel-gfdl authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    52f6728 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. New notebooks (#190)

    * Moving source files into source directory
    
    * Added advection notebook
    
    * Fixed subplot spacing
    
    * New 3D case notebooks
    
    * New idealized tests
    
    * Update README.md
    
    * Add files via upload
    
    Updated mtn_wave_tests_1km to restore missing graphics.
    
    * first try at held-suarez
    
    * Updated H-S superrotation notebook
    
    * New level placement tool in an interactive note
    
    * Update README.md for new notebooks
    
    * Added link
    
    * Minor updates to notebooks; deleted fv_eta binary.
    lharris4 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5e45c40 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Regional decomposition test fix (when nrows_blend > 0) (#194) (#200)

    * Regional bc blend changes to extend into interior halos and overlap on corners. Still not working for u and v.
    
    dyn_core.F90 : Fix from Jun Wang to correct sync of u,v
    fv_regional_bc.F90 : add check for nrows_blend > tile size; fix error when nrows_blend=1
    
    Conflicts (not taken during chery-pick):
    	driver/SHiELD/atmosphere.F90
    	model/fv_sg.F90
    
    Co-authored-by: Ted Mansell <37668594+MicroTed@users.noreply.github.com>
    laurenchilutti and MicroTed authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    29396d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Implementing CI (#207)

    * adding parallelworks CI file
    
    * update to allow builds in parallel
    laurenchilutti authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ebd5a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. CI Parallelworks update (#211)

    * adding parallelworks CI file
    
    * update to allow builds in parallel
    
    * change in cluster name for CI due to Parallelworks Update
    laurenchilutti authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    85d4ed6 View commit details
    Browse the repository at this point in the history
  2. Update call to read_input_nml and remove unnecessary code. (#161)

    * Update call to read_input_nml and remove unnecessary code.
    
    * Removing use of INTERNAL_FILE_NML and cleaning up read_namelist_test_cases to remove unused argument
    
    * deleting duplicate call to read_namelist_test_case_nml in fv_control
    
    * removing commented code in fv_control
    laurenchilutti authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c0747f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. merge of main on 2022.09.29 into dev/gfdl - keeping only the dev/gfdl…

    … version of model/fv_mapz.F90
    bensonr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    858eab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

    laurenchilutti committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4ecc68b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653e088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11dca78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0daa117 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from laurenchilutti/main2gfdl2

    Main2gfdl2
    bensonr authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2c54750 View commit details
    Browse the repository at this point in the history
  7. fixes to fv_mapz.F90

    bensonr committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    66aca29 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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