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

Auto PR - develop β†’ MAPL-v3 - add ascat mask to read_obs #724

Merged
merged 131 commits into from
Mar 1, 2024

Commits on Jul 19, 2021

  1. MODIS snow cover assimilation

    jpark50 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    f3c6c84 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. new updates

    jpark50 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    edf1282 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 16, 2021

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

Commits on Sep 30, 2021

  1. Updates on MODIS SCA DA

    jpark50 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c1c85ee View commit details
    Browse the repository at this point in the history
  2. deleting the swo file

    jpark50 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    86a28ad View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 15, 2021

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

Commits on Oct 29, 2021

  1. Summary of updates regarding on 10/29/2021

    1) Updates regarding MODIS obs. reader
      -  Added the description of MODIS obs. reader at the subroutine
         (Table of longitude band is moved up)
      -  Changed the hdf-related function to read (vdata vs. SDS dataset)
         : Previous hdf-related functions are cleaned up
      -  Updated and checkced the QC procedure by comparing against Matlab result
    
    2) Updates on subroutine cat_enkf_increment
      - Removing the cat_diagS at ths subroutine
        :Cat_diagS is also removed when the subroutine is called (e.g., ensupd_enkf_update.F90)
      - Computed the snow diagnostics to apply condition when to add/remove snow or no further action needed
    jpark50 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    030da9c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Summary of the commits made on 11/08/2021

    : This commit has been made to update the error status located @ subroutine get_ind_obs()
    : Basically, not significant change made on the code compared to the previous commit. All the print statements for debugging purposes are commented out
    : Minor change made on the MODIS SCA reader(in clsm_ensupd_read_obs.F90) to correctly read the MODIS observation
    : Things need to be done
      1) Check the compressed vector ('Observation') lat, long, and tilenum to see whether it correctly calculates or not
      2) Check the tile_grid properties
    jpark50 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c1a3f23 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Request for reviewing the SnowDA code in GEOSldas[12/15/2021]

    ** Brief updates compared to commits made on 11/08/2021]
    - No more errors related to the subroutine get_ind_obs()
    - Checked the details of tilenum, Observation vector, and Obs_pred vector
      (meeting slide at 11/19/2021)
    - Another floating error occured when calculating the snow heat content (located within the subroutine clsm_ensupd_upd_routine.F90)
      code line where showed error: TSN = min(met_force(n)%Tair-MAPL_TICE,0.0)
    - I've tried to calculate the different between met_force%Tair -MAPL_TICE before entering the loop, and i defined it as deduction (array) and call   nth deduction value in the if loop. Still, it revealed a problem.
    - For the review purpose, It would be great help if you can look close into the subroutine clsm_ensupd_upd_routine.F90 (from line 4076 ot 4261)
    jpark50 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fbf9703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d953d2a View commit details
    Browse the repository at this point in the history
  3. miscellaneous cleanup

    - fixed typos
    - fixed indentation
    - added/edited comments
    - removed redundant initialization of cat_progn_incr
    - removed redundant cat_progn_incr%wesn=0 etc in "do nothing" case of snow analysis
    - undid partial (!) deletion of an old, commented-out subroutine
    gmao-rreichle committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d0599e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    e3ad8f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #509 from GEOS-ESM/feature/wjiang/MODIS_snow_cover…

    …_fraction_assimilation
    
    land_assim: yes; pertubation:0; no mwRTM file
    jpark50 authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    07206bc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 13, 2022

  1. fix read_obs

    weiyuan-jiang committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    288f77b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019e31c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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

Commits on Feb 4, 2022

  1. updates to lines 4518-4619

    Lauren C. Andrews committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c4d9ec2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. merged with develop and resolved conflicts

    Lauren C. Andrews committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4c2c093 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Snow DA modifications to calculate increments

    Lauren C. Andrews committed May 27, 2022
    Configuration menu
    Copy the full SHA
    09a2049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a4a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

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

Commits on Jul 29, 2022

  1. reverting components.yaml

    Lauren C. Andrews committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    001bbe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 15, 2022

  1. updates to snow da, correct cat_progn_incr

    Lauren C. Andrews committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    740cac9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. updates to snow fraction assimilation

    Lauren C. Andrews committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    78431e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. updates to sno depth incr

    Lauren C. Andrews committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1342aa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Additional snow analysis changes (clsm_ensupd_upd_routines.F90):

    Bug fixes:
    - Toure et al 2018 equation 1
      - Added missing parentheses in ADD SNOW case
      - Changed 1 to 1. (real number) in REMOVE SNOW case
    - Changed declaration of isnow from real to integer
    Cleanup:
    - Simplified if block logic for computing layer-based analysis
    - Replaced loop index n with kk for clarity and searchability
    - Removed unused variables
    gmao-rreichle committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0419be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f78ef View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 14, 2022

  1. Update to re-add asnow_ana

    Lauren C. Andrews committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c706ddc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

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

Commits on Nov 16, 2022

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

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

  1. modification to snow DA heat content corr

    Lauren C. Andrews committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f85ef51 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. alpha update to 0.4

    Lauren C. Andrews committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ec351db View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 8, 2022

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

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    a2adbb2 View commit details
    Browse the repository at this point in the history
  2. fix to negative sno increment calc

    Lauren C. Andrews committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8d83c1b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    3ac33dd View commit details
    Browse the repository at this point in the history
  2. now SCA / CI_Index

    Lauren C. Andrews committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4426674 View commit details
    Browse the repository at this point in the history
  3. small updates to read MODIS v06.1

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

Commits on Mar 14, 2023

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

Commits on Mar 23, 2023

  1. Merged branch 'develop' into 'feature/rreichle/MODIS_snow_cover_fract…

    …ion_assimilation'; manually resolved conflict in clsm_ensupd_enkf_update.F90
    gmao-rreichle committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    18f4cab View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Jun 29, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 11, 2023

  1. clean up of modis scf assimilation

    Lauren C. Andrews committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2698c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64a7ba4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    3a2619c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b37a5 View commit details
    Browse the repository at this point in the history
  3. undoing white-space changes in GEOS_LandAssimGridComp.F90 by revertin…

    …g back to "develop" version
    gmao-rreichle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    098ece1 View commit details
    Browse the repository at this point in the history
  4. undoing superfluous white-space changes in clsm_bias_routines.F90 by …

    …reverting back to "develop" version
    gmao-rreichle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3a823ec View commit details
    Browse the repository at this point in the history
  5. minor clean-up for MODIS SCF DA, incl white-space changes to minimize…

    … diffs with develop (clsm_ensupd_enkf_update.F90)
    gmao-rreichle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ae7d88b View commit details
    Browse the repository at this point in the history
  6. minor cleanup of MODIS SCF DA: removed obsolete log statements and co…

    …mments, white-space changes to minimize diffs with "develop" branch (clsm_ensupd_enkf_update.F90, clsm_ensupd_read_obs.F90, clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f3cd1c3 View commit details
    Browse the repository at this point in the history
  7. additional minor cleanup for MODIS SCF DA (clsm_ensupd_enkf_update.F9…

    …0, clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9078068 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. cleanup of MODIS SCF analysis subroutine and other minor cleanup (cls…

    …m_ensupd_upd_routines.F90, clsm_ensupd_glob_param.F90, clsm_ensupd_read_obs.F90)
    gmao-rreichle committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    91c948a View commit details
    Browse the repository at this point in the history
  2. fixed build errors in previous commit (clsm_ensupd_upd_routines.F90, …

    …clsm_ensupd_glob_param.F90)
    gmao-rreichle committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c44a71b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89cf9d View commit details
    Browse the repository at this point in the history
  4. initial cleanup of MODIS SCF reader (variable names, some simplificat…

    …ions, etc) (clsm_ensupd_read_obs.F90)
    gmao-rreichle committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1416f9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bae24fa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 25, 2023

  1. fix to clsm_ensup_read_obs for modis file name

    Lauren C. Andrews committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    42972ee View commit details
    Browse the repository at this point in the history
  2. minor fix to MODISscf obs file name (clsm_ensupd_read_obs.F90)

    Added '/' after path and before YYYY dir so path does not have to be specified without trailing '/'
    This has no effect if the path does include the trailing '/'
    gmao-rreichle authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f26332c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge branch 'bugfix/rreichle/longwave_longnames' into feature/rreich…

    …le/MODIS_snow_cover_fraction_assimilation; manually resolved conflict in tile_bin2nc4.F90
    gmao-rreichle committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ced4ef6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix default obs_param values of non-MODIS-SCF species to match "devel…

    …op" branch (LDASsa_DEFAULT_inputs_ensupd.nml)
    gmao-rreichle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5844ce9 View commit details
    Browse the repository at this point in the history
  2. Revert "fix default obs_param values of non-MODIS-SCF species to matc…

    …h "develop" branch (LDASsa_DEFAULT_inputs_ensupd.nml)"
    
    This reverts commit 5844ce9.
    gmao-rreichle committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3ac6d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7dcf27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf25d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02ac5f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. updated snow depth increment calculation

    Lauren C. Andrews committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    012c979 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    eedea53 View commit details
    Browse the repository at this point in the history
  2. fixed error (I think) in update of snow depth (missing division by as…

    …now_fcst); cleanup of SCF analysis (clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5de7aa4 View commit details
    Browse the repository at this point in the history
  3. if total SWE incr is zero, skip unnecessary layer-specific snow incre…

    …ment calcs (clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c886542 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c0cd075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2916f0c View commit details
    Browse the repository at this point in the history
  3. minimal tweak to comment re. unconventional use of StieglitzSnow_calc…

    …_asnow (clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d896270 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge branch 'feature/rreichle/snow_check_after_apply_LDAS_incr' into…

    … feature/rreichle/MODIS_snow_cover_fraction_assimilation (manually resolved conflicts in components.yaml, clsm_ensupd_enkf_update.F90)
    gmao-rreichle committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2ca6b75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/rreichle/snow_check_after_apply_LDAS_incr' into…

    … feature/rreichle/MODIS_snow_cover_fraction_assimilation (manually resolved conflict in tile_bin2nc4.F90)
    gmao-rreichle committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    15fc00f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7291692 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. determine snow heat content analysis by keeping snow temperature cons…

    …tant (rather than by using "swe_ratio") (clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ff47324 View commit details
    Browse the repository at this point in the history
  2. simplify using improved interface of StieglitzSnow_calc_asnow() (clsm…

    …_ensupd_upd_routines.F90)
    gmao-rreichle committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e8f85d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2c860 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 17, 2023

  1. replaced SCF_ANA_MINFCSTSWE (=0.01) with StieglitzSnow_MINSWE (=0.013…

    …) for computation of snow analysis increments (clsm_ensupd_upd_routines.F90)
    gmao-rreichle committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b836c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc2d12 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 21, 2023

  1. added very rough draft of revised MODIS SCF reader (commented out wit…

    …h CPP directive for now)
    gmao-rreichle committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    64d1e24 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. 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
  2. Configuration menu
    Copy the full SHA
    6818873 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. 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

Commits on Nov 13, 2023

  1. 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 Dec 3, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    27e109b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8da393 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

Commits on Feb 7, 2024

  1. 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
    4403b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    962d2ec View commit details
    Browse the repository at this point in the history
  2. 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 26, 2024

  1. 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. Configuration menu
    Copy the full SHA
    9ebf438 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

Commits on Mar 1, 2024

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