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

Merge BRIDGE into main in prep for release v18.0.0 #744

Merged
merged 477 commits into from
Mar 22, 2024
Merged

Merge BRIDGE into main in prep for release v18.0.0 #744

merged 477 commits into from
Mar 22, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    59b4b17 View commit details
    Browse the repository at this point in the history
  2. Update Baselibs in CI

    mathomp4 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fd5c9e4 View commit details
    Browse the repository at this point in the history
  3. Update to ESMA_env v4.20.5

    mathomp4 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4b157b4 View commit details
    Browse the repository at this point in the history
  4. Add code for Milan

    mathomp4 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d5674fb View commit details
    Browse the repository at this point in the history
  5. Some update for the readme

    mathomp4 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    06bde97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c911d23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2006fa2 View commit details
    Browse the repository at this point in the history
  8. add range to scaled obs

    amfox37 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b1ce78c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9fc077 View commit details
    Browse the repository at this point in the history
  10. update the path for forcing in case of coupling with adas

     	modified:   Applications/LDAS_App/lenkf.j.template
    saraqzhang committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    42918e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9873c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4719c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bce2dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ea8a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    253634a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c098c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43455e5 View commit details
    Browse the repository at this point in the history
  4. fixed missing init of lat/lon in MODIS SCF reader; changed variable n…

    …ame for clarity (clsm_ensupd_read_obs.F90)
    gmao-rreichle committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4b24e31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6818873 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    7011dd9 View commit details
    Browse the repository at this point in the history
  2. fix import name

    weiyuan-jiang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6806251 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/wjiang/new_bcs_structure' of github.com:GEOS-ES…

    …M/GEOSldas into feature/wjiang/new_bcs_structure
    weiyuan-jiang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1805ab3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    9ad2a36 View commit details
    Browse the repository at this point in the history
  2. renamed output_incr_etc() to output_ObsFcstAna_wrapper() for clarity …

    …(clsm_ensupd_enkf_update.F90, GEOS_LandAssimGridComp.F90)
    gmao-rreichle committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    552ba46 View commit details
    Browse the repository at this point in the history
  3. renamed max_cat_diagS() to cat_diagS_max() for consistency with cat_d…

    …iagS_sqrt() (catch_types.F90, GEOS_LandAssimGridComp.F90)
    gmao-rreichle committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3ca8d48 View commit details
    Browse the repository at this point in the history
  4. fixed typos in comments, white-space/indent changes (GEOS_LandAssimGr…

    …idComp.F90, clsm_ensupd_enkf_update.F90, GEOS_LandPertGridComp.F90, LDAS_PertRoutines.F90, land_pert.F90, random_fields.F90)
    gmao-rreichle committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    288913a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5fe7b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. bug fix to avoid NaN for ens std-dev in debug mode; implementation ch…

    …anges for FFT used in perturbations; cleanup (#679)
    gmao-rreichle committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5da35a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca4bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20067ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa507f1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/rreichle/MODIS_snow_cover_fractio…

    …n_assimilation (manually resolved conflict in clsm_ensupd_enkf_update.F90)
    gmao-rreichle committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cbb94c0 View commit details
    Browse the repository at this point in the history
  6. make update type 1 work

    amfox37 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cab8a57 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/amfox/metop_sm' of github.com:GEOS-ESM/GEOSldas…

    … into feature/amfox/metop_sm
    amfox37 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0295360 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. update NCEP_Shared to v1.3.0

    amfox37 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    89cdbf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Merge branch 'feature/amfox/smap_ascat' of github.com:GEOS-ESM/GEOSld…

    …as into feature/amfox/smap_ascat
    amfox37 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0771402 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge branch 'feature/amfox/metop_sm' of github.com:GEOS-ESM/GEOSldas…

    … into feature/amfox/metop_sm
    amfox37 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f388fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad334a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 22, 2023

  1. allocation of mwRTM_param

    amfox37 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4c5e283 View commit details
    Browse the repository at this point in the history
  2. bugfix for ASCAT_sm_std

    amfox37 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e251abe View commit details
    Browse the repository at this point in the history
  3. 1. Move call get_vegopacity and nod_data_check

    into conditional
    2. Allocate mwRTM_param if not done so before
    amfox37 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1d4806b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 30, 2023

  1. removed code and text related to haswell nodes (extinct) and milan no…

    …des (GEOSldas not yet ready for milan)
    gmao-rreichle committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f98cee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a0354 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. update repos

    biljanaorescanin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1963bc2 View commit details
    Browse the repository at this point in the history
  2. update baselibs

    biljanaorescanin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6ca92d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Update versions of linked repos; removed code and comments related to…

    … Haswell nodes
    
    Baselibs:  v7.16.0
    ESMA_env:  v4.23.0
    ESMA_cmake:  v3.36.0
    GMAO_Shared:  v1.9.6
    GEOS_Util:  v2.0.3
    MAPL:  v2.42.1
    gmao-rreichle committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    5669de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf4883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47ea97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0614d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36b45ed View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. fix minor typo

    gmao-qliu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    472bbb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b900d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8227f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9377a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f31328e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    1d854d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597b804 View commit details
    Browse the repository at this point in the history
  3. fix typo

    gmao-qliu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cc3fbcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38975f View commit details
    Browse the repository at this point in the history
  5. add select_species_Tb

    amfox37 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    718a55a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c06a616 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'bugfix/amfox/not_using_mwrtm' of https://github.com/GEO…

    …S-ESM/GEOSldas into bugfix/amfox/not_using_mwrtm
    amfox37 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3c461de View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    71a6d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7e085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbfa6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27e109b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c83bae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61d59b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8da393 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c70b16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    177ff92 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    c3fa251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567b6cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185436b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    c643b6b View commit details
    Browse the repository at this point in the history
  2. cleanup of functions to get obs scaling parameters (get_model_and_obs…

    …_clim_stats*.m):
    
    - fixed indentation
    - improved vertical alignment of equations
    - minor edits of comments
    - removed obsolete code
    gmao-rreichle committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    810f871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    612dc57 View commit details
    Browse the repository at this point in the history
  4. cleanup of netcdf writer for (ASCAT) obs scaling parameters (write_ne…

    …tcdf_latlon_grid.m):
    
    - fixed indentation
    - improved vertical alignment of equations
    - fixed typo in 'long_name' of 'lat', 'lon' variables
    gmao-rreichle committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    319905a View commit details
    Browse the repository at this point in the history
  5. replaced deprecated Matlab functions "nanmean", "nanstd", and "nansum…

    …" with "mean", "std", and "sum"; avoids dependency on Stats toolbox (various *.m)
    gmao-rreichle committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3ffee32 View commit details
    Browse the repository at this point in the history
  6. construct "ldas_obsparam" file name from user-defined inputs (Run_get…

    …_model_and_obs_clim_stats_latlon_grid.m)
    gmao-rreichle committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4113033 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    565c868 View commit details
    Browse the repository at this point in the history
  2. allocate(0)

    amfox37 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b9dc1df View commit details
    Browse the repository at this point in the history
  3. remove lat lon vectors from matlab write

    remove lat lon vectors from read_obs
    remove insane sanity check
    amfox37 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    544a119 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    47503eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b98147 View commit details
    Browse the repository at this point in the history
  3. typo fix

    weiyuan-jiang committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    78f923b View commit details
    Browse the repository at this point in the history
  4. more typo fix

    weiyuan-jiang committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fcbcb2e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 20, 2024

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

Commits on Jan 26, 2024

  1. Update CircleCI to use Orb v2

    This PR updates the CircleCI config the v2 orb. This has updated
    needed for changes in GEOSgcm_App and Baselibs
    mathomp4 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    729a3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f8320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1f8348 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

    biljanaorescanin committed Jan 31, 2024
    3 Configuration menu
    Copy the full SHA
    e883a23 View commit details
    Browse the repository at this point in the history
  3. remove obsolete if

    biljanaorescanin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d82e82c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    f75033b View commit details
    Browse the repository at this point in the history
  2. edited documentation re. GEOSldas HISTORY output needed for Hybrid-4D…

    …EnVar atm ensemble (generate_catchincr_hist.py)
    gmao-rreichle committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4b8b782 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    3724d84 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/saraqzhang/ladasApp4develop' of github.com:GEOS…

    …-ESM/GEOSldas into feature/saraqzhang/ladasApp4develop
    
    get the edited version of python code
    saraqzhang committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e00b3e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8341312 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    edabf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7887911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b8160 View commit details
    Browse the repository at this point in the history
  4. LDAS_App tidy up

    amfox37 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4b878f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    7cc3735 View commit details
    Browse the repository at this point in the history
  2. more tidying

    amfox37 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3f18420 View commit details
    Browse the repository at this point in the history
  3. remove white space

    amfox37 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9637304 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e529dca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3101e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0838b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed94868 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    40329fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0a22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d46fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a7a2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01d069b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    779ab0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    687d17b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8eeec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e79c437 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e80660 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4403b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. minor edits for new update_type=13 (clsm_ensupd_upd_routines.F90):

    - added 'sfmc' obs
    - added/edited comments
    - fixed indent
    - minor simplifications
    gmao-rreichle committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bc0cef5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. add NAS site

    weiyuan-jiang committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    09e3f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3b13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69307cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ff5fb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Disable CatchmentCNCLM45 model (LSM_CHOICE=3) (#707)

    CatchCN-4.5 is no longer supported.
    gmao-rreichle committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2a3b721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4fc89f View commit details
    Browse the repository at this point in the history
  3. Fix error in components.yaml of #707

    Fix error in components.yaml of #707
    biljanaorescanin committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9a61fe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d5c786 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    2895dc5 View commit details
    Browse the repository at this point in the history
  2. rename GEOSldas_GridComp/Shared to GEOSldas_GridComp/LDAS_Shared (#714)

    avoids potential naming conflicts/confusion in preparation for integrating GEOSldas into GEOSadas as external repo(s)
    gmao-rreichle committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    441ce5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fffdb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe9f15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d450550 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3de7073 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    130f252 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. 2 Configuration menu
    Copy the full SHA
    7e5b3c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/amfox/smap_ascat' of github.com:GEOS-ESM/GEOSld…

    …as into feature/amfox/smap_ascat
    amfox37 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    958233c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f478091 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    f143148 View commit details
    Browse the repository at this point in the history
  2. fix bug "+" string

    weiyuan-jiang committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    38700d8 View commit details
    Browse the repository at this point in the history
  3. updated components.yaml with GEOS_Util v2.0.6 release that supports s…

    …parse checkout and new bcs layout
    gmao-rreichle committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2bc4708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    434da27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f117422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20c9649 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    6edcfcd View commit details
    Browse the repository at this point in the history
  2. get npes form PBS or SLURM

    Weiyuan Jiang committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b537d38 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. update filename parse

    gmao-qliu committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    911a37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962d2ec View commit details
    Browse the repository at this point in the history
  3. Add Aqua to DEFAULT.nml and change N_obs_species

    Lauren C. Andrews committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    74f0ffb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    d3488b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0983e View commit details
    Browse the repository at this point in the history
  3. minimal cleanup (white space, alignment, unnecessary declaration) fro…

    …m previous commits (LDAS_Forcing.F90)
    gmao-rreichle committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d31e5cb View commit details
    Browse the repository at this point in the history
  4. Fixed error log associated with previous changes in get_GEOS_corr_pre…

    …c_filename() (LDAS_Forcing.F90)
    gmao-rreichle committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d0b04fb View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. support reading corrected precipitation from aggregated daily netcdf …

    …files (#718)
    
    support reading corrected precipitation from aggregated daily netcdf files
    gmao-rreichle committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    14ca604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d4bb9 View commit details
    Browse the repository at this point in the history
  3. add ascat mask to read_obs

    amfox37 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    af7d2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. disabled updated_type=[1,2]; cleanup of new update_type=13 (clsm_ensu…

    …pd_upd_routines.F90, clsm_ensupd_enkf_update.F90, LDASsa_DEFAULT_inputs_ensupd.nml)
    gmao-rreichle committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9f02392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    175ccb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ebf438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b175515 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. replace loops with minloc

    amfox37 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    399c6b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/amfox/ascat_mask' of github.com:GEOS-ESM/GEOSld…

    …as into feature/amfox/ascat_mask
    amfox37 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dff4212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f208e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0692efa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f6b52a View commit details
    Browse the repository at this point in the history
  6. ascat mask tidy up

    amfox37 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    85733b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    510e6dd View commit details
    Browse the repository at this point in the history
  8. remove mask_name declaration

    amfox37 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9687ac9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a07f81 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. added %maskpath and %maskname fields to obs_param (enkf_types.F90, LD…

    …AS_ensdrv_mpi.F90, LDASsa_DEFAULT_inputs_ensupd.nml, read_obsparam.m, clsm_ensupd_read_obs.F90)
    gmao-rreichle committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bd32c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfbbe2 View commit details
    Browse the repository at this point in the history
  3. switch to lon-by-lat

    amfox37 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4a526c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4c406 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bb6a84 View commit details
    Browse the repository at this point in the history
  6. Update utilities versions (components.yaml):

    ESMA_env v4.26.0
    ESMA_cmake v3.41.0
    GMAO_Shared v1.9.7
    GEOS_Util v2.0.7
    MAPL v2.44.0
    gmao-rreichle committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fd87ebf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    822589c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970dbb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d39f5 View commit details
    Browse the repository at this point in the history
  4. Update utilities versions (#725)

    Update utilities versions (components.yaml)
    gmao-rreichle committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f34a11a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add ascat mask maker

    amfox37 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4c3062b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. discover filepath

    amfox37 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    53065bb View commit details
    Browse the repository at this point in the history
  2. added header comment

    amfox37 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ff241e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae97130 View commit details
    Browse the repository at this point in the history
  4. updated documentation in prep for release v18.0.0-beta (CHANGELOG.md,…

    … README.MetForcing_and_BCS.md)
    gmao-rreichle committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3276a8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a61ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    199c730 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6bad3a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    9aa8ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94973d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0187745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd114d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccaf9f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    013598d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86d6aef View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 17, 2024

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

Commits on Mar 18, 2024

  1. Use tempfile for domain def

    mathomp4 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    17a3c91 View commit details
    Browse the repository at this point in the history
  2. Close the file

    mathomp4 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d9fdcde View commit details
    Browse the repository at this point in the history
  3. Use os.remove

    mathomp4 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eae930b View commit details
    Browse the repository at this point in the history
  4. Fix binary + bit shaving bug

    mathomp4 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4d90892 View commit details
    Browse the repository at this point in the history
  5. add combination choices

    amfox37 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e0f3655 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. additional cleanup and documentation of ascat_mask_maker.F90:

    - clarified comments and error messages
    - change "== 1" to "/= 0" for consistency with ASCAT EUMETSAT reader
    - avoid repeated allocate/deallocate within i,j loop
    - use nint() to avoid risky integer division when calculating N_lon, N_lat
    gmao-rreichle committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5805a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136df14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d0750 View commit details
    Browse the repository at this point in the history
  4. updated paths to ASCAT EUMETSAT soil moisture retrieval data and mask…

    … file (LDASsa_DEFAULT_inputs_ensupd.nml, ascat_mask_maker.F90)
    gmao-rreichle committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    48c5ece View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cea441d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe99646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a74d35c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa21bf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02660bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd0230d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5462216 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b992c75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91057f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    402cf0e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update to MAPL 2.44.1

    mathomp4 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    13b9b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4afd1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7fde7 View commit details
    Browse the repository at this point in the history
  4. add more tmp file

    weiyuan-jiang committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e324d80 View commit details
    Browse the repository at this point in the history
  5. more files in tempfile

    weiyuan-jiang committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    def6df9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d91cfa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Allow users to setup a GEOSldas experiment from somebody else's build (

    …#733)
    
    - use py "tempfile" to avoid permissions conflict when creating temporary files
    gmao-rreichle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3a57d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f217a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbba559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d1aa12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c9ae7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b98ebd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #739 from GEOS-ESM/feature/mathomp4/ci-update

    Update some GitHub Actions versions
    mathomp4 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8f83907 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    644e2e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a956a12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd9b607 View commit details
    Browse the repository at this point in the history
  11. create IMS.rc or JMS.rc directly on run_dir (#740)

    The present PR is a continuation of #733.
    gmao-rreichle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6ed3382 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a86e24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d8a1cf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    bbdaaa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487c133 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into BRIDGE (manually resolved conflicts in compo…

    …nents.yaml and doc/CHANGELOG.md)
    gmao-rreichle committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a699160 View commit details
    Browse the repository at this point in the history