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

Swath grid for MAPL_HistoryGridComp #2458

Merged
merged 48 commits into from
Dec 1, 2023
Merged

Commits on Sep 27, 2023

  1. Swath grid step 1: allow for destroy grid, regridder and metadata.

    Modifications made to GriddedIO.F90, MAPL_AbstractRegridder.F90, and MAPL_EsmfRegridder.F90.
    metdyn committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0b7d480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559dd04 View commit details
    Browse the repository at this point in the history
  3. small update to CHANGELOG.md

    metdyn committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    50a8caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faf2423 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. update

    metdyn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c759032 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. h4toh5 conversion

    nf90_getvar from  mod04/Data Fields/Scan_Start_Time
    netCDF error: NetCDF: Start+count exceeds dimension bound
    metdyn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    96232bd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

    metdyn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bb7a46e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Save this version

    - I seem to find some config problems related to the position history.rc entries are laid out in file.
    - File names needs to be in template,
    - Stick to every 5 minute inteval for template
    metdyn committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    196d6b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. add MAPL_ObsUtil.F90

    metdyn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    576022e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. update

    metdyn committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6f0fa53 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 11, 2023

  1. .

    metdyn committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4f8569c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. wip

    metdyn committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e5caaa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. make it work with

     - DOY
     - cmd=bash -c 'ls /Users/yyu11/ModelData/earthData/flk_modis_MOD04_2017_090/MOD04_L2.A2017090.0010.*.hdf' &> zzz_MAPL
    metdyn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    88f60f8 View commit details
    Browse the repository at this point in the history
  2. update

    metdyn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0980cca View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. .

    metdyn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b77033b View commit details
    Browse the repository at this point in the history
  2. .

    metdyn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    890dd02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c53ed View commit details
    Browse the repository at this point in the history
  4. save a copy

    Fatal Error: /Users/yyu11/repos/br_mapl_traj_all_compilers/MAPL/base/FileMetadataUtilities.F90, line 5: Cannot find module MAPL_GRIDMANAGERMOD
                 detected at MAPL_GRIDMANAGERMOD@<end-of-statement>
    Next merge develop to see if this can solve the problem.
    metdyn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1e957b8 View commit details
    Browse the repository at this point in the history
  5. .

    metdyn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    48ff466 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. WIP, save a copy

    metdyn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1ac6d94 View commit details
    Browse the repository at this point in the history
  2. .

    metdyn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7694bf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. update

    metdyn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bcb194f View commit details
    Browse the repository at this point in the history
  2. .

    metdyn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ed43094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9379876 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/ygyu/PR_swath_1_griddio_regridder' into feature…

    …/ygyu/PR_swath_2_epoch
    metdyn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    04baaa8 View commit details
    Browse the repository at this point in the history
  5. .

    metdyn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4d09107 View commit details
    Browse the repository at this point in the history
  6. .

    metdyn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    295d40b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 27, 2023

  1. Values of lon/lat/time in netCDf is wrong. The reason is not found.

    Suspect griddedio.F90 problem, like what is modified by Ben.
    metdyn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    99429c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae3ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. .

    metdyn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0a2d1c5 View commit details
    Browse the repository at this point in the history
  2. NAG problem:

    - ArrayReference in stage2DLatLon in GriddedIO.F90 generates strange values in netCDF ??
    - Why case4 works with NAG ?
    metdyn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f54a607 View commit details
    Browse the repository at this point in the history
  3. update

    metdyn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    995887f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. update

    metdyn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4f71590 View commit details
    Browse the repository at this point in the history
  2. .

    metdyn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ed9cf02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1457ce View commit details
    Browse the repository at this point in the history
  4. small clean up

    metdyn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d4e218c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

    metdyn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1259acb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. -m

    metdyn committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4f21f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8e6a6 View commit details
    Browse the repository at this point in the history